Package | Description |
---|---|
org.restlet.ext.nio.internal.connection | |
org.restlet.ext.nio.internal.controller | |
org.restlet.ext.nio.internal.way | |
org.restlet.ext.sip.internal | |
org.restlet.util |
Modifier and Type | Class and Description |
---|---|
class |
Connection<T extends Connector>
A network connection though which messages are exchanged by connectors.
|
class |
SslConnection<T extends Connector>
Connection secured with SSL/TLS protocols.
|
Modifier and Type | Method and Description |
---|---|
SelectionRegistration |
ConnectionController.register(SelectableChannel selectableChannel,
int interestOperations,
SelectionListener listener)
Registers a selection listener with the underlying selector for the given
operations and returns the registration created.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientInboundWay
Client-side inbound way.
|
class |
ClientOutboundWay
Client-side outbound way.
|
class |
HttpClientInboundWay
HTTP client inbound way.
|
class |
HttpClientOutboundWay
HTTP client outbound way.
|
class |
HttpsClientInboundWay
HTTPS client inbound way.
|
class |
HttpsClientOutboundWay
HTTPS client outbound way.
|
class |
HttpServerInboundWay
HTTP server inbound way.
|
class |
HttpServerOutboundWay
HTTP server outbound way.
|
class |
HttpsServerInboundWay
HTTPS server inbound way.
|
class |
HttpsServerOutboundWay
HTTPS server outbound way.
|
class |
InboundWay
A network connection way though which messages are received.
|
class |
OutboundWay
A network connection way though which messages are sent.
|
class |
ServerInboundWay
Server-side inbound way.
|
class |
ServerOutboundWay
Server-side outbound way.
|
class |
Way
A network connection way though which messages are exchanged.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientInboundWay
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipClientOutboundWay
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipServerInboundWay
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipServerOutboundWay
Deprecated.
Will be removed to focus on Web APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteReadingListener
Selection listener notifying new content as an
InputStream . |
class |
CharacterReadingListener
Selection listener notifying new content as a
Reader . |
class |
ReadingListener
Selection listener notifying new content is read into a
ByteBuffer . |
class |
StringReadingListener
Selection listener notifying new content as a string.
|
Modifier and Type | Method and Description |
---|---|
SelectionListener |
SelectionRegistration.getSelectionListener()
Returns the selection listener that will be notified.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionRegistration.setSelectionListener(SelectionListener listener)
Sets the selection listener that will be notified.
|
Constructor and Description |
---|
SelectionRegistration(int interestOperations,
SelectionListener selectionListener,
WakeupListener wakeupListener)
Constructor.
|
SelectionRegistration(SelectableChannel selectableChannel,
int interestOperations,
SelectionListener selectionListener,
WakeupListener wakeupListener)
Constructor.
|
Copyright © 2005–2015. All rights reserved.