Uses of Interface
org.restlet.engine.io.ReadableSelectionChannel

Packages that use ReadableSelectionChannel
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.io Supports input and output work. 
 

Uses of ReadableSelectionChannel in org.restlet.engine.connector
 

Methods in org.restlet.engine.connector that return ReadableSelectionChannel
protected  ReadableSelectionChannel Connection.createReadableSelectionChannel()
          Creates a new readable channel.
 ReadableSelectionChannel Connection.getReadableSelectionChannel()
          Returns the underlying socket channel as a readable selection channel.
 

Uses of ReadableSelectionChannel in org.restlet.engine.io
 

Classes in org.restlet.engine.io that implement ReadableSelectionChannel
 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.
 

Constructors in org.restlet.engine.io with parameters of type ReadableSelectionChannel
ReadableBufferedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)
          Constructor.
ReadableChunkedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)
          Constructor.
ReadableSizedSelectionChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, long availableSize, WakeupListener wakeupListener)
          Constructor.
ReadableTraceChannel(ReadableSelectionChannel wrappedChannel)
          Constructor.
ReadableTraceChannel(ReadableSelectionChannel wrappedChannel, OutputStream traceStream)
          Constructor.
 



Copyright © 2005-2013 Restlet.