Interface HttpClientConnection

All Superinterfaces:
HttpClient, HttpConnection

@Unstable public interface HttpClientConnection extends HttpConnection, HttpClient
Represents an HTTP client connection.

You can use this connection to create requests to the connected server.

Depending on the nature of the connection, requests might just be sent to the server or might be queued until a connection request is available.

Author:
Julien Viet