public interface WssSocketBuilder
Socket to support WSS scheme.| Modifier and Type | Method and Description |
|---|---|
Socket |
build()
Builds SSL
Socket to support WSS scheme. |
WssSocketBuilder |
uri(URI uri)
Set URI to identify endpoint for the connection.
|
void |
verify()
Verifies if all required by the client creation time parameters are set.
|
WssSocketBuilder uri(URI uri)
uri - to identify endpoint for the connection.WssSocketBuilderSocket build() throws IOException
Socket to support WSS scheme.SocketIOExceptionvoid verify()
IllegalStateException - if verification fails.Copyright © 2022. All rights reserved.