| Class | Description |
|---|---|
| BufferedReadableByteChannel |
This class implements a few convenient methods, mainly for reading a newline
terminated line from a channel.
|
| CompressionHandler |
This is a simple compression-handler that handles gzip-compressed message
payloads.
|
| HttpMessageChannel<T extends HttpMessage> | |
| HttpRequestChannel |
$Id: HttpRequestStream.java 79 2007-10-22 23:43:37Z chris $
This class implements a reader which reads from the input-stream
and parses http-requests.
|
| HttpResponseChannel |
This class reads from an incoming stream and buffers it, parsing the
stream to read the responses.
|
| Exception | Description |
|---|---|
| TimeOutException |
This type of exception denotes the timeout of a stream or channel
instance, i.e. the HttpRequest-/HttpResponseChannels.
|
Copyright © 2015 jwall.org. All Rights Reserved.