An object that connects to a remote host, returning an
SslSocket
, either synchronously or asynchronously:
connect()
to block until the socket is connected,
orSocketConnector.connectAsync()
to register a listener that will be
invoked when the socket is connected.newSslSocketConnector()
no type hierarchy
no subtypes hierarchy
Methods | |
connect | Source Codeshared formal SslSocket connect() Block the current thread until a connected Refines SocketConnector.connect |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: SocketConnector |