Package com.noelios.restlet.http

Implementation of HTTP Connectors.

See:
          Description

Class Summary
ChunkedInputStream InputStream to wrap a source InputStream that has been chunked.
ChunkedOutputStream OutputStream to write data in the HTTP chunked encoding format to a destination OutputStream.
ContentType Association of a media type and a character set.
CookieReader Cookie header reader.
CookieUtils Cookie manipulation utilities.
HeaderReader HTTP-style header reader.
HttpCall Low-level call for the HTTP connectors.
HttpClientCall Low-level HTTP client call.
HttpClientConverter Converter of high-level uniform calls into low-level HTTP client calls.
HttpClientHelper Base HTTP client connector.
HttpConstants Constants related to the HTTP protocol.
HttpConverter Converter between high-level and low-level HTTP calls.
HttpRequest Request wrapper for server HTTP calls.
HttpResponse Response wrapper for server HTTP calls.
HttpServerCall Abstract HTTP server connector call.
HttpServerConverter Converter of low-level HTTP server calls into high-level uniform calls.
HttpServerHelper Base HTTP server connector.
HttpsUtils Various HTTPS utilities.
HttpUtils Various HTTP utilities.
InputEntityStream Input stream based on a source stream that must only be partially read.
PreferenceReader<T extends Metadata> Preference header reader.
PreferenceUtils Preference manipulation utilities.
ReadableEntityChannel Readable byte channel based on a source socket channel that must only be partially read.
StreamClientCall HTTP client call based on streams.
StreamClientHelper HTTP client helper based on BIO sockets.
StreamServerCall HTTP server call based on streams.
StreamServerHelper HTTP server helper based on NIO blocking sockets.
 

Package com.noelios.restlet.http Description

Implementation of HTTP Connectors.

Since:
1.0
See Also:
REST dissertation by Roy T. Fielding


Copyright © 2005-2008 Noelios Technologies.