| Class | Description |
|---|---|
| AbstractHttpHandler | |
| ByteStreamLogging | |
| Connection |
A
Connection is an outbound TCP/IP connection, possibly managed
by a ConnectionManager. |
| ConnectionManager |
Pools TCP/IP connections, holding them open for a configurable number of milliseconds.
|
| FakeHttpHandler | |
| HostColonPort | |
| HttpClient |
HttpClient with possibly multiple selectable destinations, with internal logic to auto-retry and to
switch destinations on failures.
|
| HttpEndpointListener | |
| HttpResendHandler | |
| HttpServerHandler | |
| HttpServerThreadFactory | |
| HttpTransport | |
| IpPort | |
| StreamPump | |
| StreamPump.StreamPumpStats | |
| WebSocketStreamPump |
| Exception | Description |
|---|---|
| AbortException | |
| EOFWhileReadingFirstLineException | |
| EOFWhileReadingLineException | |
| LineTooLongException | |
| NoMoreRequestsException |
Indicates the state where a connection was closed, but no new request has
been started.
|
| NoResponseException |
Indicates the state where a connection was closed, but no response has been
read.
|
Copyright © 2021. All Rights Reserved.