Package | Description |
---|---|
org.restlet.engine.connector | |
org.restlet.engine.io | |
org.restlet.ext.sip.internal | |
org.restlet.ext.ssl.internal |
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 |
HttpServerInboundWay
HTTP server inbound way.
|
class |
HttpServerOutboundWay
HTTP 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 |
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.
|
Constructor and Description |
---|
ReadableBufferedChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
WakeupListener wakeupListener)
Constructor.
|
ReadableChunkedChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
WakeupListener wakeupListener)
Constructor.
|
ReadableSizedSelectionChannel(CompletionListener completionListener,
Buffer buffer,
ReadableSelectionChannel source,
long availableSize,
WakeupListener wakeupListener)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientInboundWay
SIP client inbound way.
|
class |
SipClientOutboundWay
SIP client outbound way.
|
class |
SipServerInboundWay
SIP server inbound way.
|
class |
SipServerOutboundWay
SIP server outbound way.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsClientInboundWay
HTTPS client inbound way.
|
class |
HttpsClientOutboundWay
HTTPS client outbound way.
|
class |
HttpsServerInboundWay
HTTPS server inbound way.
|
class |
HttpsServerOutboundWay
HTTPS server outbound way.
|
class |
ReadableSslChannel
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
Copyright © 2005–2013. All rights reserved.