Package org.restlet.engine.http.io

Supports HTTP input and output.

See:
          Description

Interface Summary
Notifiable Marker class for objects such as engine.http.connector.Connection that can be notified of stream events.
 

Class Summary
ChunkedOutputStream OutputStream to write data in the HTTP chunked encoding format to a destination OutputStream.
ClosingRepresentation Wrapper representation to close the associated socket when the representation is released.
InboundStream Buffered input stream that prevent the underlying stream from being closed.
OutboundStream Buffered output stream that prevents the underlying stream from being closed.
ReadableEntityChannel Readable byte channel based on a source socket channel that must only be partially read.
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.
 

Package org.restlet.engine.http.io Description

Supports HTTP input and output.

Since:
Restlet 2.0


Copyright © 2005-2011 Noelios Technologies.