|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectionChannel | |
|---|---|
| org.restlet.engine.io | Supports input and output work. |
| Uses of SelectionChannel in org.restlet.engine.io |
|---|
| Classes in org.restlet.engine.io with type parameters of type SelectionChannel | |
|---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer. |
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. |
| Subinterfaces of SelectionChannel in org.restlet.engine.io | |
|---|---|
interface |
ReadableSelectionChannel
Readable byte 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 SelectionChannel | |
|---|---|
class |
BufferedSelectionChannel<T extends SelectionChannel>
Byte channel wrapping a byte buffer. |
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 | |||||||||