Uses of Package
org.apache.hc.client5.http.protocol
-
Packages that use org.apache.hc.client5.http.protocol Package Description org.apache.hc.client5.http 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.org.apache.hc.client5.http.async HTTP client APIs based on the asynchronous, event driven I/O model.org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.classic HTTP client APIs based on the classic (blocking) I/O model.org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.hc.client5.http.impl org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only.org.apache.hc.client5.http.protocol 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.http Class Description HttpClientContext Client executionHttpContext. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.async Class Description HttpClientContext Client executionHttpContext. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.cache Class Description HttpClientContext Client executionHttpContext.RedirectLocations This class represents a collection ofURIs used as redirect locations. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.classic Class Description HttpClientContext Client executionHttpContext. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.fluent Class Description HttpClientContext Client executionHttpContext. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.impl Class Description RedirectStrategy A 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.async Class Description HttpClientContext Client executionHttpContext.RedirectLocations This class represents a collection ofURIs used as redirect locations.RedirectStrategy A 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.auth Class Description HttpClientContext Client executionHttpContext. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.impl.cache Class Description HttpClientContext Client executionHttpContext. -
Classes in org.apache.hc.client5.http.protocol used by org.apache.hc.client5.http.impl.classic Class Description HttpClientContext Client executionHttpContext.RedirectStrategy A 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.protocol Class Description H2RequestPriority Adds thePriorityrequest header to HTTP/2+ requests when a per-request priority is configured.HttpClientContext Client executionHttpContext.RedirectLocations This class represents a collection ofURIs used as redirect locations.RequestAddCookies Request interceptor that matches cookies available in the currentCookieStoreto the request being executed and generates correspondingCookierequest headers.RequestDefaultHeaders Request interceptor that adds default request headers.RequestIfRange TheRequestIfRangeinterceptor ensures that the request adheres to the RFC guidelines for the 'If-Range' header.ResponseProcessCookies Response interceptor that populates the currentCookieStorewith data contained in response cookies received in the given the HTTP response.