Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.http.client.protocol Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
ClientContextHttpContext attribute names for client side HTTP protocol processing.Interfaceorg.apache.http.client.protocolApache HttpComponents
ClientContextConfigurerConfiguration facade for HttpContext instances.Classorg.apache.http.client.protocolApache HttpComponents
HttpClientContextAdaptor class that provides convenience type safe setters and getters for common HttpContext attributes used in the courseClassorg.apache.http.client.protocolApache HttpComponents
RequestAcceptEncodingClass responsible for handling Content Encoding requests in HTTP.Classorg.apache.http.client.protocolApache HttpComponents
RequestAddCookiesRequest interceptor that matches cookies available in the current CookieStore to the request being executed and generatesClassorg.apache.http.client.protocolApache HttpComponents
RequestAuthCacheRequest interceptor that can preemptively authenticate against known hosts, if there is a cached AuthScheme instance in the localClassorg.apache.http.client.protocolApache HttpComponents
RequestClientConnControlThis protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, whichClassorg.apache.http.client.protocolApache HttpComponents
RequestDefaultHeadersRequest interceptor that adds default request headers.Classorg.apache.http.client.protocolApache HttpComponents
RequestExpectContinueRequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.Classorg.apache.http.client.protocolApache HttpComponents
RequestProxyAuthenticationGenerates authentication header for the proxy host, if required, based on the actual state of the HTTP authentication context.Classorg.apache.http.client.protocolApache HttpComponents
RequestTargetAuthenticationGenerates authentication header for the target host, if required, based on the actual state of the HTTP authentication context.Classorg.apache.http.client.protocolApache HttpComponents
ResponseAuthCacheResponse interceptor that adds successfully completed AuthSchemes to the local AuthCache instance.Classorg.apache.http.client.protocolApache HttpComponents
ResponseContentEncodingHttpResponseInterceptor responsible for processing Content-Encoding Instances of this class are stateless and immutable, therefore threadsafe.Classorg.apache.http.client.protocolApache HttpComponents
ResponseProcessCookiesResponse interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.Classorg.apache.http.client.protocolApache HttpComponents