Package | Description |
---|---|
biz.onixs.util.network |
Modifier and Type | Method and Description |
---|---|
static ConnectionMode |
ConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMode[] |
ConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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. |
Copyright © 2005–2024 Onix Solutions. All rights reserved.