Uses of Package
org.restlet.engine.io

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

Classes in org.restlet.engine.io used by org.restlet.engine.connector
Buffer
          Wrapper around a byte buffer and its state.
BufferProcessor
          Interface called back when IO buffer draining or filling can actually be done.
BufferState
          Enumeration of buffer and builder states.
CompletionListener
          Listener called back upon IO completion.
IoState
          Enumeration of the connection IO states.
ReadableSelectionChannel
          Readable byte channel that is based on a selectable channel.
WakeupListener
          Callback interface when a NIO selection occurs on the selectable object.
WritableSelectionChannel
          Writable byte channel that is based on a selectable channel.
 

Classes in org.restlet.engine.io used by org.restlet.engine.io
BlockableChannel
          NIO channel that can indicate if it is blocking or non blocking.
Buffer
          Wrapper around a byte buffer and its state.
BufferedSelectionChannel
          Byte channel wrapping a byte buffer.
BufferProcessor
          Interface called back when IO buffer draining or filling can actually be done.
BufferState
          Enumeration of buffer and builder states.
ChunkState
          Enumeration of the chunk decoding IO states.
CompletionListener
          Listener called back upon IO completion.
IoState
          Enumeration of the connection IO states.
ReadableBufferedChannel
          Readable byte channel based on a source socket channel that must only be partially read.
ReadableSelectionChannel
          Readable byte channel that is based on a selectable channel.
SelectionChannel
          NIO channel that is based on a selectable channel.
TraceChannel
          Filter byte channel that sends a copy of all data on the trace output stream.
WakeupListener
          Callback interface when a NIO selection occurs on the selectable object.
WrapperChannel
          Wrapper channel.
WrapperSelectionChannel
          Wrapper selection channel.
WrapperSocketChannel
          Readable byte channel based on a source socket channel that must only be partially read.
WritableSelectionChannel
          Writable byte channel that is based on a selectable channel.
 



Copyright © 2005-2013 Restlet.