Skip to content

Commit 8a51357

Browse files
authored
Update README.md
1 parent 763a219 commit 8a51357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ This is the list of the default HTTP Headers that will be included into the WebS
8888

8989
If you wish to include more headers, like *Origin*, you can add them using ```addHeader(String key, String value)``` method.
9090

91+
You can also override the default SSLSocketFactory using ```setSSLSocketFactory(SSLSocketFactory factory)```.
92+
9193
When an Exception occurs, the library calls ```onException(Exception e)```.
9294

9395
When you are finished using the WebSocket, you can call ```webSocketClient.close()``` to close the connection.

0 commit comments

Comments
 (0)