See: Description
Interface | Description |
---|---|
IBufferRange |
Interface for keeping start position and length of target content
|
IClientConnection |
A connection with client.
|
IHTTPHeader |
HTTP header information of a HTTP request/request message.
|
IHTTPMessage |
A HTTP request/response message.
|
IHTTPRequestMessage |
A HTTP request message.
|
IHTTPResponseMessage |
A HTTP response message.
|
IHTTPResponsePushbackMessage |
A HTTP response message which can provide
IPushbackMessageBody . |
IMessageBody |
Body of a HTTP request/response message.
|
IPushbackMessageBody |
Body of a HTTP request/response message which can provide
PushbackInputStream . |
Exception | Description |
---|---|
TimeoutException |
This exception is thrown when an operation (e.g. read and write) did not
completes within a specific time.
|