Interface | Description |
---|---|
HttpClientSocketFactory |
Abstraction for objects which provide/configure sockets used by
HttpClientConnection instances.
|
TimedConnection |
Interface implemented by connections which can be timed out.
|
Class | Description |
---|---|
ConnectionTimer |
Utility class for timing out connections.
|
HttpClientConnection |
Class representing a client-side HTTP connection used to send HTTP requests.
|
HttpClientManager |
Class for managing client-side functions shared among multiple connections
(e.g., tracking of unsent response acknowledgments, caching of information
about contacted HTTP servers).
|
HttpServerConnection |
Class representing a server-side HTTP connection used to receive and
dispatch incoming HTTP requests.
|
HttpServerManager |
Class for managing server-side functions shared among multiple connections,
such as acknowledgment notification.
|
HttpSettings |
Utility class for querying HTTP/HTTPS-related system properties.
|
Exception | Description |
---|---|
HttpParseException |
Exception indicating failure to parse an HTTP message.
|
Copyright © 2016–2018. All rights reserved.