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

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

Uses of WrapperChannel in org.restlet.engine.io
 

Subclasses of WrapperChannel 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 ReadableChunkingChannel
          Readable byte channel capable of encoding chunked entities.
 class ReadableSizedChannel
          Readable byte channel enforcing a maximum size.
 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.
 



Copyright © 2005-2013 Restlet.