|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BufferProcessor | |
---|---|
org.restlet.engine.io | Supports input and output work. |
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 |