Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Apache.http Classes and Interfaces - 628 results found.
NameDescriptionTypePackageFramework
AbstractConnPoolAbstract synchronous (blocking) pool of connections.Classapache.http.poolApache HttpComponents
AbstractHttpClientConnectionAbstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer andClassapache.http.implApache HttpComponents
AbstractHttpEntityAbstract base class for entities.Classapache.http.entityApache HttpComponents
AbstractHttpMessageBasic implementation of HttpMessage.Classapache.http.messageApache HttpComponents
AbstractHttpParamsAbstract base class for parameter collections.Classapache.http.paramsApache 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
ArgsClassapache.http.utilApache HttpComponents
AssertsClassapache.http.utilApache 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
BasicFutureBasic implementation of the Future interface.Classapache.http.concurrentApache HttpComponents
BasicHeaderBasic implementation of Header.Classapache.http.messageApache HttpComponents
BasicHeaderElementClassapache.http.messageApache HttpComponents
BasicHeaderElementIteratorBasic implementation of a HeaderElementIterator.Classapache.http.messageApache HttpComponents
BasicHeaderIteratorBasic implementation of a HeaderIterator.Classapache.http.messageApache HttpComponents
BasicHeaderValueFormatterBasic implementation for formatting header value elements.Classapache.http.messageApache HttpComponents
BasicHeaderValueParserBasic implementation for parsing header values into elements.Classapache.http.messageApache HttpComponents
BasicHttpContextDefault implementation of HttpContext.Classapache.http.protocolApache HttpComponents
BasicHttpEntityA generic streamed, non-repeatable entity that obtains its content from an InputStream.Classapache.http.entityApache HttpComponents
BasicHttpEntityEnclosingRequestBasic implementation of HttpEntityEnclosingRequest.Classapache.http.messageApache HttpComponents
BasicHttpParamsDefault implementation of HttpParams interface.Classapache.http.paramsApache HttpComponents
BasicHttpProcessorDefault implementation of HttpProcessor.Classapache.http.protocolApache HttpComponents
BasicHttpRequestBasic implementation of HttpRequest.Classapache.http.messageApache HttpComponents
BasicHttpResponseBasic implementation of HttpResponse.Classapache.http.messageApache HttpComponents
BasicLineFormatterInterface for formatting elements of the HEAD section of an HTTP message.Classapache.http.messageApache HttpComponents
BasicLineParserBasic parser for lines in the head section of an HTTP message.Classapache.http.messageApache HttpComponents
BasicListHeaderIterator For use by HeaderGroup.Classapache.http.messageApache HttpComponents
BasicNameValuePairBasic implementation of NameValuePair.Classapache.http.messageApache HttpComponents
BasicPoolEntryA very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified byClassapache.http.impl.poolApache HttpComponents
BasicRequestLineBasic implementation of RequestLine.Classapache.http.messageApache HttpComponents
BasicStatusLineBasic implementation of StatusLineSince:4.Classapache.http.messageApache HttpComponents
BasicTokenIteratorBasic implementation of a TokenIterator.Classapache.http.messageApache 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
BufferedHeaderThis class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.Classapache.http.messageApache HttpComponents
BufferedHttpEntityA wrapping entity that buffers it content if necessary.Classapache.http.entityApache HttpComponents
BufferInfoBasic buffer properties.Interfaceapache.http.ioApache HttpComponents
ByteArrayBufferA resizable byte array.Classapache.http.utilApache HttpComponents
ByteArrayEntityA self contained, repeatable entity that obtains its content from a byte array.Classapache.http.entityApache HttpComponents
CancellableInterfaceapache.http.concurrentApache HttpComponents
CharArrayBufferA resizable char array.Classapache.http.utilApache HttpComponents
CharsetUtilsClassapache.http.utilApache 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
ConnectionClosedExceptionSignals that the connection has been closed unexpectedly.Classapache.httpApache HttpComponents
ConnectionConfigHTTP connection configuration.Classapache.http.configApache HttpComponents
ConnectionConfig .BuilderClassapache.http.config.ConnectionConfigApache HttpComponents
ConnectionReuseStrategyInterface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.Interfaceapache.httpApache HttpComponents
ConnFactoryFactory for poolable blocking connections.Interfaceapache.http.poolApache HttpComponents
ConnPoolConnPool represents a shared pool connections can be leased from and released back to.Interfaceapache.http.poolApache HttpComponents
ConnPoolControlInterface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per routeInterfaceapache.http.poolApache HttpComponents
ConnSupportConnection support methods.Classapache.http.implApache HttpComponents
ConstsClassapache.httpApache 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
ContentLengthStrategyRepresents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.Interfaceapache.http.entityApache HttpComponents
ContentProducerAn abstract entity content producer.Interfaceapache.http.entityApache HttpComponents
ContentTooLongExceptionSignals that HTTP entity content is too long.Classapache.httpApache HttpComponents
ContentTypeContent type information consisting of a MIME type and an optional charset.Classapache.http.entityApache HttpComponents
CoreConnectionPNamesDefines parameter names for connections in HttpCore.Interfaceapache.http.paramsApache HttpComponents
CoreProtocolPNamesDefines parameter names for protocol execution in HttpCore.Interfaceapache.http.paramsApache 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
DefaultedHttpContextHttpContext implementation that delegates resolution of an attribute to the given default HttpContext instance if the attribute is notClassapache.http.protocolApache HttpComponents
DefaultedHttpParamsHttpParams implementation that delegates resolution of a parameter to the given default HttpParams instance if the parameter is notClassapache.http.paramsApache 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
EncodingUtilsThe home for utility methods that handle various encoding tasks.Classapache.http.utilApache 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
EntityTemplateEntity that delegates the process of content generation to a ContentProducer.Classapache.http.entityApache HttpComponents
EntityUtilsStatic helpers for dealing with HttpEntitys.Classapache.http.utilApache HttpComponents
ExceptionLoggerInterfaceapache.httpApache HttpComponents
ExceptionUtilsThe home for utility methods that handle various exception-related tasks.Classapache.http.utilApache HttpComponents
ExecutionContextHttpContext attribute names for protocol execution.Interfaceapache.http.protocolApache HttpComponents
FileEntityA self contained, repeatable entity that obtains its content from a file.Classapache.http.entityApache HttpComponents
FormattedHeaderAn HTTP header which is already formatted.Interfaceapache.httpApache HttpComponents
FutureCallbackInterfaceapache.http.concurrentApache HttpComponents
GuardedByThe field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock,Classapache.http.annotationApache HttpComponents
HeaderRepresents an HTTP header field.Interfaceapache.httpApache HttpComponents
HeaderElementOne element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters.Interfaceapache.httpApache HttpComponents
HeaderElementIteratorA type-safe iterator for HeaderElement objects.Interfaceapache.httpApache HttpComponents
HeaderGroupA class for combining a set of headers.Classapache.http.messageApache HttpComponents
HeaderIteratorA type-safe iterator for Header objects.Interfaceapache.httpApache HttpComponents
HeaderValueFormatterInterface for formatting elements of a header value.Interfaceapache.http.messageApache HttpComponents
HeaderValueParserInterface for parsing header values into elements.Interfaceapache.http.messageApache HttpComponents
HTTPConstants and static helpers related to the HTTP protocol.Classapache.http.protocolApache HttpComponents
HttpAbstractParamBeanClassapache.http.paramsApache HttpComponents
HttpClientConnectionA client-side HTTP connection, which can be used for sending requests and receiving responses.Interfaceapache.httpApache HttpComponents
HttpConnectionA generic HTTP connection, useful on client and server side.Interfaceapache.httpApache HttpComponents
HttpConnectionFactoryFactory for HttpConnection instances.Interfaceapache.httpApache HttpComponents
HttpConnectionMetricsThe point of access to the statistics of an HttpConnection.Interfaceapache.httpApache HttpComponents
HttpConnectionMetricsImplDefault implementation of the HttpConnectionMetrics interface.Classapache.http.implApache HttpComponents
HttpConnectionParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP connection parameters using Java BeansClassapache.http.paramsApache HttpComponents
HttpConnectionParamsUtility class for accessing connection parameters in HttpParams.Classapache.http.paramsApache HttpComponents
HttpContextHttpContext represents execution state of an HTTP process.Interfaceapache.http.protocolApache HttpComponents
HttpCoreContext setters for user assignable attributes and getter for readable attributes.Classapache.http.protocolApache HttpComponents
HttpDateGeneratorGenerates a date in the format required by the HTTP protocol.Classapache.http.protocolApache HttpComponents
HttpEntityAn entity that can be sent or received with an HTTP message.Interfaceapache.httpApache HttpComponents
HttpEntityEnclosingRequestA request with an entity.Interfaceapache.httpApache HttpComponents
HttpEntityWrapperBase class for wrapping entities.Classapache.http.entityApache HttpComponents
HttpExceptionSignals that an HTTP exception has occurred.Classapache.httpApache HttpComponents
HttpExpectationVerifierDefines an interface to verify whether an incoming HTTP request meets the target server's expectations.Interfaceapache.http.protocolApache HttpComponents
HttpHeadersConstants enumerating the HTTP headers.Classapache.httpApache HttpComponents
HttpHostHolds all of the variables needed to describe an HTTP connection to a host.Classapache.httpApache HttpComponents
HttpInetConnectionAn HTTP connection over the Internet Protocol (IP).Interfaceapache.httpApache HttpComponents
HttpMessageHTTP messages consist of requests from client to server and responses from server to client.Interfaceapache.httpApache HttpComponents
HttpMessageParserAbstract message parser intended to build HTTP messages from an arbitrary data source.Interfaceapache.http.ioApache HttpComponents
HttpMessageParserFactoryFactory for HttpMessageParser instances.Interfaceapache.http.ioApache HttpComponents
HttpMessageWriterInterfaceapache.http.ioApache HttpComponents
HttpMessageWriterFactoryFactory for HttpMessageWriter instances.Interfaceapache.http.ioApache HttpComponents
HttpParamConfigClassapache.http.paramsApache HttpComponents
HttpParamsHttpParams interface represents a collection of immutable values that define a runtime behavior of a component.Interfaceapache.http.paramsApache HttpComponents
HttpParamsNamesGives access to the full set of parameter names.Interfaceapache.http.paramsApache HttpComponents
HttpProcessorHTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individualInterfaceapache.http.protocolApache HttpComponents
HttpProcessorBuilderBuilder for HttpProcessor instances.Classapache.http.protocolApache HttpComponents
HttpProtocolParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP protocol parameters using Java BeansClassapache.http.paramsApache HttpComponents
HttpProtocolParamsUtility class for accessing protocol parameters in HttpParams.Classapache.http.paramsApache HttpComponents
HttpRequestA request message from a client to a server includes, within the first line of that message, the method to be applied to the resource,Interfaceapache.httpApache HttpComponents
HttpRequestExecutorHttpRequestExecutor is a client side HTTP protocol handler based on the blocking (classic) I/O model.Classapache.http.protocolApache HttpComponents
HttpRequestFactoryA factory for HttpRequest objects.Interfaceapache.httpApache HttpComponents
HttpRequestHandlerHttpRequestHandler represents a routine for processing of a specific group of HTTP requests.Interfaceapache.http.protocolApache HttpComponents
HttpRequestHandlerMapperHttpRequestHandlerMapper can be used to resolve an instance of HttpRequestHandler matching a particular HttpRequest.Interfaceapache.http.protocolApache HttpComponents
HttpRequestHandlerRegistryMaintains a map of HTTP request handlers keyed by a request URI pattern.Classapache.http.protocolApache HttpComponents
HttpRequestHandlerResolverHttpRequestHandlerResolver can be used to resolve an instance of HttpRequestHandler matching a particular request URI.Interfaceapache.http.protocolApache HttpComponents
HttpRequestInterceptorHTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.Interfaceapache.httpApache HttpComponents
HttpRequestInterceptorListProvides access to an ordered list of request interceptors.Interfaceapache.http.protocolApache 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
HttpResponseAfter receiving and interpreting a request message, a server responds with an HTTP response message.Interfaceapache.httpApache HttpComponents
HttpResponseFactoryA factory for HttpResponse objects.Interfaceapache.httpApache HttpComponents
HttpResponseInterceptorHTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.Interfaceapache.httpApache HttpComponents
HttpResponseInterceptorListProvides access to an ordered list of response interceptors.Interfaceapache.http.protocolApache 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
HttpServerConnectionA server-side HTTP connection, which can be used for receiving requests and sending responses.Interfaceapache.httpApache HttpComponents
HttpServiceHttpService is a server side HTTP protocol handler based on the classic (blocking) I/O model.Classapache.http.protocolApache HttpComponents
HttpStatusConstants enumerating the HTTP status codes.Interfaceapache.httpApache HttpComponents
HttpTransportMetricsThe point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.Interfaceapache.http.ioApache HttpComponents
HttpTransportMetricsImplDefault implementation of HttpTransportMetrics.Classapache.http.impl.ioApache HttpComponents
HttpVersionRepresents an HTTP version.Classapache.httpApache 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
ImmutableThe class to which this annotation is applied is immutable.Classapache.http.annotationApache HttpComponents
ImmutableHttpProcessorImmutable HttpProcessor.Classapache.http.protocolApache HttpComponents
InputStreamEntityClassapache.http.entityApache HttpComponents
LangUtilsA set of utility methods to help produce consistent equals and hashCode methods.Classapache.http.utilApache HttpComponents
LaxContentLengthStrategyThe lax implementation of the content length strategy.Classapache.http.impl.entityApache HttpComponents
LineFormatterInterface for formatting elements of the HEAD section of an HTTP message.Interfaceapache.http.messageApache HttpComponents
LineParserInterface for parsing lines in the HEAD section of an HTTP message.Interfaceapache.http.messageApache HttpComponents
MalformedChunkCodingExceptionSignals a malformed chunked stream.Classapache.httpApache HttpComponents
MessageConstraintExceptionSignals a message constraint violation.Classapache.httpApache HttpComponents
MessageConstraintsHTTP Message constraints: line length and header count.Classapache.http.configApache HttpComponents
MessageConstraints .BuilderClassapache.http.config.MessageConstraintsApache HttpComponents
MethodNotSupportedExceptionSignals that an HTTP method is not supported.Classapache.httpApache HttpComponents
NameValuePairA name / value pair parameter used as an element of HTTP messages.Interfaceapache.httpApache HttpComponents
NetUtilsClassapache.http.utilApache HttpComponents
NoConnectionReuseStrategyA strategy that never re-uses a connection.Classapache.http.implApache HttpComponents
NoHttpResponseExceptionSignals that the target server failed to respond with a valid HTTP response.Classapache.httpApache HttpComponents
NotThreadSafeThe class to which this annotation is applied is not thread-safe.Classapache.http.annotationApache HttpComponents
ParseExceptionSignals a parse error.Classapache.httpApache HttpComponents
ParserCursorThis class represents a context of a parsing operation: the current position the parsing operation is expected to start atthe bounds limiting the scope of the parsing operationClassapache.http.messageApache HttpComponents
PoolEntryPool entry containing a pool connection object along with its route.Classapache.http.poolApache HttpComponents
PoolEntryCallbackPool entry callabck.Interfaceapache.http.poolApache HttpComponents
PoolStats The total number of connections in the pool is equal to available plus leased.Classapache.http.poolApache HttpComponents
PrivateKeyDetailsPrivate key details.Classapache.http.sslApache HttpComponents
PrivateKeyStrategyA strategy allowing for a choice of an alias during SSL authentication.Interfaceapache.http.sslApache HttpComponents
ProtocolExceptionSignals that an HTTP protocol violation has occurred.Classapache.httpApache HttpComponents
ProtocolVersionRepresents a protocol version.Classapache.httpApache HttpComponents
ReasonPhraseCatalogInterface for obtaining reason phrases for HTTP status codes.Interfaceapache.httpApache HttpComponents
RegistryGeneric registry of items keyed by low-case string ID.Classapache.http.configApache HttpComponents
RegistryBuilderBuilder for Registry instances.Classapache.http.configApache HttpComponents
RequestConnControlRequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence ofClassapache.http.protocolApache HttpComponents
RequestContentRequestContent is the most important interceptor for outgoing requests.Classapache.http.protocolApache HttpComponents
RequestDateRequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client sideClassapache.http.protocolApache HttpComponents
RequestExpectContinueRequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.Classapache.http.protocolApache HttpComponents
RequestLineThe Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.Interfaceapache.httpApache HttpComponents
RequestTargetHostRequestTargetHost is responsible for adding Host header.Classapache.http.protocolApache HttpComponents
RequestUserAgentRequestUserAgent is responsible for adding User-Agent header.Classapache.http.protocolApache HttpComponents
ResponseConnControlResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence ofClassapache.http.protocolApache HttpComponents
ResponseContentResponseContent is the most important interceptor for outgoing responses.Classapache.http.protocolApache HttpComponents
ResponseDateResponseDate is responsible for adding Date header to the outgoing responses.Classapache.http.protocolApache HttpComponents
ResponseServerResponseServer is responsible for adding Server header.Classapache.http.protocolApache HttpComponents
SerializableEntityA streamed entity that obtains its content from a Serializable.Classapache.http.entityApache HttpComponents
ServerBootstrapClassapache.http.impl.bootstrapApache HttpComponents
SessionInputBufferSession input buffer for blocking connections.Interfaceapache.http.ioApache HttpComponents
SessionInputBufferImplAbstract base class for session input buffers that stream data from an arbitrary InputStream.Classapache.http.impl.ioApache HttpComponents
SessionOutputBufferSession output buffer for blocking connections.Interfaceapache.http.ioApache HttpComponents
SessionOutputBufferImplAbstract base class for session output buffers that stream data to an arbitrary OutputStream.Classapache.http.impl.ioApache HttpComponents
SocketConfigSocket configuration.Classapache.http.configApache HttpComponents
SocketConfig .BuilderClassapache.http.config.SocketConfigApache HttpComponents
SocketHttpClientConnectionClassapache.http.implApache HttpComponents
SocketHttpServerConnectionClassapache.http.implApache HttpComponents
SocketInputBufferClassapache.http.impl.ioApache HttpComponents
SocketOutputBufferClassapache.http.impl.ioApache HttpComponents
SSLContextBuilderBuilder for SSLContext instances.Classapache.http.sslApache HttpComponents
SSLContextsSSLContext factory methods.Classapache.http.sslApache HttpComponents
SSLInitializationExceptionClassapache.http.sslApache HttpComponents
SSLServerSetupHandlerServer SSL setup handler.Interfaceapache.http.impl.bootstrapApache HttpComponents
StatusLineThe first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and itsInterfaceapache.httpApache HttpComponents
StrictContentLengthStrategyThe strict implementation of the content length strategy.Classapache.http.impl.entityApache HttpComponents
StringEntityClassapache.http.entityApache HttpComponents
SyncBasicHttpContextThread-safe extension of the BasicHttpContext.Classapache.http.protocolApache HttpComponents
SyncBasicHttpParamsThread-safe extension of the BasicHttpParams.Classapache.http.paramsApache HttpComponents
TextUtilsClassapache.http.utilApache HttpComponents
ThreadSafeThe class to which this annotation is applied is thread-safe.Classapache.http.annotationApache HttpComponents
TokenIteratorAn iterator for String tokens.Interfaceapache.httpApache HttpComponents
TokenParserLow level parser for header field elements.Classapache.http.messageApache HttpComponents
TruncatedChunkExceptionSignals a truncated chunk in a chunked stream.Classapache.httpApache HttpComponents
TrustStrategyA strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.Interfaceapache.http.sslApache HttpComponents
UnsupportedHttpVersionExceptionSignals an unsupported version of the HTTP protocol.Classapache.httpApache HttpComponents
UriHttpRequestHandlerMapperMaintains a map of HTTP request handlers keyed by a request URI pattern.Classapache.http.protocolApache HttpComponents
UriPatternMatcherMaintains a map of objects keyed by a request URI pattern.Classapache.http.protocolApache HttpComponents
VersionInfoProvides access to version information for HTTP components.Classapache.http.utilApache HttpComponents
AbortableHttpRequestInterface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.Interfaceorg.apache.http.client.methodsApache 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
AbstractExecutionAwareRequestClassorg.apache.http.client.methodsApache 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
AbstractVerifierClassorg.apache.http.conn.sslApache HttpComponents
AIMDBackoffManagerThe AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit toClassorg.apache.http.impl.clientApache HttpComponents
AllClientPNamesCollected parameter names for the HttpClient module.Interfaceorg.apache.http.client.paramsApache HttpComponents
AllowAllHostnameVerifierThe ALLOW_ALL HostnameVerifier essentially turns hostname verification off.Classorg.apache.http.conn.sslApache HttpComponents
AUTHConstants and static helpers related to the HTTP authentication.Classorg.apache.http.authApache HttpComponents
AuthCacheAbstract AuthScheme cache.Interfaceorg.apache.http.clientApache HttpComponents
AuthenticationExceptionSignals a failure in authentication processSince:4.Classorg.apache.http.authApache 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
AuthOptionClassorg.apache.http.authApache HttpComponents
AuthParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP authentication parametersClassorg.apache.http.auth.paramsApache HttpComponents
AuthParamsClassorg.apache.http.auth.paramsApache HttpComponents
AuthPNamesParameter names for HTTP authentication classes.Interfaceorg.apache.http.auth.paramsApache HttpComponents
AuthPolicyStandard authentication schemes supported by HttpClient.Classorg.apache.http.client.paramsApache HttpComponents
AuthProtocolStateenum AuthProtocolStateEnum Constant SummaryClassorg.apache.http.authApache HttpComponents
AuthSchemeThis interface represents an abstract challenge-response oriented authentication scheme.Interfaceorg.apache.http.authApache HttpComponents
AuthSchemeBaseAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.Classorg.apache.http.impl.authApache HttpComponents
AuthSchemeFactoryFactory for AuthScheme implementations.Interfaceorg.apache.http.authApache HttpComponents
AuthSchemeProviderFactory for AuthScheme implementations.Interfaceorg.apache.http.authApache HttpComponents
AuthSchemeRegistryAuthentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.Classorg.apache.http.authApache HttpComponents
AuthSchemesStandard authentication schemes supported by HttpClient.Classorg.apache.http.client.configApache HttpComponents
AuthScopeThe class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name whichClassorg.apache.http.authApache HttpComponents
AuthStateThis class provides detailed information about the state of the authentication process.Classorg.apache.http.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
BackoffManagerRepresents a controller that dynamically adjusts the size of an available connection pool based on feedback fromInterfaceorg.apache.http.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
BasicEofSensorWatcherBasic implementation of EofSensorWatcher.Classorg.apache.http.connApache HttpComponents
BasicExpiresHandlerClassorg.apache.http.impl.cookieApache HttpComponents
BasicHttpClientConnectionManagerA connection manager for a single connection.Classorg.apache.http.impl.connApache HttpComponents
BasicManagedEntityAn entity that releases a connection.Classorg.apache.http.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
BasicRouteDirectorBasic HttpRouteDirector implementation.Classorg.apache.http.conn.routingApache 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
BasicUserPrincipalBasic user principal used for HTTP authenticationSince:4.Classorg.apache.http.authApache 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
BrowserCompatHostnameVerifierThe HostnameVerifier that works the same way as Curl and Firefox.Classorg.apache.http.conn.sslApache 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
ChallengeStateChallenge mode (TARGET or PROXY)Enum Constant SummaryClassorg.apache.http.authApache HttpComponents
CircularRedirectExceptionSignals a circular redirectSince:4.Classorg.apache.http.clientApache HttpComponents
ClientConnectionManagerManagement interface for client connections.Interfaceorg.apache.http.connApache HttpComponents
ClientConnectionManagerFactoryA factory for creating new ClientConnectionManager instances.Interfaceorg.apache.http.connApache HttpComponents
ClientConnectionOperatorClientConnectionOperator represents a strategy for creating OperatedClientConnection instances and updating the underlyingInterfaceorg.apache.http.connApache HttpComponents
ClientConnectionRequestEncapsulates a request for a ManagedClientConnection.Interfaceorg.apache.http.connApache 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
ClientCookieClientCookie extends the standard Cookie interface with additional client specific functionality such ability to retrieveInterfaceorg.apache.http.cookieApache HttpComponents
ClientExecChainThis interface represents an element in the HTTP request execution chain.Interfaceorg.apache.http.impl.execchainApache 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
ClientParamsStackRepresents a stack of parameter collections.Classorg.apache.http.impl.clientApache 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
CloseableHttpClientBase implementation of HttpClient that also implements Closeable.Classorg.apache.http.impl.clientApache HttpComponents
CloseableHttpResponseInterfaceorg.apache.http.client.methodsApache HttpComponents
ConfigurableConfiguration interface for HTTP requests.Interfaceorg.apache.http.client.methodsApache HttpComponents
ConnConnectionParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client connection parametersClassorg.apache.http.conn.paramsApache HttpComponents
ConnConnectionPNamesParameter names for HTTP client connections.Interfaceorg.apache.http.conn.paramsApache 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
ConnectionKeepAliveStrategyInterface for deciding how long a connection can remain idle before being reused.Interfaceorg.apache.http.connApache HttpComponents
ConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.Classorg.apache.http.connApache HttpComponents
ConnectionReleaseTriggerInterface for releasing a connection.Interfaceorg.apache.http.connApache HttpComponents
ConnectionRequestRepresents a request for a HttpClientConnection whose life cycle is managed by a connection manager.Interfaceorg.apache.http.connApache HttpComponents
ConnectionShutdownExceptionSignals that the connection has been shut down or released back to the the connection poolClassorg.apache.http.impl.connApache HttpComponents
ConnectionSocketFactoryA factory for creating and connecting connection sockets.Interfaceorg.apache.http.conn.socketApache HttpComponents
ConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.Classorg.apache.http.connApache HttpComponents
ConnManagerParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection manager parametersClassorg.apache.http.conn.paramsApache HttpComponents
ConnManagerParamsAn adaptor for manipulating HTTP connection management parameters in HttpParams.Classorg.apache.http.conn.paramsApache HttpComponents
ConnManagerPNamesParameter names for connection managers in HttpConn.Interfaceorg.apache.http.conn.paramsApache HttpComponents
ConnPerRouteThis interface is intended for looking up maximum number of connections allowed for a given route.Interfaceorg.apache.http.conn.paramsApache HttpComponents
ConnPerRouteBeanThis class maintains a map of HTTP routes to maximum number of connections allowed for those routes.Classorg.apache.http.conn.paramsApache HttpComponents
ConnPoolByRouteA connection pool that maintains connections by route.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
ConnRouteParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection routing parametersClassorg.apache.http.conn.paramsApache HttpComponents
ConnRouteParamsClassorg.apache.http.conn.paramsApache HttpComponents
ConnRoutePNamesParameter names for connection routing.Interfaceorg.apache.http.conn.paramsApache HttpComponents
ContentEncodingHttpClientDefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response.Classorg.apache.http.impl.clientApache HttpComponents
ContextAwareAuthSchemeThis interface represents an extended authentication scheme that requires access to HttpContext in order toInterfaceorg.apache.http.authApache HttpComponents
CookieCookie interface represents a token or short packet of state information (also referred to as magic-cookie) that the HTTP agent and the targetInterfaceorg.apache.http.cookieApache HttpComponents
CookieAttributeHandlerThis interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute,Interfaceorg.apache.http.cookieApache HttpComponents
CookieIdentityComparatorThis cookie comparator can be used to compare identity of cookies.Classorg.apache.http.cookieApache HttpComponents
CookieOriginCookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.Classorg.apache.http.cookieApache HttpComponents
CookiePathComparatorThis cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header suchClassorg.apache.http.cookieApache HttpComponents
CookiePolicyStandard cookie specifications supported by HttpClient.Classorg.apache.http.client.paramsApache HttpComponents
CookieRestrictionViolationExceptionSignals that a cookie violates a restriction imposed by the cookieSince:4.Classorg.apache.http.cookieApache HttpComponents
CookieSpecDefines the cookie management specification.Interfaceorg.apache.http.cookieApache HttpComponents
CookieSpecBaseCookie management functions shared by all specification.Classorg.apache.http.impl.cookieApache HttpComponents
CookieSpecFactoryFactory for CookieSpec implementations.Interfaceorg.apache.http.cookieApache HttpComponents
CookieSpecParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP cookie parameters using Java BeansClassorg.apache.http.cookie.paramsApache HttpComponents
CookieSpecPNamesParameter names for HTTP cookie management classes.Interfaceorg.apache.http.cookie.paramsApache HttpComponents
CookieSpecProviderFactory for CookieSpec implementations.Interfaceorg.apache.http.cookieApache HttpComponents
CookieSpecRegistryCookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version ofClassorg.apache.http.cookieApache HttpComponents
CookieSpecsStandard cookie specifications supported by HttpClient.Classorg.apache.http.client.configApache HttpComponents
CookieStoreInterfaceorg.apache.http.clientApache HttpComponents
CredentialsThis interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish userInterfaceorg.apache.http.authApache HttpComponents
CredentialsProviderAbstract credentials provider that maintains a collection of user Implementations of this interface must be thread-safe.Interfaceorg.apache.http.clientApache 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.client.utilsApache 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
DeflateDecompressingEntityHttpEntityWrapper responsible for handling deflate Content Coded responses.Classorg.apache.http.client.entityApache HttpComponents
DeflateInputStreamDeflate input stream.Classorg.apache.http.client.entityApache 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
DnsResolverInterfaceorg.apache.http.connApache HttpComponents
EntityBuilderBuilder for HttpEntity instances.Classorg.apache.http.client.entityApache HttpComponents
EntityEnclosingRequestWrapperA wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request withoutClassorg.apache.http.impl.clientApache HttpComponents
EofSensorInputStreamA stream wrapper that triggers actions on close() and EOF.Classorg.apache.http.connApache HttpComponents
EofSensorWatcherA watcher for EofSensorInputStream.Interfaceorg.apache.http.connApache 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
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
HostNameResolverHostname to IP address resolver.Interfaceorg.apache.http.conn.schemeApache HttpComponents
HttpAuthenticatorClassorg.apache.http.impl.authApache HttpComponents
HttpAuthenticatorClassorg.apache.http.impl.clientApache HttpComponents
HttpClientThis interface represents only the most basic contract for HTTP request execution.Interfaceorg.apache.http.clientApache HttpComponents
HttpClientBuilderBuilder for CloseableHttpClient instances.Classorg.apache.http.impl.clientApache HttpComponents
HttpClientConnectionManagerRepresents a manager of persistent client connections.Interfaceorg.apache.http.connApache 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
HttpClientsFactory methods for CloseableHttpClient instances.Classorg.apache.http.impl.clientApache HttpComponents
HttpClientUtilsConvenience methods for closing response and client objects.Classorg.apache.http.client.utilsApache HttpComponents
HttpConnectionFactoryGeneric HttpConnection factory.Interfaceorg.apache.http.connApache 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
HttpHostConnectExceptionA ConnectException that specifies the HttpHost that was being connected to.Classorg.apache.http.connApache HttpComponents
HttpInetSocketAddress HttpHost used to resolve the address.Classorg.apache.http.connApache 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
HttpRequestFutureTaskClassorg.apache.http.impl.clientApache 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
HttpRouteThe route for a request.Classorg.apache.http.conn.routingApache HttpComponents
HttpRoutedConnectionInterface to access routing information of a client side connection.Interfaceorg.apache.http.connApache HttpComponents
HttpRouteDirectorProvides directions on establishing a route.Interfaceorg.apache.http.conn.routingApache HttpComponents
HttpRoutePlannerEncapsulates logic to compute a HttpRoute to a target host.Interfaceorg.apache.http.conn.routingApache HttpComponents
HttpTrace The HTTP TRACE method is defined in section 9.Classorg.apache.http.client.methodsApache HttpComponents
HttpUriRequestInterfaceorg.apache.http.client.methodsApache HttpComponents
IdleConnectionHandlerA helper class for connection managers to track idle connections.Classorg.apache.http.impl.connApache HttpComponents
IdnAbstraction of international domain name (IDN) conversion.Interfaceorg.apache.http.client.utilsApache HttpComponents
IgnoreSpecClassorg.apache.http.impl.cookieApache HttpComponents
IgnoreSpecFactoryCookieSpecProvider implementation that ignores all cookies.Classorg.apache.http.impl.cookieApache HttpComponents
InetAddressUtilsA collection of utilities relating to InetAddresses.Classorg.apache.http.conn.utilApache HttpComponents
InMemoryDnsResolverIn-memory DnsResolver implementation.Classorg.apache.http.impl.connApache HttpComponents
InvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidClassorg.apache.http.authApache HttpComponents
JdkIdnUses the java.Classorg.apache.http.client.utilsApache 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
LayeredConnectionSocketFactoryInterfaceorg.apache.http.conn.socketApache HttpComponents
LayeredSchemeSocketFactoryInterfaceorg.apache.http.conn.schemeApache HttpComponents
LayeredSocketFactoryA SocketFactory for layered sockets (SSL/TLS).Interfaceorg.apache.http.conn.schemeApache 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
MalformedChallengeExceptionSignals that authentication challenge is in some way invalid or illegal in the given contextClassorg.apache.http.authApache HttpComponents
MalformedCookieExceptionSignals that a cookie is in some way invalid or illegal in a givenSince:4.Classorg.apache.http.cookieApache HttpComponents
ManagedClientConnectionA client-side connection with advanced connection logic.Interfaceorg.apache.http.connApache HttpComponents
ManagedHttpClientConnectionRepresents a managed connection whose state and life cycle is managed by a connection manager.Interfaceorg.apache.http.connApache 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
MultihomePlainSocketFactorySocket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.Classorg.apache.http.connApache 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
NonRepeatableRequestExceptionSignals failure to retry the request due to non-repeatable requestSince:4.Classorg.apache.http.clientApache HttpComponents
NoopUserTokenHandlerNoop implementation of UserTokenHandler that always returns null.Classorg.apache.http.impl.clientApache HttpComponents
NTCredentialsCredentials implementation for Microsoft Windows platforms that includes Windows specific attributes such as name of the domain the user belongs to.Classorg.apache.http.authApache 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
NTUserPrincipalMicrosoft Windows specific user principal implementation.Classorg.apache.http.authApache HttpComponents
NullBackoffStrategyThis is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior.Classorg.apache.http.impl.clientApache HttpComponents
OperatedClientConnectionA client-side connection that relies on outside logic to connect sockets to the appropriate hosts.Interfaceorg.apache.http.connApache HttpComponents
PlainConnectionSocketFactoryThe default class for creating plain (unencrypted) sockets.Classorg.apache.http.conn.socketApache HttpComponents
PlainSocketFactoryThe default class for creating plain (unencrypted) sockets.Classorg.apache.http.conn.schemeApache 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
PrivateKeyDetailsPrivate key details.Classorg.apache.http.conn.sslApache HttpComponents
PrivateKeyStrategyA strategy allowing for a choice of an alias during SSL authentication.Interfaceorg.apache.http.conn.sslApache 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
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
RedirectExecRequest executor in the request execution chain that is responsible for handling of request redirects.Classorg.apache.http.impl.execchainApache 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
RedirectLocationsThis class represents a collection of URIs used as redirect locations.Classorg.apache.http.impl.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
RequestAbortedExceptionSignals that the request has been aborted.Classorg.apache.http.impl.execchainApache 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
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
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
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
Rfc3492IdnClassorg.apache.http.client.utilsApache HttpComponents
RoutedRequestA request with the route along which it should be sent.Classorg.apache.http.impl.clientApache HttpComponents
RouteInfoRead-only interface for route information.Interfaceorg.apache.http.conn.routingApache HttpComponents
RouteInfo .LayerTypeThe layering type of a route.Classorg.apache.http.conn.routing.RouteInfoApache HttpComponents
RouteInfo .TunnelTypeThe tunnelling type of a route.Classorg.apache.http.conn.routing.RouteInfoApache HttpComponents
RouteSpecificPoolA connection sub-pool for a specific route, used by ConnPoolByRoute.Classorg.apache.http.impl.conn.tsccmApache HttpComponents
RouteTrackerHelps tracking the steps in establishing a route.Classorg.apache.http.conn.routingApache HttpComponents
SchemeEncapsulates specifics of a protocol scheme such as "http" or "https".Classorg.apache.http.conn.schemeApache HttpComponents
SchemeLayeredSocketFactoryInterfaceorg.apache.http.conn.schemeApache HttpComponents
SchemePortResolverStrategy for default port resolution for protocol schemes.Interfaceorg.apache.http.connApache HttpComponents
SchemeRegistryA set of supported protocol Schemes.Classorg.apache.http.conn.schemeApache HttpComponents
SchemeRegistryFactoryClassorg.apache.http.impl.connApache HttpComponents
SchemeSocketFactoryA factory for creating, initializing and connecting sockets.Interfaceorg.apache.http.conn.schemeApache 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
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
SetCookieThis interface represents a Set-Cookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state.Interfaceorg.apache.http.cookieApache HttpComponents
SetCookie2This interface represents a Set-Cookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state.Interfaceorg.apache.http.cookieApache HttpComponents
SingleClientConnManagerA connection manager for a single connection.Classorg.apache.http.impl.connApache HttpComponents
SMConstants and static helpers related to the HTTP state management.Interfaceorg.apache.http.cookieApache HttpComponents
SocketFactoryA factory for creating, initializing and connecting sockets.Interfaceorg.apache.http.conn.schemeApache 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
SSLConnectionSocketFactoryLayered socket factory for TLS/SSL connections.Classorg.apache.http.conn.sslApache HttpComponents
SSLContextBuilderBuilder for SSLContext instances.Classorg.apache.http.conn.sslApache HttpComponents
SSLContextsSSLContext factory methods.Classorg.apache.http.conn.sslApache HttpComponents
SSLInitializationExceptionClassorg.apache.http.conn.sslApache HttpComponents
SSLSocketFactoryLayered socket factory for TLS/SSL connections.Classorg.apache.http.conn.sslApache HttpComponents
StandardHttpRequestRetryHandlerHttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent accordingClassorg.apache.http.impl.clientApache HttpComponents
StrictHostnameVerifierThe Strict HostnameVerifier works the same way as Sun Java 1.Classorg.apache.http.conn.sslApache 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
TrustSelfSignedStrategyA trust strategy that accepts self-signed certificates as trusted.Classorg.apache.http.conn.sslApache HttpComponents
TrustStrategyA strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.Interfaceorg.apache.http.conn.sslApache 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
UnsupportedSchemeExceptionSignals failure to establish connection using an unknown protocol scheme.Classorg.apache.http.connApache 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
UsernamePasswordCredentialsSimple Credentials implementation based on a user name / passwordSince:4.Classorg.apache.http.authApache HttpComponents
UserTokenHandlerA handler for determining if the given execution context is user specific or not.Interfaceorg.apache.http.clientApache 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
X509HostnameVerifierInterface for checking if a hostname matches the names stored inside the server's X.Interfaceorg.apache.http.conn.sslApache HttpComponents
BrowserCompatVersionAttributeHandler"Version" cookie attribute handler for BrowserCompat cookie spec.Classorg.apache.http.impl.cookieApache HttpComponents
CookieCookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the targetInterfaceorg.apache.http.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
AbstractContentBodyClassorg.apache.http.entity.mime.contentApache HttpComponents
ByteArrayBodyBinary body part backed by a byte array.Classorg.apache.http.entity.mime.contentApache HttpComponents
ContentBodyInterfaceorg.apache.http.entity.mime.contentApache HttpComponents
ContentDescriptorRepresents common content properties.Interfaceorg.apache.http.entity.mime.contentApache HttpComponents
FileBodyBinary body part backed by a file.Classorg.apache.http.entity.mime.contentApache HttpComponents
FormBodyPartFormBodyPart class represents a content body that can be used as a part of multipart encoded entities.Classorg.apache.http.entity.mimeApache HttpComponents
FormBodyPartBuilderBuilder for individual FormBodyParts.Classorg.apache.http.entity.mimeApache HttpComponents
HeaderThe header of an entity (see RFC 2045).Classorg.apache.http.entity.mimeApache HttpComponents
HttpMultipartHttpMultipart represents a collection of MIME multipart encoded content bodies.Classorg.apache.http.entity.mimeApache HttpComponents
HttpMultipartModeenum HttpMultipartModeEnum Constant SummaryClassorg.apache.http.entity.mimeApache HttpComponents
InputStreamBodyBinary body part backed by an input stream.Classorg.apache.http.entity.mime.contentApache HttpComponents
MIMEClassorg.apache.http.entity.mimeApache HttpComponents
MinimalFieldClassorg.apache.http.entity.mimeApache HttpComponents
MultipartEntityMultipart/form coded HTTP entity consisting of multiple body parts.Classorg.apache.http.entity.mimeApache HttpComponents
MultipartEntityBuilderBuilder for multipart HttpEntitys.Classorg.apache.http.entity.mimeApache HttpComponents
StringBodyText body part backed by a byte array.Classorg.apache.http.entity.mime.contentApache HttpComponents
AbstractHttpAsyncClientClassorg.apache.http.impl.nio.clientApache HttpComponents
AsyncByteConsumerHttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosedClassorg.apache.http.nio.client.methodsApache HttpComponents
AsyncCharConsumerHttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosedClassorg.apache.http.nio.client.methodsApache HttpComponents
AsyncSchemeClassorg.apache.http.nio.conn.schemeApache HttpComponents
AsyncSchemeRegistryA set of supported protocol AsyncSchemes.Classorg.apache.http.nio.conn.schemeApache HttpComponents
AsyncSchemeRegistryFactoryClassorg.apache.http.impl.nio.connApache HttpComponents
ClientAsyncConnectionInterfaceorg.apache.http.nio.connApache HttpComponents
ClientAsyncConnectionFactoryInterfaceorg.apache.http.nio.connApache HttpComponents
ClientAsyncConnectionManagerInterfaceorg.apache.http.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
HttpAsyncClientThis interface represents only the most basic contract for HTTP request execution.Interfaceorg.apache.http.nio.clientApache 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
HttpAsyncClientUtilsStatic helpers for dealing with HttpAsyncClient.Classorg.apache.http.nio.client.utilApache HttpComponents
HttpAsyncMethodsFactory methods for asynchronous request producers and response consumers.Classorg.apache.http.nio.client.methodsApache HttpComponents
HttpPipeliningClientThis interface represents only the most basic contract for HTTP request execution.Interfaceorg.apache.http.nio.clientApache HttpComponents
LayeringStrategyInterfaceorg.apache.http.nio.conn.schemeApache HttpComponents
ManagedClientAsyncConnectionInterfaceorg.apache.http.nio.connApache HttpComponents
ManagedNHttpClientConnectionRepresents a managed connection whose state and life cycle is managed by a connection manager.Interfaceorg.apache.http.nio.connApache HttpComponents
ManagedNHttpClientConnectionFactoryDefault factory for ManagedNHttpClientConnection instances.Classorg.apache.http.impl.nio.connApache HttpComponents
NHttpClientConnectionManagerRepresents a manager of persistent client connections.Interfaceorg.apache.http.nio.connApache HttpComponents
NHttpConnectionFactoryGeneric NHttpConnection factory.Interfaceorg.apache.http.nio.connApache HttpComponents
NoopIOSessionStrategyClassorg.apache.http.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
SchemeIOSessionStrategyI/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communicationInterfaceorg.apache.http.nio.connApache HttpComponents
SSLIOSessionStrategyTLS/SSL transport level security strategy.Classorg.apache.http.nio.conn.sslApache HttpComponents
SSLLayeringStrategyClassorg.apache.http.nio.conn.sslApache HttpComponents
ZeroCopyConsumerHttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a fileClassorg.apache.http.nio.client.methodsApache HttpComponents
ZeroCopyPostHttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file.Classorg.apache.http.nio.client.methodsApache HttpComponents
ZeroCopyPutHttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file.Classorg.apache.http.nio.client.methodsApache HttpComponents