Package | Description |
---|---|
org.restlet.ext.nio.internal.buffer | |
org.restlet.ext.nio.internal.channel | |
org.restlet.ext.nio.internal.way | |
org.restlet.ext.sip.internal |
Modifier and Type | Method and Description |
---|---|
int |
Buffer.process(BufferProcessor processor,
int maxDrained,
Object... args)
Processes as a loop the IO event by draining or filling the IO buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer.
|
class |
ChannelInputStream
Input stream connected to a non-blocking readable channel.
|
class |
ReadableBufferedChannel
Readable byte channel based on a source socket channel that must only be
partially read.
|
class |
ReadableChunkedChannel
Readable byte channel capable of decoding chunked entities.
|
class |
ReadableSizedSelectionChannel
Readable byte channel enforcing a maximum size and wrapping a selectable
channel.
|
class |
ReadableSslChannel
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
class |
WritableBufferedChannel
Writable byte channel based on a target socket channel.
|
class |
WritableSslChannel
SSL byte channel that wraps all application data using the SSL/TLS protocols.
|
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.
|
Copyright © 2005–2018. All rights reserved.