Package | Description |
---|---|
org.restlet.engine.connector | |
org.restlet.ext.sip.internal | |
org.restlet.ext.ssl | |
org.restlet.ext.ssl.internal |
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 |
HttpServerHelper
HTTP server helper based on NIO blocking sockets.
|
class |
ServerConnectionHelper
Base server helper based on NIO non blocking sockets.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionHelper<?> |
Controller.helper
The parent connector helper.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHelper<T> |
Connection.getHelper()
Returns the parent connector helper.
|
ConnectionHelper<?> |
Way.getHelper()
Returns the parent connector helper.
|
protected ConnectionHelper<?> |
Controller.getHelper()
Returns the parent connector helper.
|
Constructor and Description |
---|
Connection(ConnectionHelper<T> helper,
SocketChannel socketChannel,
ConnectionController controller,
InetSocketAddress socketAddress,
int inboundBufferSize,
int outboundBufferSize)
Constructor.
|
ConnectionController(ConnectionHelper<?> helper)
Constructor.
|
ConnectionPool(ConnectionHelper<T> helper,
int initialSize)
Constructor.
|
Controller(ConnectionHelper<?> helper)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientHelper
Standalone SIP client helper.
|
class |
SipServerHelper
Standalone SIP server helper.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsClientHelper
HTTPS client helper based on NIO blocking sockets.
|
class |
HttpsServerHelper
HTTPS server helper based on NIO blocking sockets.
|
Constructor and Description |
---|
SslConnection(ConnectionHelper<T> helper,
SocketChannel socketChannel,
ConnectionController controller,
InetSocketAddress socketAddress,
SSLEngine sslEngine)
Constructor.
|
Copyright © 2005–2015. All rights reserved.