Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Apache.http.impl Classes and Interfaces - 223 results found.
NameDescriptionTypePackageFramework
AbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer andClassapache.http.implApache HttpComponents
AbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer andClassapache.http.implApache HttpComponents
AbstractMessageParserAbstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer.Classapache.http.impl.ioApache HttpComponents
AbstractMessageWriterAbstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.Classapache.http.impl.ioApache HttpComponents
AbstractSessionInputBufferAbstract base class for session input buffers that stream data from an arbitrary InputStream.Classapache.http.impl.ioApache HttpComponents
AbstractSessionOutputBufferAbstract base class for session output buffers that stream data to an arbitrary OutputStream.Classapache.http.impl.ioApache HttpComponents
BasicConnFactoryA very basic ConnFactory implementation that creates HttpClientConnection instances given a HttpHost instance.Classapache.http.impl.poolApache HttpComponents
BasicConnPoolA very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connectionsClassapache.http.impl.poolApache HttpComponents
BasicPoolEntryA very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified byClassapache.http.impl.poolApache HttpComponents
BHttpConnectionBaseThis class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections.Classapache.http.implApache HttpComponents
ChunkedInputStream Entities transferred using this input stream can be of unlimited length.Classapache.http.impl.ioApache HttpComponents
ChunkedOutputStream Entities transferred using this output stream can be of unlimited length.Classapache.http.impl.ioApache HttpComponents
ConnSupportConnection support methods.Classapache.http.implApache HttpComponents
ContentLengthInputStreamInput stream that cuts off after a defined number of bytes.Classapache.http.impl.ioApache HttpComponents
ContentLengthOutputStreamOutput stream that cuts off after a defined number of bytes.Classapache.http.impl.ioApache HttpComponents
DefaultBHttpClientConnectionDefault implementation of HttpClientConnection.Classapache.http.implApache HttpComponents
DefaultBHttpClientConnectionFactoryDefault factory for HttpClientConnections.Classapache.http.implApache HttpComponents
DefaultBHttpServerConnectionDefault implementation of HttpServerConnection.Classapache.http.implApache HttpComponents
DefaultBHttpServerConnectionFactoryDefault factory for HttpServerConnections.Classapache.http.implApache HttpComponents
DefaultConnectionReuseStrategyDefault implementation of a strategy deciding about connection re-use.Classapache.http.implApache HttpComponents
DefaultHttpClientConnectionDefault implementation of a client-side HTTP connection.Classapache.http.implApache HttpComponents
DefaultHttpRequestFactoryDefault factory for creating HttpRequest objects.Classapache.http.implApache HttpComponents
DefaultHttpRequestParserHTTP request parser that obtain its input from an instance of SessionInputBuffer.Classapache.http.impl.ioApache HttpComponents
DefaultHttpRequestParserFactoryDefault factory for request message parsers.Classapache.http.impl.ioApache HttpComponents
DefaultHttpRequestWriterHTTP request writer that serializes its output to an instance of SessionOutputBuffer.Classapache.http.impl.ioApache HttpComponents
DefaultHttpRequestWriterFactoryDefault factory for request message writers.Classapache.http.impl.ioApache HttpComponents
DefaultHttpResponseFactoryDefault factory for creating HttpResponse objects.Classapache.http.implApache HttpComponents
DefaultHttpResponseParserHTTP response parser that obtain its input from an instance of SessionInputBuffer.Classapache.http.impl.ioApache HttpComponents
DefaultHttpResponseParserFactoryDefault factory for response message parsers.Classapache.http.impl.ioApache HttpComponents
DefaultHttpResponseWriterHTTP response writer that serializes its output to an instance of SessionOutputBuffer.Classapache.http.impl.ioApache HttpComponents
DefaultHttpResponseWriterFactoryDefault factory for response message writers.Classapache.http.impl.ioApache HttpComponents
DefaultHttpServerConnectionDefault implementation of a server-side HTTP connection.Classapache.http.implApache HttpComponents
DisallowIdentityContentLengthStrategyDecorator for ContentLengthStrategy implementations that disallows the use of identity transfer encoding.Classapache.http.impl.entityApache HttpComponents
EmptyInputStreamClassapache.http.impl.ioApache HttpComponents
EnglishReasonPhraseCatalogEnglish reason phrases for HTTP status codes.Classapache.http.implApache HttpComponents
EntityDeserializerHTTP entity deserializer.Classapache.http.impl.entityApache HttpComponents
EntitySerializerHTTP entity serializer.Classapache.http.impl.entityApache HttpComponents
HttpConnectionMetricsImplDefault implementation of the HttpConnectionMetrics interface.Classapache.http.implApache HttpComponents
HttpRequestParserHTTP request parser that obtain its input from an instance of SessionInputBuffer.Classapache.http.impl.ioApache HttpComponents
HttpRequestWriterHTTP request writer that serializes its output to an instance of SessionOutputBuffer.Classapache.http.impl.ioApache HttpComponents
HttpResponseParserHTTP response parser that obtain its input from an instance of SessionInputBuffer.Classapache.http.impl.ioApache HttpComponents
HttpResponseWriterHTTP response writer that serializes its output to an instance of SessionOutputBuffer.Classapache.http.impl.ioApache HttpComponents
HttpServerClassapache.http.impl.bootstrapApache HttpComponents
HttpTransportMetricsImplDefault implementation of HttpTransportMetrics.Classapache.http.impl.ioApache HttpComponents
IdentityInputStreamInput stream that reads data without any transformation.Classapache.http.impl.ioApache HttpComponents
IdentityOutputStreamOutput stream that writes data without any transformation.Classapache.http.impl.ioApache HttpComponents
LaxContentLengthStrategyThe lax implementation of the content length strategy.Classapache.http.impl.entityApache HttpComponents
NoConnectionReuseStrategyA strategy that never re-uses a connection.Classapache.http.implApache HttpComponents
ServerBootstrapClassapache.http.impl.bootstrapApache HttpComponents
SessionInputBufferImplAbstract base class for session input buffers that stream data from an arbitrary InputStream.Classapache.http.impl.ioApache HttpComponents
SessionOutputBufferImplAbstract base class for session output buffers that stream data to an arbitrary OutputStream.Classapache.http.impl.ioApache HttpComponents
SocketHttpClientConnectionClassapache.http.implApache HttpComponents
SocketHttpServerConnectionClassapache.http.implApache HttpComponents
SocketInputBufferClassapache.http.impl.ioApache HttpComponents
SocketOutputBufferClassapache.http.impl.ioApache HttpComponents
SSLServerSetupHandlerServer SSL setup handler.Interfaceapache.http.impl.bootstrapApache HttpComponents
StrictContentLengthStrategyThe strict implementation of the content length strategy.Classapache.http.impl.entityApache HttpComponents
AbstractAuthenticationHandlerBase class for AuthenticationHandler implementations.Classorg.apache.http.impl.clientApache HttpComponents
AbstractClientConnAdapterAbstract adapter from operated to managed client connections.Classorg.apache.http.impl.connApache HttpComponents
AbstractConnPoolAn abstract connection pool.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
AbstractCookieAttributeHandlerClassorg.apache.http.impl.cookieApache HttpComponents
AbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryClassorg.apache.http.impl.cookieApache HttpComponents
AbstractHttpClientBase class for HttpClient implementations.Classorg.apache.http.impl.clientApache HttpComponents
AbstractPooledConnAdapterAbstract adapter from pool entries to client connections.Classorg.apache.http.impl.connApache HttpComponents
AbstractPoolEntryA pool entry for use by connection manager implementations.Classorg.apache.http.impl.connApache HttpComponents
AIMDBackoffManagerThe AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit toClassorg.apache.http.impl.clientApache HttpComponents
AuthSchemeBaseAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.Classorg.apache.http.impl.authApache HttpComponents
AutoRetryHttpClientHttpClient implementation that can automatically retry the request in case of a non-2xx response using the ServiceUnavailableRetryStrategy interface.Classorg.apache.http.impl.clientApache HttpComponents
BackoffStrategyExecClassorg.apache.http.impl.execchainApache HttpComponents
BasicAuthCacheDefault implementation of AuthCache.Classorg.apache.http.impl.clientApache HttpComponents
BasicClientConnectionManagerA connection manager for a single connection.Classorg.apache.http.impl.connApache HttpComponents
BasicClientCookieDefault implementation of SetCookie.Classorg.apache.http.impl.cookieApache HttpComponents
BasicClientCookie2Default implementation of SetCookie2.Classorg.apache.http.impl.cookieApache HttpComponents
BasicCommentHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BasicCookieStoreDefault implementation of CookieStoreSince:4.Classorg.apache.http.impl.clientApache HttpComponents
BasicCredentialsProviderDefault implementation of CredentialsProvider.Classorg.apache.http.impl.clientApache HttpComponents
BasicDomainHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BasicExpiresHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BasicHttpClientConnectionManagerA connection manager for a single connection.Classorg.apache.http.impl.connApache HttpComponents
BasicMaxAgeHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BasicPathHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BasicPooledConnAdapterA connection wrapper and callback handler.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
BasicPoolEntryBasic implementation of a connection pool entry.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
BasicPoolEntryRefA weak reference to a BasicPoolEntry.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
BasicResponseHandlerA ResponseHandler that returns the response body as a String for successful (2xx) responses.Classorg.apache.http.impl.clientApache HttpComponents
BasicSchemeBasic authentication scheme as defined in RFC 2617.Classorg.apache.http.impl.authApache HttpComponents
BasicSchemeFactoryAuthSchemeProvider implementation that creates and initializes BasicScheme instances.Classorg.apache.http.impl.authApache HttpComponents
BasicSecureHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BestMatchSpec'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.Classorg.apache.http.impl.cookieApache HttpComponents
BestMatchSpecFactoryCookieSpecProvider implementation that creates and initializes BestMatchSpec instances.Classorg.apache.http.impl.cookieApache HttpComponents
BrowserCompatSpecCookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet ExplorerClassorg.apache.http.impl.cookieApache HttpComponents
BrowserCompatSpecFactoryCookieSpecProvider implementation that creates and initializes BrowserCompatSpec instances.Classorg.apache.http.impl.cookieApache HttpComponents
BrowserCompatSpecFactory .SecurityLevelClassorg.apache.http.impl.cookie.BrowserCompatSpecFactoryApache HttpComponents
BrowserCompatVersionAttributeHandlerVersion cookie attribute handler for BrowserCompat cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
ClientExecChainThis interface represents an element in the HTTP request execution chain.Interfaceorg.apache.http.impl.execchainApache HttpComponents
ClientParamsStackRepresents a stack of parameter collections.Classorg.apache.http.impl.clientApache HttpComponents
CloseableHttpClientBase implementation of HttpClient that also implements Closeable.Classorg.apache.http.impl.clientApache HttpComponents
ConnectionShutdownExceptionSignals that the connection has been shut down or released back to the the connection poolClassorg.apache.http.impl.connApache HttpComponents
ConnPoolByRouteA connection pool that maintains connections by route.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
ContentEncodingHttpClientDefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response.Classorg.apache.http.impl.clientApache HttpComponents
CookieSpecBaseCookie management functions shared by all specification.Classorg.apache.http.impl.cookieApache HttpComponents
DateParseExceptionAn exception to indicate an error parsing a date string.Classorg.apache.http.impl.cookieApache HttpComponents
DateUtilsA utility class for parsing and formatting HTTP dates as used in cookies and other headers.Classorg.apache.http.impl.cookieApache HttpComponents
DecompressingHttpClientDecorator adding support for compressed responses.Classorg.apache.http.impl.clientApache HttpComponents
DefaultBackoffStrategyThis ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitlyClassorg.apache.http.impl.clientApache HttpComponents
DefaultClientConnectionDefault implementation of an operated client connection.Classorg.apache.http.impl.connApache HttpComponents
DefaultClientConnectionOperatorDefault implementation of a ClientConnectionOperator.Classorg.apache.http.impl.connApache HttpComponents
DefaultConnectionKeepAliveStrategyDefault implementation of a strategy deciding duration that a connection can remain idle.Classorg.apache.http.impl.clientApache HttpComponents
DefaultHttpClientDefault implementation of HttpClient pre-configured for most common use scenarios.Classorg.apache.http.impl.clientApache HttpComponents
DefaultHttpRequestRetryHandlerThe default HttpRequestRetryHandler used by request executors.Classorg.apache.http.impl.clientApache HttpComponents
DefaultHttpResponseParserLenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.Classorg.apache.http.impl.connApache HttpComponents
DefaultHttpResponseParserFactoryDefault factory for response message parsers.Classorg.apache.http.impl.connApache HttpComponents
DefaultHttpRoutePlannerDefault implementation of an HttpRoutePlanner.Classorg.apache.http.impl.connApache HttpComponents
DefaultManagedHttpClientConnectionDefault ManagedHttpClientConnection implementation.Classorg.apache.http.impl.connApache HttpComponents
DefaultProxyAuthenticationHandlerDefault AuthenticationHandler implementation for proxy host authentication.Classorg.apache.http.impl.clientApache HttpComponents
DefaultProxyRoutePlanner that routes requests through a default proxy.Classorg.apache.http.impl.connApache HttpComponents
DefaultRedirectHandlerDefault implementation of RedirectHandler.Classorg.apache.http.impl.clientApache HttpComponents
DefaultRedirectStrategyDefault implementation of RedirectStrategy.Classorg.apache.http.impl.clientApache HttpComponents
DefaultRequestDirectorDefault implementation of RequestDirector.Classorg.apache.http.impl.clientApache HttpComponents
DefaultResponseParserDefault HTTP response parser implementation.Classorg.apache.http.impl.connApache HttpComponents
DefaultRoutePlannerDefault implementation of an HttpRoutePlanner.Classorg.apache.http.impl.connApache HttpComponents
DefaultSchemePortResolverDefault SchemePortResolver.Classorg.apache.http.impl.connApache HttpComponents
DefaultServiceUnavailableRetryStrategyDefault implementation of the ServiceUnavailableRetryStrategy interface.Classorg.apache.http.impl.clientApache HttpComponents
DefaultTargetAuthenticationHandlerDefault AuthenticationHandler implementation for target host authentication.Classorg.apache.http.impl.clientApache HttpComponents
DefaultUserTokenHandlerDefault implementation of UserTokenHandler.Classorg.apache.http.impl.clientApache HttpComponents
DigestSchemeDigest authentication scheme as defined in RFC 2617.Classorg.apache.http.impl.authApache HttpComponents
DigestSchemeFactoryAuthSchemeProvider implementation that creates and initializes DigestScheme instances.Classorg.apache.http.impl.authApache HttpComponents
EntityEnclosingRequestWrapperA wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request withoutClassorg.apache.http.impl.clientApache HttpComponents
FutureRequestExecutionMetricsCollection of different counters used to gather metrics for FutureRequestExecutionService.Classorg.apache.http.impl.clientApache HttpComponents
FutureRequestExecutionServiceHttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service.Classorg.apache.http.impl.clientApache HttpComponents
GGSSchemeBaseClassorg.apache.http.impl.authApache HttpComponents
HttpAuthenticatorClassorg.apache.http.impl.authApache HttpComponents
HttpAuthenticatorClassorg.apache.http.impl.clientApache HttpComponents
HttpClientBuilderBuilder for CloseableHttpClient instances.Classorg.apache.http.impl.clientApache HttpComponents
HttpClientsFactory methods for CloseableHttpClient instances.Classorg.apache.http.impl.clientApache HttpComponents
HttpRequestFutureTaskClassorg.apache.http.impl.clientApache HttpComponents
IdleConnectionHandlerA helper class for connection managers to track idle connections.Classorg.apache.http.impl.connApache HttpComponents
IgnoreSpecClassorg.apache.http.impl.cookieApache HttpComponents
IgnoreSpecFactoryCookieSpecProvider implementation that ignores all cookies.Classorg.apache.http.impl.cookieApache HttpComponents
InMemoryDnsResolverIn-memory DnsResolver implementation.Classorg.apache.http.impl.connApache HttpComponents
KerberosSchemeKERBEROS authentication scheme.Classorg.apache.http.impl.authApache HttpComponents
KerberosSchemeFactoryAuthSchemeProvider implementation that creates and initializes KerberosScheme instances.Classorg.apache.http.impl.authApache HttpComponents
LaxRedirectStrategyLax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests.Classorg.apache.http.impl.clientApache HttpComponents
LoggingSessionInputBufferLogs all data read to the wire LOG.Classorg.apache.http.impl.connApache HttpComponents
LoggingSessionOutputBufferLogs all data written to the wire LOG.Classorg.apache.http.impl.connApache HttpComponents
MainClientExecThe last request executor in the HTTP request execution chain that is responsible for execution of request / responseClassorg.apache.http.impl.execchainApache HttpComponents
ManagedHttpClientConnectionFactoryFactory for ManagedHttpClientConnection instances.Classorg.apache.http.impl.connApache HttpComponents
MinimalClientExecRequest executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / responseClassorg.apache.http.impl.execchainApache HttpComponents
NegotiateSchemeClassorg.apache.http.impl.authApache HttpComponents
NegotiateSchemeFactoryClassorg.apache.http.impl.authApache HttpComponents
NetscapeDomainHandlerClassorg.apache.http.impl.cookieApache HttpComponents
NetscapeDraftHeaderParserClassorg.apache.http.impl.cookieApache HttpComponents
NetscapeDraftSpecThis CookieSpec implementation conforms to the original draft specification published by Netscape Communications.Classorg.apache.http.impl.cookieApache HttpComponents
NetscapeDraftSpecFactoryCookieSpecProvider implementation that creates and initializes NetscapeDraftSpec instances.Classorg.apache.http.impl.cookieApache HttpComponents
NoopUserTokenHandlerNoop implementation of UserTokenHandler that always returns null.Classorg.apache.http.impl.clientApache HttpComponents
NTLMEngineAbstract NTLM authentication engine.Interfaceorg.apache.http.impl.authApache HttpComponents
NTLMEngineExceptionSignals NTLM protocol failure.Classorg.apache.http.impl.authApache HttpComponents
NTLMSchemeNTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.Classorg.apache.http.impl.authApache HttpComponents
NTLMSchemeFactoryAuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngineClassorg.apache.http.impl.authApache HttpComponents
NullBackoffStrategyThis is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior.Classorg.apache.http.impl.clientApache HttpComponents
PoolEntryRequestEncapsulates a request for a BasicPoolEntry.Interfaceorg.apache.http.impl.conn.tsccmApache HttpComponents
PoolingClientConnectionManagerManages a pool of OperatedClientConnection and is able to service connection requests from multiple execution threads.Classorg.apache.http.impl.connApache HttpComponents
PoolingHttpClientConnectionManagerClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requestsClassorg.apache.http.impl.connApache HttpComponents
ProtocolExecRequest executor in the request execution chain that is responsible for implementation of HTTP specification requirements.Classorg.apache.http.impl.execchainApache HttpComponents
ProxyAuthenticationStrategyDefault AuthenticationStrategy implementation for proxy host authentication.Classorg.apache.http.impl.clientApache HttpComponents
ProxyClientProxyClient can be used to establish a tunnel via an HTTP proxy.Classorg.apache.http.impl.clientApache HttpComponents
ProxySelectorRoutePlannerDefault implementation of an HttpRoutePlanner.Classorg.apache.http.impl.connApache HttpComponents
PublicSuffixFilterWraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.Classorg.apache.http.impl.cookieApache HttpComponents
PublicSuffixListParserParses the list from publicsuffix.Classorg.apache.http.impl.cookieApache HttpComponents
RedirectExecRequest executor in the request execution chain that is responsible for handling of request redirects.Classorg.apache.http.impl.execchainApache HttpComponents
RedirectLocationsThis class represents a collection of URIs used as redirect locations.Classorg.apache.http.impl.clientApache HttpComponents
RequestAbortedExceptionSignals that the request has been aborted.Classorg.apache.http.impl.execchainApache HttpComponents
RequestWrapperA wrapper class for HttpRequests that can be used to change properties of the current request without modifying the originalClassorg.apache.http.impl.clientApache HttpComponents
RetryExecRequest executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O errorClassorg.apache.http.impl.execchainApache HttpComponents
RFC2109DomainHandlerClassorg.apache.http.impl.cookieApache HttpComponents
RFC2109SpecRFC 2109 compliant CookieSpec implementation.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2109SpecFactoryCookieSpecProvider implementation that creates and initializes RFC2109Spec instances.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2109VersionHandlerClassorg.apache.http.impl.cookieApache HttpComponents
RFC2617SchemeAbstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities commonClassorg.apache.http.impl.authApache HttpComponents
RFC2965DiscardAttributeHandlerDiscard cookie attribute handler for RFC 2965 cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965DomainAttributeHandler"Domain" cookie attribute handler for RFC 2965 cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965PortAttributeHandler"Port" cookie attribute handler for RFC 2965 cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965SpecRFC 2965 compliant CookieSpec implementation.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965SpecFactoryCookieSpecProvider implementation that creates and initializes RFC2965Spec instances.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965VersionAttributeHandler"Version" cookie attribute handler for RFC 2965 cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
RoutedRequestA request with the route along which it should be sent.Classorg.apache.http.impl.clientApache HttpComponents
RouteSpecificPoolA connection sub-pool for a specific route, used by ConnPoolByRoute.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
SchemeRegistryFactoryClassorg.apache.http.impl.connApache HttpComponents
ServiceUnavailableRetryExecRequest executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx responseClassorg.apache.http.impl.execchainApache HttpComponents
SingleClientConnManagerA connection manager for a single connection.Classorg.apache.http.impl.connApache HttpComponents
SPNegoSchemeClassorg.apache.http.impl.authApache HttpComponents
SPNegoSchemeFactoryAuthSchemeProvider implementation that creates and initializes SPNegoScheme instances.Classorg.apache.http.impl.authApache HttpComponents
SpnegoTokenGeneratorAbstract SPNEGO token generator.Interfaceorg.apache.http.impl.authApache HttpComponents
StandardHttpRequestRetryHandlerHttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent accordingClassorg.apache.http.impl.clientApache HttpComponents
SystemDefaultCredentialsProviderClassorg.apache.http.impl.clientApache HttpComponents
SystemDefaultDnsResolverDNS resolver that uses the default OS implementation for resolving host names.Classorg.apache.http.impl.connApache HttpComponents
SystemDefaultHttpClientAn extension of DefaultHttpClient pre-configured using system properties.Classorg.apache.http.impl.clientApache HttpComponents
SystemDefaultRoutePlannerHttpRoutePlanner implementation based on ProxySelector.Classorg.apache.http.impl.connApache HttpComponents
TargetAuthenticationStrategyDefault AuthenticationStrategy implementation for proxy host authentication.Classorg.apache.http.impl.clientApache HttpComponents
ThreadSafeClientConnManagerManages a pool of OperatedClientConnection and is able to service connection requests from multiple execution threads.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
TunnelRefusedExceptionSignals that the tunnel request was rejected by the proxy host.Classorg.apache.http.impl.clientApache HttpComponents
TunnelRefusedExceptionSignals that the tunnel request was rejected by the proxy host.Classorg.apache.http.impl.execchainApache HttpComponents
UnsupportedDigestAlgorithmExceptionAuthentication credentials required to respond to a authentication challenge are invalidClassorg.apache.http.impl.authApache HttpComponents
WaitingThreadRepresents a thread waiting for a connection.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
WaitingThreadAborterA simple class that can interrupt a WaitingThread.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
WireLogs data to the wire LOG.Classorg.apache.http.impl.connApache HttpComponents
BrowserCompatVersionAttributeHandler"Version" cookie attribute handler for BrowserCompat cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965CommentUrlAttributeHandler"CommentURL" cookie attribute handler for RFC 2965 cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
RFC2965DiscardAttributeHandler"Discard" cookie attribute handler for RFC 2965 cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
AbstractHttpAsyncClientClassorg.apache.http.impl.nio.clientApache HttpComponents
AsyncSchemeRegistryFactoryClassorg.apache.http.impl.nio.connApache HttpComponents
CloseableHttpAsyncClientBase implementation of HttpAsyncClient that also implements Closeable.Classorg.apache.http.impl.nio.clientApache HttpComponents
CloseableHttpPipeliningClientBase implementation of HttpPipeliningClient that also implements Closeable.Classorg.apache.http.impl.nio.clientApache HttpComponents
DefaultAsyncUserTokenHandlerDefault implementation of UserTokenHandler for asynchrounous HTTP client communication.Classorg.apache.http.impl.nio.clientApache HttpComponents
DefaultClientAsyncConnectionClassorg.apache.http.impl.nio.connApache HttpComponents
DefaultClientAsyncConnectionFactoryClassorg.apache.http.impl.nio.connApache HttpComponents
DefaultHttpAsyncClientClassorg.apache.http.impl.nio.clientApache HttpComponents
DefaultHttpAsyncRoutePlannerClassorg.apache.http.impl.nio.connApache HttpComponents
HttpAsyncClientBuilderBuilder for CloseableHttpAsyncClient instances.Classorg.apache.http.impl.nio.clientApache HttpComponents
HttpAsyncClientsFactory methods for CloseableHttpAsyncClient and CloseableHttpPipeliningClient instances.Classorg.apache.http.impl.nio.clientApache HttpComponents
ManagedNHttpClientConnectionFactoryDefault factory for ManagedNHttpClientConnection instances.Classorg.apache.http.impl.nio.connApache HttpComponents
PoolingClientAsyncConnectionManagerClassorg.apache.http.impl.nio.connApache HttpComponents
PoolingNHttpClientConnectionManagerPoolingNHttpClientConnectionManager maintains a pool of NHttpClientConnections and is able to service connection requestsClassorg.apache.http.impl.nio.connApache HttpComponents