Package | Description |
---|---|
biz.onixs.util.network |
Modifier and Type | Method and Description |
---|---|
Socket |
SocketConnector.connect()
Synchronous connection attempt.
|
Modifier and Type | Method and Description |
---|---|
TcpConnection |
NetworkFactory.makeTcpConnection(Socket socket,
SSLEngine sslEngine,
ConnectionMode mode,
ExternalService externalService)
Creates a new
TcpConnection object with the specified parameters. |
void |
Acceptor.Listener.onAccept(Socket socket,
Object attachment)
This method is called when a new connection is accepted.
|
void |
SocketConnector.Listener.onConnected(Socket socket)
Called when a connection is successfully established.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.