Uses of Class
org.restlet.engine.io.WrapperSelectionChannel

Packages that use WrapperSelectionChannel
org.restlet.engine.io Supports input and output work. 
 

Uses of WrapperSelectionChannel in org.restlet.engine.io
 

Subclasses of WrapperSelectionChannel in org.restlet.engine.io
 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 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 WritableBufferedChannel
          Writable byte channel based on a target socket channel.
 class WritableTraceChannel
          Trace byte channel that sends a copy of all data on the trace output stream.
 



Copyright © 2005-2013 Restlet.