We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763a219 commit 8a51357Copy full SHA for 8a51357
README.md
@@ -88,6 +88,8 @@ This is the list of the default HTTP Headers that will be included into the WebS
88
89
If you wish to include more headers, like *Origin*, you can add them using ```addHeader(String key, String value)``` method.
90
91
+You can also override the default SSLSocketFactory using ```setSSLSocketFactory(SSLSocketFactory factory)```.
92
+
93
When an Exception occurs, the library calls ```onException(Exception e)```.
94
95
When you are finished using the WebSocket, you can call ```webSocketClient.close()``` to close the connection.
0 commit comments