|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferProcessor | |
---|---|
org.restlet.engine.connector | New advanced internal HTTP connector. |
org.restlet.engine.io | Supports input and output work. |
Uses of BufferProcessor in org.restlet.engine.connector |
---|
Classes in org.restlet.engine.connector that implement BufferProcessor | |
---|---|
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. |
Uses of BufferProcessor in org.restlet.engine.io |
---|
Classes in org.restlet.engine.io that implement BufferProcessor | |
---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer. |
class |
NbChannelInputStream
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 |
WritableBufferedChannel
Writable byte channel based on a target socket channel. |
Methods in org.restlet.engine.io with parameters of type BufferProcessor | |
---|---|
int |
Buffer.process(BufferProcessor processor,
int maxDrained,
Object... args)
Processes as a loop the IO event by draining or filling the IO buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |