Restlet Framework 2.2.3
Android

Package org.restlet.engine.io

Supports input and output work.

See:
          Description

Interface Summary
BlockableChannel NIO channel that can indicate if it is blocking or non blocking.
ReadableSelectionChannel Readable byte channel that is based on a selectable channel.
SelectionChannel NIO channel that is based on a selectable channel.
WakeupListener Callback interface when a NIO selection occurs on the selectable object.
 

Class Summary
InputStreamChannel Readable byte channel wrapping an input stream.
IoUtils IO manipulation utilities.
NbChannelInputStream Input stream connected to a non-blocking readable channel.
NbChannelOutputStream Output stream connected to a non-blocking writable channel.
PipeStream Pipe stream that pipes output streams into input streams.
RangeInputStream Filters an input stream to expose only a given range.
ReaderInputStream Input stream based on a reader.
SelectorFactory Factory used to dispatch/share Selector.
UnclosableInputStream InputStream decorator to trap close() calls so that the underlying stream is not closed.
UnclosableOutputStream OutputStream decorator to trap close() calls so that the decorated stream does not get closed.
WriterOutputStream Output stream wrapping a character writer.
 

Package org.restlet.engine.io Description

Supports input and output work.

@since Restlet 2.0


Restlet Framework 2.2.3
Android

Copyright © 2005-2014 Restlet.