|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockableChannel | |
---|---|
org.restlet.engine.io | Supports input and output work. |
Uses of BlockableChannel in org.restlet.engine.io |
---|
Subinterfaces of BlockableChannel in org.restlet.engine.io | |
---|---|
interface |
ReadableSelectionChannel
Readable byte channel that is based on a selectable channel. |
interface |
SelectionChannel
NIO channel that is based on a selectable channel. |
interface |
WritableSelectionChannel
Writable byte channel that is based on a selectable channel. |
Classes in org.restlet.engine.io that implement BlockableChannel | |
---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer. |
class |
InputStreamChannel
Readable byte channel wrapping an input stream. |
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 |
ReadableSocketChannel
Readable byte channel based on a source socket channel that must only be partially read. |
class |
ReadableTraceChannel
Trace byte channel that sends a copy of all data on the trace output stream. |
class |
TraceChannel<T extends SelectionChannel>
Filter byte channel that sends a copy of all data on the trace output stream. |
class |
WrapperSelectionChannel<T extends SelectionChannel>
Wrapper selection channel. |
class |
WrapperSocketChannel
Readable byte channel based on a source socket channel that must only be partially read. |
class |
WritableBufferedChannel
Writable byte channel based on a target socket channel. |
class |
WritableSocketChannel
Readable byte channel based on a source socket channel that must only be partially read. |
class |
WritableTraceChannel
Trace byte channel that sends a copy of all data on the trace output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |