Uses of Package
org.apache.hc.client5.http.protocol
Packages that use org.apache.hc.client5.http.protocol
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
HTTP client APIs based on the asynchronous, event driven I/O model.
Caching APIs for both the classic and the asynchronous
HTTP transports.
HTTP client APIs based on the classic (blocking) I/O model.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.httpClassDescriptionAdaptor class that provides convenience type safe setters and getters for common
HttpContextattributes used in the course of HTTP request execution. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.asyncClassDescriptionAdaptor class that provides convenience type safe setters and getters for common
HttpContextattributes used in the course of HTTP request execution. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.cacheClassDescriptionAdaptor class that provides convenience type safe setters and getters for common
HttpContextattributes used in the course of HTTP request execution. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.classicClassDescriptionAdaptor class that provides convenience type safe setters and getters for common
HttpContextattributes used in the course of HTTP request execution. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.implClassDescriptionA strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
-
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.impl.asyncClassDescriptionA strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
-
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.impl.classicClassDescriptionA strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
-
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.protocolClassDescriptionAdaptor class that provides convenience type safe setters and getters for common
HttpContextattributes used in the course of HTTP request execution.This class represents a collection ofURIs used as redirect locations.Request interceptor that matches cookies available in the currentCookieStoreto the request being executed and generates correspondingCookierequest headers.Request interceptor that adds default request headers.Response interceptor that populates the currentCookieStorewith data contained in response cookies received in the given the HTTP response.