Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.http.client Classes and Interfaces - 79 results found.
NameDescriptionTypePackageFramework
AbortableHttpRequestInterface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.Interfaceorg.apache.http.client.methodsApache HttpComponents
AbstractExecutionAwareRequestClassorg.apache.http.client.methodsApache HttpComponents
AllClientPNamesCollected parameter names for the HttpClient module.Interfaceorg.apache.http.client.paramsApache HttpComponents
AuthCacheAbstract AuthScheme cache.Interfaceorg.apache.http.clientApache HttpComponents
AuthenticationHandler A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authenticationInterfaceorg.apache.http.clientApache HttpComponents
AuthenticationStrategy A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure.Interfaceorg.apache.http.clientApache HttpComponents
AuthPolicyStandard authentication schemes supported by HttpClient.Classorg.apache.http.client.paramsApache HttpComponents
AuthSchemesStandard authentication schemes supported by HttpClient.Classorg.apache.http.client.configApache HttpComponents
BackoffManagerRepresents a controller that dynamically adjusts the size of an available connection pool based on feedback fromInterfaceorg.apache.http.clientApache HttpComponents
CircularRedirectExceptionSignals a circular redirectSince:4.Classorg.apache.http.clientApache HttpComponents
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
ClientParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client parameters usingClassorg.apache.http.client.paramsApache HttpComponents
ClientPNamesParameter names for HTTP client parameters.Interfaceorg.apache.http.client.paramsApache HttpComponents
ClientProtocolExceptionSignals an error in the HTTP protocol.Classorg.apache.http.clientApache HttpComponents
CloneUtilsA collection of utilities to workaround limitations of Java clone framework.Classorg.apache.http.client.utilsApache HttpComponents
CloseableHttpResponseInterfaceorg.apache.http.client.methodsApache HttpComponents
ConfigurableConfiguration interface for HTTP requests.Interfaceorg.apache.http.client.methodsApache HttpComponents
ConnectionBackoffStrategyWhen managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome shouldInterfaceorg.apache.http.clientApache HttpComponents
CookiePolicyStandard cookie specifications supported by HttpClient.Classorg.apache.http.client.paramsApache HttpComponents
CookieSpecsStandard cookie specifications supported by HttpClient.Classorg.apache.http.client.configApache HttpComponents
CookieStoreInterfaceorg.apache.http.clientApache HttpComponents
CredentialsProviderAbstract credentials provider that maintains a collection of user Implementations of this interface must be thread-safe.Interfaceorg.apache.http.clientApache HttpComponents
DateUtilsA utility class for parsing and formatting HTTP dates as used in cookies and other headers.Classorg.apache.http.client.utilsApache HttpComponents
DeflateDecompressingEntityHttpEntityWrapper responsible for handling deflate Content Coded responses.Classorg.apache.http.client.entityApache HttpComponents
DeflateInputStreamDeflate input stream.Classorg.apache.http.client.entityApache HttpComponents
EntityBuilderBuilder for HttpEntity instances.Classorg.apache.http.client.entityApache HttpComponents
GzipCompressingEntityWrapping entity that compresses content when writing.Classorg.apache.http.client.entityApache HttpComponents
GzipDecompressingEntityHttpEntityWrapper for handling gzip Content Coded responses.Classorg.apache.http.client.entityApache HttpComponents
HttpClientThis interface represents only the most basic contract for HTTP request execution.Interfaceorg.apache.http.clientApache HttpComponents
HttpClientContextAdaptor class that provides convenience type safe setters and getters for common HttpContext attributes used in the courseClassorg.apache.http.client.protocolApache HttpComponents
HttpClientParamConfigClassorg.apache.http.client.paramsApache HttpComponents
HttpClientParamsAn adaptor for manipulating HTTP client parameters in HttpParams.Classorg.apache.http.client.paramsApache HttpComponents
HttpClientUtilsConvenience methods for closing response and client objects.Classorg.apache.http.client.utilsApache HttpComponents
HttpDelete The HTTP DELETE method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpEntityEnclosingRequestBaseBasic implementation of an entity enclosing HTTP request that can be modifiedClassorg.apache.http.client.methodsApache HttpComponents
HttpExecutionAwareInterface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.Interfaceorg.apache.http.client.methodsApache HttpComponents
HttpGet The HTTP GET method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpHead The HTTP HEAD method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpOptionsHTTP OPTIONS method.Classorg.apache.http.client.methodsApache HttpComponents
HttpPatch The HTTP PATCH method is defined in RF5789: The PATCH method requests that a set of changes described in the request entity beClassorg.apache.http.client.methodsApache HttpComponents
HttpPost The HTTP POST method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpPut The HTTP PUT method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpRequestBaseBase implementation of HttpUriRequest.Classorg.apache.http.client.methodsApache HttpComponents
HttpRequestRetryHandlerA handler for determining if an HttpRequest should be retried after a recoverable exception during execution.Interfaceorg.apache.http.clientApache HttpComponents
HttpRequestWrapperA wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object.Classorg.apache.http.client.methodsApache HttpComponents
HttpResponseExceptionSignals a non 2xx HTTP response.Classorg.apache.http.clientApache HttpComponents
HttpTrace The HTTP TRACE method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpUriRequestInterfaceorg.apache.http.client.methodsApache HttpComponents
IdnAbstraction of international domain name (IDN) conversion.Interfaceorg.apache.http.client.utilsApache HttpComponents
JdkIdnUses the java.Classorg.apache.http.client.utilsApache HttpComponents
NonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable requestSince:4.Classorg.apache.http.clientApache HttpComponents
PunycodeFacade that provides conversion between Unicode and Punycode domain names.Classorg.apache.http.client.utilsApache HttpComponents
RedirectExceptionSignals violation of HTTP specification caused by an invalid redirectSince:4.Classorg.apache.http.clientApache HttpComponents
RedirectHandlerA handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the targetInterfaceorg.apache.http.clientApache HttpComponents
RedirectStrategyA strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the targetInterfaceorg.apache.http.clientApache 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
RequestBuilderBuilder for HttpUriRequest instances.Classorg.apache.http.client.methodsApache HttpComponents
RequestClientConnControlThis protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, whichClassorg.apache.http.client.protocolApache HttpComponents
RequestConfigClassorg.apache.http.client.configApache HttpComponents
RequestConfig .BuilderClassorg.apache.http.client.config.RequestConfigApache HttpComponents
RequestDefaultHeadersRequest interceptor that adds default request headers.Classorg.apache.http.client.protocolApache HttpComponents
RequestDirectorA client-side request director.Interfaceorg.apache.http.clientApache 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
ResponseHandlerHandler that encapsulates the process of generating a response object from a HttpResponse.Interfaceorg.apache.http.clientApache 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
Rfc3492IdnClassorg.apache.http.client.utilsApache HttpComponents
ServiceUnavailableRetryStrategyStrategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many timesInterfaceorg.apache.http.clientApache HttpComponents
URIBuilderBuilder for URI instances.Classorg.apache.http.client.utilsApache HttpComponents
URIUtilsA collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features.Classorg.apache.http.client.utilsApache HttpComponents
UrlEncodedFormEntityAn entity composed of a list of url-encoded pairs.Classorg.apache.http.client.entityApache HttpComponents
URLEncodedUtilsA collection of utilities for encoding URLs.Classorg.apache.http.client.utilsApache HttpComponents
UserTokenHandlerA handler for determining if the given execution context is user specific or not.Interfaceorg.apache.http.clientApache HttpComponents