Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionHelper
Base client helper based on NIO non blocking sockets.
|
class |
HttpClientHelper
HTTP client helper based on NIO blocking sockets.
|
class |
HttpsClientHelper
HTTPS client helper based on NIO blocking sockets.
|
class |
HttpServerHelper
HTTP server helper based on NIO blocking sockets.
|
class |
HttpsServerHelper
HTTPS server helper based on NIO blocking sockets.
|
class |
ServerConnectionHelper
Base server helper based on NIO non blocking sockets.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHelper<T> |
Connection.getHelper()
Returns the parent connector helper.
|
Constructor and Description |
---|
Connection(ConnectionHelper<T> helper,
SocketChannel socketChannel,
ConnectionController controller,
InetSocketAddress socketAddress,
int inboundBufferSize,
int outboundBufferSize)
Constructor.
|
ConnectionPool(ConnectionHelper<T> helper,
int initialSize)
Constructor.
|
SslConnection(ConnectionHelper<T> helper,
SocketChannel socketChannel,
ConnectionController controller,
InetSocketAddress socketAddress,
SSLEngine sslEngine)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionHelper<?> |
Controller.helper
The parent connector helper.
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionHelper<?> |
Controller.getHelper()
Returns the parent connector helper.
|
Constructor and Description |
---|
ConnectionController(ConnectionHelper<?> helper)
Constructor.
|
Controller(ConnectionHelper<?> helper)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHelper<?> |
Way.getHelper()
Returns the parent connector helper.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientHelper
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipServerHelper
Deprecated.
Will be removed to focus on Web APIs.
|
Copyright © 2005–2019. All rights reserved.