| Name | Description | Type | Package | Framework |
| AbstractConnPool | Abstract synchronous (blocking) pool of connections. | Class | apache.http.pool | Apache HttpComponents |
|
| AbstractHttpClientConnection | Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and | Class | apache.http.impl | Apache HttpComponents |
|
| AbstractHttpEntity | Abstract base class for entities. | Class | apache.http.entity | Apache HttpComponents |
|
| AbstractHttpMessage | Basic implementation of HttpMessage. | Class | apache.http.message | Apache HttpComponents |
|
| AbstractHttpParams | Abstract base class for parameter collections. | Class | apache.http.params | Apache HttpComponents |
|
| AbstractHttpServerConnection | Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and | Class | apache.http.impl | Apache HttpComponents |
|
| AbstractMessageParser | Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| AbstractMessageWriter | Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| AbstractSessionInputBuffer | Abstract base class for session input buffers that stream data from an arbitrary InputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| AbstractSessionOutputBuffer | Abstract base class for session output buffers that stream data to an arbitrary OutputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| Args | | Class | apache.http.util | Apache HttpComponents |
|
| Asserts | | Class | apache.http.util | Apache HttpComponents |
|
| BasicConnFactory | A very basic ConnFactory implementation that creates HttpClientConnection instances given a HttpHost instance. | Class | apache.http.impl.pool | Apache HttpComponents |
|
| BasicConnPool | A very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connections | Class | apache.http.impl.pool | Apache HttpComponents |
|
| BasicFuture | Basic implementation of the Future interface. | Class | apache.http.concurrent | Apache HttpComponents |
|
| BasicHeader | Basic implementation of Header. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHeaderElement | | Class | apache.http.message | Apache HttpComponents |
|
| BasicHeaderElementIterator | Basic implementation of a HeaderElementIterator. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHeaderIterator | Basic implementation of a HeaderIterator. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHeaderValueFormatter | Basic implementation for formatting header value elements. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHeaderValueParser | Basic implementation for parsing header values into elements. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHttpContext | Default implementation of HttpContext. | Class | apache.http.protocol | Apache HttpComponents |
|
| BasicHttpEntity | A generic streamed, non-repeatable entity that obtains its content from an InputStream. | Class | apache.http.entity | Apache HttpComponents |
|
| BasicHttpEntityEnclosingRequest | Basic implementation of HttpEntityEnclosingRequest. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHttpParams | Default implementation of HttpParams interface. | Class | apache.http.params | Apache HttpComponents |
|
| BasicHttpProcessor | Default implementation of HttpProcessor. | Class | apache.http.protocol | Apache HttpComponents |
|
| BasicHttpRequest | Basic implementation of HttpRequest. | Class | apache.http.message | Apache HttpComponents |
|
| BasicHttpResponse | Basic implementation of HttpResponse. | Class | apache.http.message | Apache HttpComponents |
|
| BasicLineFormatter | Interface for formatting elements of the HEAD section of an HTTP message. | Class | apache.http.message | Apache HttpComponents |
|
| BasicLineParser | Basic parser for lines in the head section of an HTTP message. | Class | apache.http.message | Apache HttpComponents |
|
| BasicListHeaderIterator | For use by HeaderGroup. | Class | apache.http.message | Apache HttpComponents |
|
| BasicNameValuePair | Basic implementation of NameValuePair. | Class | apache.http.message | Apache HttpComponents |
|
| BasicPoolEntry | A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by | Class | apache.http.impl.pool | Apache HttpComponents |
|
| BasicRequestLine | Basic implementation of RequestLine. | Class | apache.http.message | Apache HttpComponents |
|
| BasicStatusLine | Basic implementation of StatusLineSince:4. | Class | apache.http.message | Apache HttpComponents |
|
| BasicTokenIterator | Basic implementation of a TokenIterator. | Class | apache.http.message | Apache HttpComponents |
|
| BHttpConnectionBase | This class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections. | Class | apache.http.impl | Apache HttpComponents |
|
| BufferedHeader | This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed. | Class | apache.http.message | Apache HttpComponents |
|
| BufferedHttpEntity | A wrapping entity that buffers it content if necessary. | Class | apache.http.entity | Apache HttpComponents |
|
| BufferInfo | Basic buffer properties. | Interface | apache.http.io | Apache HttpComponents |
|
| ByteArrayBuffer | A resizable byte array. | Class | apache.http.util | Apache HttpComponents |
|
| ByteArrayEntity | A self contained, repeatable entity that obtains its content from a byte array. | Class | apache.http.entity | Apache HttpComponents |
|
| Cancellable | | Interface | apache.http.concurrent | Apache HttpComponents |
|
| CharArrayBuffer | A resizable char array. | Class | apache.http.util | Apache HttpComponents |
|
| CharsetUtils | | Class | apache.http.util | Apache HttpComponents |
|
| ChunkedInputStream | Entities transferred using this input stream can be of unlimited length. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ChunkedOutputStream | Entities transferred using this output stream can be of unlimited length. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ConnectionClosedException | Signals that the connection has been closed unexpectedly. | Class | apache.http | Apache HttpComponents |
|
| ConnectionConfig | HTTP connection configuration. | Class | apache.http.config | Apache HttpComponents |
|
| ConnectionReuseStrategy | Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive. | Interface | apache.http | Apache HttpComponents |
|
| ConnFactory | Factory for poolable blocking connections. | Interface | apache.http.pool | Apache HttpComponents |
|
| ConnPool | ConnPool represents a shared pool connections can be leased from and released back to. | Interface | apache.http.pool | Apache HttpComponents |
|
| ConnPoolControl | Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route | Interface | apache.http.pool | Apache HttpComponents |
|
| ConnSupport | Connection support methods. | Class | apache.http.impl | Apache HttpComponents |
|
| Consts | | Class | apache.http | Apache HttpComponents |
|
| ContentLengthInputStream | Input stream that cuts off after a defined number of bytes. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ContentLengthOutputStream | Output stream that cuts off after a defined number of bytes. | Class | apache.http.impl.io | Apache HttpComponents |
|
| ContentLengthStrategy | Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message. | Interface | apache.http.entity | Apache HttpComponents |
|
| ContentProducer | An abstract entity content producer. | Interface | apache.http.entity | Apache HttpComponents |
|
| ContentTooLongException | Signals that HTTP entity content is too long. | Class | apache.http | Apache HttpComponents |
|
| ContentType | Content type information consisting of a MIME type and an optional charset. | Class | apache.http.entity | Apache HttpComponents |
|
| CoreConnectionPNames | Defines parameter names for connections in HttpCore. | Interface | apache.http.params | Apache HttpComponents |
|
| CoreProtocolPNames | Defines parameter names for protocol execution in HttpCore. | Interface | apache.http.params | Apache HttpComponents |
|
| DefaultBHttpClientConnection | Default implementation of HttpClientConnection. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultBHttpClientConnectionFactory | Default factory for HttpClientConnections. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultBHttpServerConnection | Default implementation of HttpServerConnection. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultBHttpServerConnectionFactory | Default factory for HttpServerConnections. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultConnectionReuseStrategy | Default implementation of a strategy deciding about connection re-use. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultedHttpContext | HttpContext implementation that delegates resolution of an attribute to the given default HttpContext instance if the attribute is not | Class | apache.http.protocol | Apache HttpComponents |
|
| DefaultedHttpParams | HttpParams implementation that delegates resolution of a parameter to the given default HttpParams instance if the parameter is not | Class | apache.http.params | Apache HttpComponents |
|
| DefaultHttpClientConnection | Default implementation of a client-side HTTP connection. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpRequestFactory | Default factory for creating HttpRequest objects. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpRequestParser | HTTP request parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpRequestParserFactory | Default factory for request message parsers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpRequestWriter | HTTP request writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpRequestWriterFactory | Default factory for request message writers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseFactory | Default factory for creating HttpResponse objects. | Class | apache.http.impl | Apache HttpComponents |
|
| DefaultHttpResponseParser | HTTP response parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseParserFactory | Default factory for response message parsers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseWriter | HTTP response writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpResponseWriterFactory | Default factory for response message writers. | Class | apache.http.impl.io | Apache HttpComponents |
|
| DefaultHttpServerConnection | Default implementation of a server-side HTTP connection. | Class | apache.http.impl | Apache HttpComponents |
|
| DisallowIdentityContentLengthStrategy | Decorator for ContentLengthStrategy implementations that disallows the use of identity transfer encoding. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| EmptyInputStream | | Class | apache.http.impl.io | Apache HttpComponents |
|
| EncodingUtils | The home for utility methods that handle various encoding tasks. | Class | apache.http.util | Apache HttpComponents |
|
| EnglishReasonPhraseCatalog | English reason phrases for HTTP status codes. | Class | apache.http.impl | Apache HttpComponents |
|
| EntityDeserializer | HTTP entity deserializer. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| EntitySerializer | HTTP entity serializer. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| EntityTemplate | Entity that delegates the process of content generation to a ContentProducer. | Class | apache.http.entity | Apache HttpComponents |
|
| EntityUtils | Static helpers for dealing with HttpEntitys. | Class | apache.http.util | Apache HttpComponents |
|
| ExceptionLogger | | Interface | apache.http | Apache HttpComponents |
|
| ExceptionUtils | The home for utility methods that handle various exception-related tasks. | Class | apache.http.util | Apache HttpComponents |
|
| ExecutionContext | HttpContext attribute names for protocol execution. | Interface | apache.http.protocol | Apache HttpComponents |
|
| FileEntity | A self contained, repeatable entity that obtains its content from a file. | Class | apache.http.entity | Apache HttpComponents |
|
| FormattedHeader | An HTTP header which is already formatted. | Interface | apache.http | Apache HttpComponents |
|
| FutureCallback | | Interface | apache.http.concurrent | Apache HttpComponents |
|
| GuardedBy | The 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, | Class | apache.http.annotation | Apache HttpComponents |
|
| Header | Represents an HTTP header field. | Interface | apache.http | Apache HttpComponents |
|
| HeaderElement | One element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters. | Interface | apache.http | Apache HttpComponents |
|
| HeaderElementIterator | A type-safe iterator for HeaderElement objects. | Interface | apache.http | Apache HttpComponents |
|
| HeaderGroup | A class for combining a set of headers. | Class | apache.http.message | Apache HttpComponents |
|
| HeaderIterator | A type-safe iterator for Header objects. | Interface | apache.http | Apache HttpComponents |
|
| HeaderValueFormatter | Interface for formatting elements of a header value. | Interface | apache.http.message | Apache HttpComponents |
|
| HeaderValueParser | Interface for parsing header values into elements. | Interface | apache.http.message | Apache HttpComponents |
|
| HTTP | Constants and static helpers related to the HTTP protocol. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpAbstractParamBean | | Class | apache.http.params | Apache HttpComponents |
|
| HttpClientConnection | A client-side HTTP connection, which can be used for sending requests and receiving responses. | Interface | apache.http | Apache HttpComponents |
|
| HttpConnection | A generic HTTP connection, useful on client and server side. | Interface | apache.http | Apache HttpComponents |
|
| HttpConnectionFactory | Factory for HttpConnection instances. | Interface | apache.http | Apache HttpComponents |
|
| HttpConnectionMetrics | The point of access to the statistics of an HttpConnection. | Interface | apache.http | Apache HttpComponents |
|
| HttpConnectionMetricsImpl | Default implementation of the HttpConnectionMetrics interface. | Class | apache.http.impl | Apache HttpComponents |
|
| HttpConnectionParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP connection parameters using Java Beans | Class | apache.http.params | Apache HttpComponents |
|
| HttpConnectionParams | Utility class for accessing connection parameters in HttpParams. | Class | apache.http.params | Apache HttpComponents |
|
| HttpContext | HttpContext represents execution state of an HTTP process. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpCoreContext | setters for user assignable attributes and getter for readable attributes. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpDateGenerator | Generates a date in the format required by the HTTP protocol. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpEntity | An entity that can be sent or received with an HTTP message. | Interface | apache.http | Apache HttpComponents |
|
| HttpEntityEnclosingRequest | A request with an entity. | Interface | apache.http | Apache HttpComponents |
|
| HttpEntityWrapper | Base class for wrapping entities. | Class | apache.http.entity | Apache HttpComponents |
|
| HttpException | Signals that an HTTP exception has occurred. | Class | apache.http | Apache HttpComponents |
|
| HttpExpectationVerifier | Defines an interface to verify whether an incoming HTTP request meets the target server's expectations. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpHeaders | Constants enumerating the HTTP headers. | Class | apache.http | Apache HttpComponents |
|
| HttpHost | Holds all of the variables needed to describe an HTTP connection to a host. | Class | apache.http | Apache HttpComponents |
|
| HttpInetConnection | An HTTP connection over the Internet Protocol (IP). | Interface | apache.http | Apache HttpComponents |
|
| HttpMessage | HTTP messages consist of requests from client to server and responses from server to client. | Interface | apache.http | Apache HttpComponents |
|
| HttpMessageParser | Abstract message parser intended to build HTTP messages from an arbitrary data source. | Interface | apache.http.io | Apache HttpComponents |
|
| HttpMessageParserFactory | Factory for HttpMessageParser instances. | Interface | apache.http.io | Apache HttpComponents |
|
| HttpMessageWriter | | Interface | apache.http.io | Apache HttpComponents |
|
| HttpMessageWriterFactory | Factory for HttpMessageWriter instances. | Interface | apache.http.io | Apache HttpComponents |
|
| HttpParamConfig | | Class | apache.http.params | Apache HttpComponents |
|
| HttpParams | HttpParams interface represents a collection of immutable values that define a runtime behavior of a component. | Interface | apache.http.params | Apache HttpComponents |
|
| HttpParamsNames | Gives access to the full set of parameter names. | Interface | apache.http.params | Apache HttpComponents |
|
| HttpProcessor | HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpProcessorBuilder | Builder for HttpProcessor instances. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpProtocolParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP protocol parameters using Java Beans | Class | apache.http.params | Apache HttpComponents |
|
| HttpProtocolParams | Utility class for accessing protocol parameters in HttpParams. | Class | apache.http.params | Apache HttpComponents |
|
| HttpRequest | A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, | Interface | apache.http | Apache HttpComponents |
|
| HttpRequestExecutor | HttpRequestExecutor is a client side HTTP protocol handler based on the blocking (classic) I/O model. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpRequestFactory | A factory for HttpRequest objects. | Interface | apache.http | Apache HttpComponents |
|
| HttpRequestHandler | HttpRequestHandler represents a routine for processing of a specific group of HTTP requests. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpRequestHandlerMapper | HttpRequestHandlerMapper can be used to resolve an instance of HttpRequestHandler matching a particular HttpRequest. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpRequestHandlerRegistry | Maintains a map of HTTP request handlers keyed by a request URI pattern. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpRequestHandlerResolver | HttpRequestHandlerResolver can be used to resolve an instance of HttpRequestHandler matching a particular request URI. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpRequestInterceptor | HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol. | Interface | apache.http | Apache HttpComponents |
|
| HttpRequestInterceptorList | Provides access to an ordered list of request interceptors. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpRequestParser | HTTP request parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpRequestWriter | HTTP request writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpResponse | After receiving and interpreting a request message, a server responds with an HTTP response message. | Interface | apache.http | Apache HttpComponents |
|
| HttpResponseFactory | A factory for HttpResponse objects. | Interface | apache.http | Apache HttpComponents |
|
| HttpResponseInterceptor | HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol. | Interface | apache.http | Apache HttpComponents |
|
| HttpResponseInterceptorList | Provides access to an ordered list of response interceptors. | Interface | apache.http.protocol | Apache HttpComponents |
|
| HttpResponseParser | HTTP response parser that obtain its input from an instance of SessionInputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpResponseWriter | HTTP response writer that serializes its output to an instance of SessionOutputBuffer. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpServer | | Class | apache.http.impl.bootstrap | Apache HttpComponents |
|
| HttpServerConnection | A server-side HTTP connection, which can be used for receiving requests and sending responses. | Interface | apache.http | Apache HttpComponents |
|
| HttpService | HttpService is a server side HTTP protocol handler based on the classic (blocking) I/O model. | Class | apache.http.protocol | Apache HttpComponents |
|
| HttpStatus | Constants enumerating the HTTP status codes. | Interface | apache.http | Apache HttpComponents |
|
| HttpTransportMetrics | The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer. | Interface | apache.http.io | Apache HttpComponents |
|
| HttpTransportMetricsImpl | Default implementation of HttpTransportMetrics. | Class | apache.http.impl.io | Apache HttpComponents |
|
| HttpVersion | Represents an HTTP version. | Class | apache.http | Apache HttpComponents |
|
| IdentityInputStream | Input stream that reads data without any transformation. | Class | apache.http.impl.io | Apache HttpComponents |
|
| IdentityOutputStream | Output stream that writes data without any transformation. | Class | apache.http.impl.io | Apache HttpComponents |
|
| Immutable | The class to which this annotation is applied is immutable. | Class | apache.http.annotation | Apache HttpComponents |
|
| ImmutableHttpProcessor | Immutable HttpProcessor. | Class | apache.http.protocol | Apache HttpComponents |
|
| InputStreamEntity | | Class | apache.http.entity | Apache HttpComponents |
|
| LangUtils | A set of utility methods to help produce consistent equals and hashCode methods. | Class | apache.http.util | Apache HttpComponents |
|
| LaxContentLengthStrategy | The lax implementation of the content length strategy. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| LineFormatter | Interface for formatting elements of the HEAD section of an HTTP message. | Interface | apache.http.message | Apache HttpComponents |
|
| LineParser | Interface for parsing lines in the HEAD section of an HTTP message. | Interface | apache.http.message | Apache HttpComponents |
|
| MalformedChunkCodingException | Signals a malformed chunked stream. | Class | apache.http | Apache HttpComponents |
|
| MessageConstraintException | Signals a message constraint violation. | Class | apache.http | Apache HttpComponents |
|
| MessageConstraints | HTTP Message constraints: line length and header count. | Class | apache.http.config | Apache HttpComponents |
|
| MethodNotSupportedException | Signals that an HTTP method is not supported. | Class | apache.http | Apache HttpComponents |
|
| NameValuePair | A name / value pair parameter used as an element of HTTP messages. | Interface | apache.http | Apache HttpComponents |
|
| NetUtils | | Class | apache.http.util | Apache HttpComponents |
|
| NoConnectionReuseStrategy | A strategy that never re-uses a connection. | Class | apache.http.impl | Apache HttpComponents |
|
| NoHttpResponseException | Signals that the target server failed to respond with a valid HTTP response. | Class | apache.http | Apache HttpComponents |
|
| NotThreadSafe | The class to which this annotation is applied is not thread-safe. | Class | apache.http.annotation | Apache HttpComponents |
|
| ParseException | Signals a parse error. | Class | apache.http | Apache HttpComponents |
|
| ParserCursor | This 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 operation | Class | apache.http.message | Apache HttpComponents |
|
| PoolEntry | Pool entry containing a pool connection object along with its route. | Class | apache.http.pool | Apache HttpComponents |
|
| PoolEntryCallback | Pool entry callabck. | Interface | apache.http.pool | Apache HttpComponents |
|
| PoolStats | The total number of connections in the pool is equal to available plus leased. | Class | apache.http.pool | Apache HttpComponents |
|
| PrivateKeyDetails | Private key details. | Class | apache.http.ssl | Apache HttpComponents |
|
| PrivateKeyStrategy | A strategy allowing for a choice of an alias during SSL authentication. | Interface | apache.http.ssl | Apache HttpComponents |
|
| ProtocolException | Signals that an HTTP protocol violation has occurred. | Class | apache.http | Apache HttpComponents |
|
| ProtocolVersion | Represents a protocol version. | Class | apache.http | Apache HttpComponents |
|
| ReasonPhraseCatalog | Interface for obtaining reason phrases for HTTP status codes. | Interface | apache.http | Apache HttpComponents |
|
| Registry | Generic registry of items keyed by low-case string ID. | Class | apache.http.config | Apache HttpComponents |
|
| RegistryBuilder | Builder for Registry instances. | Class | apache.http.config | Apache HttpComponents |
|
| RequestConnControl | RequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence of | Class | apache.http.protocol | Apache HttpComponents |
|
| RequestContent | RequestContent is the most important interceptor for outgoing requests. | Class | apache.http.protocol | Apache HttpComponents |
|
| RequestDate | RequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client side | Class | apache.http.protocol | Apache HttpComponents |
|
| RequestExpectContinue | RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header. | Class | apache.http.protocol | Apache HttpComponents |
|
| RequestLine | The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF. | Interface | apache.http | Apache HttpComponents |
|
| RequestTargetHost | RequestTargetHost is responsible for adding Host header. | Class | apache.http.protocol | Apache HttpComponents |
|
| RequestUserAgent | RequestUserAgent is responsible for adding User-Agent header. | Class | apache.http.protocol | Apache HttpComponents |
|
| ResponseConnControl | ResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence of | Class | apache.http.protocol | Apache HttpComponents |
|
| ResponseContent | ResponseContent is the most important interceptor for outgoing responses. | Class | apache.http.protocol | Apache HttpComponents |
|
| ResponseDate | ResponseDate is responsible for adding Date header to the outgoing responses. | Class | apache.http.protocol | Apache HttpComponents |
|
| ResponseServer | ResponseServer is responsible for adding Server header. | Class | apache.http.protocol | Apache HttpComponents |
|
| SerializableEntity | A streamed entity that obtains its content from a Serializable. | Class | apache.http.entity | Apache HttpComponents |
|
| ServerBootstrap | | Class | apache.http.impl.bootstrap | Apache HttpComponents |
|
| SessionInputBuffer | Session input buffer for blocking connections. | Interface | apache.http.io | Apache HttpComponents |
|
| SessionInputBufferImpl | Abstract base class for session input buffers that stream data from an arbitrary InputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| SessionOutputBuffer | Session output buffer for blocking connections. | Interface | apache.http.io | Apache HttpComponents |
|
| SessionOutputBufferImpl | Abstract base class for session output buffers that stream data to an arbitrary OutputStream. | Class | apache.http.impl.io | Apache HttpComponents |
|
| SocketConfig | Socket configuration. | Class | apache.http.config | Apache HttpComponents |
|
| SocketHttpClientConnection | | Class | apache.http.impl | Apache HttpComponents |
|
| SocketHttpServerConnection | | Class | apache.http.impl | Apache HttpComponents |
|
| SocketInputBuffer | | Class | apache.http.impl.io | Apache HttpComponents |
|
| SocketOutputBuffer | | Class | apache.http.impl.io | Apache HttpComponents |
|
| SSLContextBuilder | Builder for SSLContext instances. | Class | apache.http.ssl | Apache HttpComponents |
|
| SSLContexts | SSLContext factory methods. | Class | apache.http.ssl | Apache HttpComponents |
|
| SSLInitializationException | | Class | apache.http.ssl | Apache HttpComponents |
|
| SSLServerSetupHandler | Server SSL setup handler. | Interface | apache.http.impl.bootstrap | Apache HttpComponents |
|
| StatusLine | The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its | Interface | apache.http | Apache HttpComponents |
|
| StrictContentLengthStrategy | The strict implementation of the content length strategy. | Class | apache.http.impl.entity | Apache HttpComponents |
|
| StringEntity | | Class | apache.http.entity | Apache HttpComponents |
|
| SyncBasicHttpContext | Thread-safe extension of the BasicHttpContext. | Class | apache.http.protocol | Apache HttpComponents |
|
| SyncBasicHttpParams | Thread-safe extension of the BasicHttpParams. | Class | apache.http.params | Apache HttpComponents |
|
| TextUtils | | Class | apache.http.util | Apache HttpComponents |
|
| ThreadSafe | The class to which this annotation is applied is thread-safe. | Class | apache.http.annotation | Apache HttpComponents |
|
| TokenIterator | An iterator for String tokens. | Interface | apache.http | Apache HttpComponents |
|
| TokenParser | Low level parser for header field elements. | Class | apache.http.message | Apache HttpComponents |
|
| TruncatedChunkException | Signals a truncated chunk in a chunked stream. | Class | apache.http | Apache HttpComponents |
|
| TrustStrategy | A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context. | Interface | apache.http.ssl | Apache HttpComponents |
|
| UnsupportedHttpVersionException | Signals an unsupported version of the HTTP protocol. | Class | apache.http | Apache HttpComponents |
|
| UriHttpRequestHandlerMapper | Maintains a map of HTTP request handlers keyed by a request URI pattern. | Class | apache.http.protocol | Apache HttpComponents |
|
| UriPatternMatcher | Maintains a map of objects keyed by a request URI pattern. | Class | apache.http.protocol | Apache HttpComponents |
|
| VersionInfo | Provides access to version information for HTTP components. | Class | apache.http.util | Apache HttpComponents |
|
| AbortableHttpRequest | Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| AbstractAuthenticationHandler | Base class for AuthenticationHandler implementations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AbstractClientConnAdapter | Abstract adapter from operated to managed client connections. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| AbstractConnPool | An abstract connection pool. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| AbstractCookieAttributeHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| AbstractCookieSpec | Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| AbstractExecutionAwareRequest | | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| AbstractHttpClient | Base class for HttpClient implementations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AbstractPooledConnAdapter | Abstract adapter from pool entries to client connections. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| AbstractPoolEntry | A pool entry for use by connection manager implementations. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| AbstractVerifier | | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| AIMDBackoffManager | The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| AllClientPNames | Collected parameter names for the HttpClient module. | Interface | org.apache.http.client.params | Apache HttpComponents |
|
| AllowAllHostnameVerifier | The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| AUTH | Constants and static helpers related to the HTTP authentication. | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthCache | Abstract AuthScheme cache. | Interface | org.apache.http.client | Apache HttpComponents |
|
| AuthenticationException | Signals a failure in authentication processSince:4. | Class | org.apache.http.auth | Apache 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 authentication | Interface | org.apache.http.client | Apache 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. | Interface | org.apache.http.client | Apache HttpComponents |
|
| AuthOption | | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP authentication parameters | Class | org.apache.http.auth.params | Apache HttpComponents |
|
| AuthParams | | Class | org.apache.http.auth.params | Apache HttpComponents |
|
| AuthPNames | Parameter names for HTTP authentication classes. | Interface | org.apache.http.auth.params | Apache HttpComponents |
|
| AuthPolicy | Standard authentication schemes supported by HttpClient. | Class | org.apache.http.client.params | Apache HttpComponents |
|
| AuthProtocolState | enum AuthProtocolStateEnum Constant Summary | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthScheme | This interface represents an abstract challenge-response oriented authentication scheme. | Interface | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemeBase | Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| AuthSchemeFactory | Factory for AuthScheme implementations. | Interface | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemeProvider | Factory for AuthScheme implementations. | Interface | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemeRegistry | Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge. | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthSchemes | Standard authentication schemes supported by HttpClient. | Class | org.apache.http.client.config | Apache HttpComponents |
|
| AuthScope | The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which | Class | org.apache.http.auth | Apache HttpComponents |
|
| AuthState | This class provides detailed information about the state of the authentication process. | Class | org.apache.http.auth | Apache HttpComponents |
|
| AutoRetryHttpClient | HttpClient implementation that can automatically retry the request in case of a non-2xx response using the ServiceUnavailableRetryStrategy interface. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BackoffManager | Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from | Interface | org.apache.http.client | Apache HttpComponents |
|
| BackoffStrategyExec | | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| BasicAuthCache | Default implementation of AuthCache. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicClientConnectionManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| BasicClientCookie | Default implementation of SetCookie. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicClientCookie2 | Default implementation of SetCookie2. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicCommentHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicCookieStore | Default implementation of CookieStoreSince:4. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicCredentialsProvider | Default implementation of CredentialsProvider. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicDomainHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicEofSensorWatcher | Basic implementation of EofSensorWatcher. | Class | org.apache.http.conn | Apache HttpComponents |
|
| BasicExpiresHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicHttpClientConnectionManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| BasicManagedEntity | An entity that releases a connection. | Class | org.apache.http.conn | Apache HttpComponents |
|
| BasicMaxAgeHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicPathHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicPooledConnAdapter | A connection wrapper and callback handler. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| BasicPoolEntry | Basic implementation of a connection pool entry. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| BasicPoolEntryRef | A weak reference to a BasicPoolEntry. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| BasicResponseHandler | A ResponseHandler that returns the response body as a String for successful (2xx) responses. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| BasicRouteDirector | Basic HttpRouteDirector implementation. | Class | org.apache.http.conn.routing | Apache HttpComponents |
|
| BasicScheme | Basic authentication scheme as defined in RFC 2617. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| BasicSchemeFactory | AuthSchemeProvider implementation that creates and initializes BasicScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| BasicSecureHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BasicUserPrincipal | Basic user principal used for HTTP authenticationSince:4. | Class | org.apache.http.auth | Apache HttpComponents |
|
| BestMatchSpec | 'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BestMatchSpecFactory | CookieSpecProvider implementation that creates and initializes BestMatchSpec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BrowserCompatHostnameVerifier | The HostnameVerifier that works the same way as Curl and Firefox. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| BrowserCompatSpec | Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BrowserCompatSpecFactory | CookieSpecProvider implementation that creates and initializes BrowserCompatSpec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| BrowserCompatVersionAttributeHandler | Version cookie attribute handler for BrowserCompat cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| ChallengeState | Challenge mode (TARGET or PROXY)Enum Constant Summary | Class | org.apache.http.auth | Apache HttpComponents |
|
| CircularRedirectException | Signals a circular redirectSince:4. | Class | org.apache.http.client | Apache HttpComponents |
|
| ClientConnectionManager | Management interface for client connections. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientConnectionManagerFactory | A factory for creating new ClientConnectionManager instances. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientConnectionOperator | ClientConnectionOperator represents a strategy for creating OperatedClientConnection instances and updating the underlying | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientConnectionRequest | Encapsulates a request for a ManagedClientConnection. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientContext | HttpContext attribute names for client side HTTP protocol processing. | Interface | org.apache.http.client.protocol | Apache HttpComponents |
|
| ClientContextConfigurer | Configuration facade for HttpContext instances. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ClientCookie | ClientCookie extends the standard Cookie interface with additional client specific functionality such ability to retrieve | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| ClientExecChain | This interface represents an element in the HTTP request execution chain. | Interface | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ClientParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client parameters using | Class | org.apache.http.client.params | Apache HttpComponents |
|
| ClientParamsStack | Represents a stack of parameter collections. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ClientPNames | Parameter names for HTTP client parameters. | Interface | org.apache.http.client.params | Apache HttpComponents |
|
| ClientProtocolException | Signals an error in the HTTP protocol. | Class | org.apache.http.client | Apache HttpComponents |
|
| CloneUtils | A collection of utilities to workaround limitations of Java clone framework. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| CloseableHttpClient | Base implementation of HttpClient that also implements Closeable. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| CloseableHttpResponse | | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| Configurable | Configuration interface for HTTP requests. | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| ConnConnectionParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client connection parameters | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnConnectionPNames | Parameter names for HTTP client connections. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnectionBackoffStrategy | When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should | Interface | org.apache.http.client | Apache HttpComponents |
|
| ConnectionKeepAliveStrategy | Interface for deciding how long a connection can remain idle before being reused. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionPoolTimeoutException | A timeout while waiting for an available connection from a connection manager. | Class | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionReleaseTrigger | Interface for releasing a connection. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionRequest | Represents a request for a HttpClientConnection whose life cycle is managed by a connection manager. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionShutdownException | Signals that the connection has been shut down or released back to the the connection pool | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| ConnectionSocketFactory | A factory for creating and connecting connection sockets. | Interface | org.apache.http.conn.socket | Apache HttpComponents |
|
| ConnectTimeoutException | A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. | Class | org.apache.http.conn | Apache HttpComponents |
|
| ConnManagerParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection manager parameters | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnManagerParams | An adaptor for manipulating HTTP connection management parameters in HttpParams. | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnManagerPNames | Parameter names for connection managers in HttpConn. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnPerRoute | This interface is intended for looking up maximum number of connections allowed for a given route. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnPerRouteBean | This class maintains a map of HTTP routes to maximum number of connections allowed for those routes. | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnPoolByRoute | A connection pool that maintains connections by route. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| ConnRouteParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection routing parameters | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnRouteParams | | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnRoutePNames | Parameter names for connection routing. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ContentEncodingHttpClient | DefaultHttpClient sub-class which includes a RequestAcceptEncoding for the request and response. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ContextAwareAuthScheme | This interface represents an extended authentication scheme that requires access to HttpContext in order to | Interface | org.apache.http.auth | Apache HttpComponents |
|
| Cookie | Cookie interface represents a token or short packet of state information (also referred to as magic-cookie) that the HTTP agent and the target | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| CookieAttributeHandler | This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| CookieIdentityComparator | This cookie comparator can be used to compare identity of cookies. | Class | org.apache.http.cookie | Apache HttpComponents |
|
| CookieOrigin | CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies. | Class | org.apache.http.cookie | Apache HttpComponents |
|
| CookiePathComparator | This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such | Class | org.apache.http.cookie | Apache HttpComponents |
|
| CookiePolicy | Standard cookie specifications supported by HttpClient. | Class | org.apache.http.client.params | Apache HttpComponents |
|
| CookieRestrictionViolationException | Signals that a cookie violates a restriction imposed by the cookieSince:4. | Class | org.apache.http.cookie | Apache HttpComponents |
|
| CookieSpec | Defines the cookie management specification. | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| CookieSpecBase | Cookie management functions shared by all specification. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| CookieSpecFactory | Factory for CookieSpec implementations. | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| CookieSpecParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP cookie parameters using Java Beans | Class | org.apache.http.cookie.params | Apache HttpComponents |
|
| CookieSpecPNames | Parameter names for HTTP cookie management classes. | Interface | org.apache.http.cookie.params | Apache HttpComponents |
|
| CookieSpecProvider | Factory for CookieSpec implementations. | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| CookieSpecRegistry | Cookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of | Class | org.apache.http.cookie | Apache HttpComponents |
|
| CookieSpecs | Standard cookie specifications supported by HttpClient. | Class | org.apache.http.client.config | Apache HttpComponents |
|
| CookieStore | | Interface | org.apache.http.client | Apache HttpComponents |
|
| Credentials | This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user | Interface | org.apache.http.auth | Apache HttpComponents |
|
| CredentialsProvider | Abstract credentials provider that maintains a collection of user Implementations of this interface must be thread-safe. | Interface | org.apache.http.client | Apache HttpComponents |
|
| DateParseException | An exception to indicate an error parsing a date string. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| DateUtils | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| DateUtils | A utility class for parsing and formatting HTTP dates as used in cookies and other headers. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| DecompressingHttpClient | Decorator adding support for compressed responses. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultBackoffStrategy | This ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitly | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultClientConnection | Default implementation of an operated client connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultClientConnectionOperator | Default implementation of a ClientConnectionOperator. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultConnectionKeepAliveStrategy | Default implementation of a strategy deciding duration that a connection can remain idle. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultHttpClient | Default implementation of HttpClient pre-configured for most common use scenarios. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultHttpRequestRetryHandler | The default HttpRequestRetryHandler used by request executors. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultHttpResponseParser | Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultHttpResponseParserFactory | Default factory for response message parsers. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultHttpRoutePlanner | Default implementation of an HttpRoutePlanner. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultManagedHttpClientConnection | Default ManagedHttpClientConnection implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultProxyAuthenticationHandler | Default AuthenticationHandler implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultProxyRoutePlanner | that routes requests through a default proxy. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultRedirectHandler | Default implementation of RedirectHandler. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultRedirectStrategy | Default implementation of RedirectStrategy. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultRequestDirector | Default implementation of RequestDirector. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultResponseParser | Default HTTP response parser implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultRoutePlanner | Default implementation of an HttpRoutePlanner. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultSchemePortResolver | Default SchemePortResolver. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| DefaultServiceUnavailableRetryStrategy | Default implementation of the ServiceUnavailableRetryStrategy interface. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultTargetAuthenticationHandler | Default AuthenticationHandler implementation for target host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DefaultUserTokenHandler | Default implementation of UserTokenHandler. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| DeflateDecompressingEntity | HttpEntityWrapper responsible for handling deflate Content Coded responses. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| DeflateInputStream | Deflate input stream. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| DigestScheme | Digest authentication scheme as defined in RFC 2617. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| DigestSchemeFactory | AuthSchemeProvider implementation that creates and initializes DigestScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| DnsResolver | | Interface | org.apache.http.conn | Apache HttpComponents |
|
| EntityBuilder | Builder for HttpEntity instances. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| EntityEnclosingRequestWrapper | A wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| EofSensorInputStream | A stream wrapper that triggers actions on close() and EOF. | Class | org.apache.http.conn | Apache HttpComponents |
|
| EofSensorWatcher | A watcher for EofSensorInputStream. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| FutureRequestExecutionMetrics | Collection of different counters used to gather metrics for FutureRequestExecutionService. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| FutureRequestExecutionService | HttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| GGSSchemeBase | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| GzipCompressingEntity | Wrapping entity that compresses content when writing. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| GzipDecompressingEntity | HttpEntityWrapper for handling gzip Content Coded responses. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| HostNameResolver | Hostname to IP address resolver. | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| HttpAuthenticator | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| HttpAuthenticator | | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpClient | This interface represents only the most basic contract for HTTP request execution. | Interface | org.apache.http.client | Apache HttpComponents |
|
| HttpClientBuilder | Builder for CloseableHttpClient instances. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpClientConnectionManager | Represents a manager of persistent client connections. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HttpClientContext | Adaptor class that provides convenience type safe setters and getters for common HttpContext attributes used in the course | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| HttpClientParamConfig | | Class | org.apache.http.client.params | Apache HttpComponents |
|
| HttpClientParams | An adaptor for manipulating HTTP client parameters in HttpParams. | Class | org.apache.http.client.params | Apache HttpComponents |
|
| HttpClients | Factory methods for CloseableHttpClient instances. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpClientUtils | Convenience methods for closing response and client objects. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| HttpConnectionFactory | Generic HttpConnection factory. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HttpDelete | The HTTP DELETE method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpEntityEnclosingRequestBase | Basic implementation of an entity enclosing HTTP request that can be modified | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpExecutionAware | Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled. | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpGet | The HTTP GET method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpHead | The HTTP HEAD method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpHostConnectException | A ConnectException that specifies the HttpHost that was being connected to. | Class | org.apache.http.conn | Apache HttpComponents |
|
| HttpInetSocketAddress | HttpHost used to resolve the address. | Class | org.apache.http.conn | Apache HttpComponents |
|
| HttpOptions | HTTP OPTIONS method. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpPatch | The HTTP PATCH method is defined in RF5789: The PATCH method requests that a set of changes described in the request entity be | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpPost | The HTTP POST method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpPut | The HTTP PUT method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpRequestBase | Base implementation of HttpUriRequest. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpRequestFutureTask | | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| HttpRequestRetryHandler | A handler for determining if an HttpRequest should be retried after a recoverable exception during execution. | Interface | org.apache.http.client | Apache HttpComponents |
|
| HttpRequestWrapper | A wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpResponseException | Signals a non 2xx HTTP response. | Class | org.apache.http.client | Apache HttpComponents |
|
| HttpRoute | The route for a request. | Class | org.apache.http.conn.routing | Apache HttpComponents |
|
| HttpRoutedConnection | Interface to access routing information of a client side connection. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HttpRouteDirector | Provides directions on establishing a route. | Interface | org.apache.http.conn.routing | Apache HttpComponents |
|
| HttpRoutePlanner | Encapsulates logic to compute a HttpRoute to a target host. | Interface | org.apache.http.conn.routing | Apache HttpComponents |
|
| HttpTrace | The HTTP TRACE method is defined in section 9. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| HttpUriRequest | | Interface | org.apache.http.client.methods | Apache HttpComponents |
|
| IdleConnectionHandler | A helper class for connection managers to track idle connections. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| Idn | Abstraction of international domain name (IDN) conversion. | Interface | org.apache.http.client.utils | Apache HttpComponents |
|
| IgnoreSpec | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| IgnoreSpecFactory | CookieSpecProvider implementation that ignores all cookies. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| InetAddressUtils | A collection of utilities relating to InetAddresses. | Class | org.apache.http.conn.util | Apache HttpComponents |
|
| InMemoryDnsResolver | In-memory DnsResolver implementation. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| InvalidCredentialsException | Authentication credentials required to respond to a authentication challenge are invalid | Class | org.apache.http.auth | Apache HttpComponents |
|
| JdkIdn | Uses the java. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| KerberosScheme | KERBEROS authentication scheme. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| KerberosSchemeFactory | AuthSchemeProvider implementation that creates and initializes KerberosScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| LaxRedirectStrategy | Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| LayeredConnectionSocketFactory | | Interface | org.apache.http.conn.socket | Apache HttpComponents |
|
| LayeredSchemeSocketFactory | | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| LayeredSocketFactory | A SocketFactory for layered sockets (SSL/TLS). | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| LoggingSessionInputBuffer | Logs all data read to the wire LOG. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| LoggingSessionOutputBuffer | Logs all data written to the wire LOG. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| MainClientExec | The last request executor in the HTTP request execution chain that is responsible for execution of request / response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| MalformedChallengeException | Signals that authentication challenge is in some way invalid or illegal in the given context | Class | org.apache.http.auth | Apache HttpComponents |
|
| MalformedCookieException | Signals that a cookie is in some way invalid or illegal in a givenSince:4. | Class | org.apache.http.cookie | Apache HttpComponents |
|
| ManagedClientConnection | A client-side connection with advanced connection logic. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ManagedHttpClientConnection | Represents a managed connection whose state and life cycle is managed by a connection manager. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ManagedHttpClientConnectionFactory | Factory for ManagedHttpClientConnection instances. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| MinimalClientExec | Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| MultihomePlainSocketFactory | Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses. | Class | org.apache.http.conn | Apache HttpComponents |
|
| NegotiateScheme | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NegotiateSchemeFactory | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NetscapeDomainHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NetscapeDraftHeaderParser | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NetscapeDraftSpec | This CookieSpec implementation conforms to the original draft specification published by Netscape Communications. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NetscapeDraftSpecFactory | CookieSpecProvider implementation that creates and initializes NetscapeDraftSpec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| NonRepeatableRequestException | Signals failure to retry the request due to non-repeatable requestSince:4. | Class | org.apache.http.client | Apache HttpComponents |
|
| NoopUserTokenHandler | Noop implementation of UserTokenHandler that always returns null. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| NTCredentials | Credentials implementation for Microsoft Windows platforms that includes Windows specific attributes such as name of the domain the user belongs to. | Class | org.apache.http.auth | Apache HttpComponents |
|
| NTLMEngine | Abstract NTLM authentication engine. | Interface | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTLMEngineException | Signals NTLM protocol failure. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTLMScheme | NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTLMSchemeFactory | AuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| NTUserPrincipal | Microsoft Windows specific user principal implementation. | Class | org.apache.http.auth | Apache HttpComponents |
|
| NullBackoffStrategy | This is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| OperatedClientConnection | A client-side connection that relies on outside logic to connect sockets to the appropriate hosts. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| PlainConnectionSocketFactory | The default class for creating plain (unencrypted) sockets. | Class | org.apache.http.conn.socket | Apache HttpComponents |
|
| PlainSocketFactory | The default class for creating plain (unencrypted) sockets. | Class | org.apache.http.conn.scheme | Apache HttpComponents |
|
| PoolEntryRequest | Encapsulates a request for a BasicPoolEntry. | Interface | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| PoolingClientConnectionManager | Manages a pool of OperatedClientConnection and is able to service connection requests from multiple execution threads. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| PoolingHttpClientConnectionManager | ClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requests | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| PrivateKeyDetails | Private key details. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| PrivateKeyStrategy | A strategy allowing for a choice of an alias during SSL authentication. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| ProtocolExec | Request executor in the request execution chain that is responsible for implementation of HTTP specification requirements. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ProxyAuthenticationStrategy | Default AuthenticationStrategy implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ProxyClient | ProxyClient can be used to establish a tunnel via an HTTP proxy. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ProxySelectorRoutePlanner | Default implementation of an HttpRoutePlanner. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| PublicSuffixFilter | Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| PublicSuffixListParser | Parses the list from publicsuffix. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| Punycode | Facade that provides conversion between Unicode and Punycode domain names. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| RedirectException | Signals violation of HTTP specification caused by an invalid redirectSince:4. | Class | org.apache.http.client | Apache HttpComponents |
|
| RedirectExec | Request executor in the request execution chain that is responsible for handling of request redirects. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RedirectHandler | A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target | Interface | org.apache.http.client | Apache HttpComponents |
|
| RedirectLocations | This class represents a collection of URIs used as redirect locations. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RedirectStrategy | A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target | Interface | org.apache.http.client | Apache HttpComponents |
|
| RequestAbortedException | Signals that the request has been aborted. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RequestAcceptEncoding | Class responsible for handling Content Encoding requests in HTTP. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestAddCookies | Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestAuthCache | Request interceptor that can preemptively authenticate against known hosts, if there is a cached AuthScheme instance in the local | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestBuilder | Builder for HttpUriRequest instances. | Class | org.apache.http.client.methods | Apache HttpComponents |
|
| RequestClientConnControl | This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestConfig | | Class | org.apache.http.client.config | Apache HttpComponents |
|
| RequestDefaultHeaders | Request interceptor that adds default request headers. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestDirector | A client-side request director. | Interface | org.apache.http.client | Apache HttpComponents |
|
| RequestExpectContinue | RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestProxyAuthentication | Generates authentication header for the proxy host, if required, based on the actual state of the HTTP authentication context. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestTargetAuthentication | Generates authentication header for the target host, if required, based on the actual state of the HTTP authentication context. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RequestWrapper | A wrapper class for HttpRequests that can be used to change properties of the current request without modifying the original | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ResponseAuthCache | Response interceptor that adds successfully completed AuthSchemes to the local AuthCache instance. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ResponseContentEncoding | HttpResponseInterceptor responsible for processing Content-Encoding Instances of this class are stateless and immutable, therefore threadsafe. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| ResponseHandler | Handler that encapsulates the process of generating a response object from a HttpResponse. | Interface | org.apache.http.client | Apache HttpComponents |
|
| ResponseProcessCookies | Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response. | Class | org.apache.http.client.protocol | Apache HttpComponents |
|
| RetryExec | Request executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O error | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| RFC2109DomainHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2109Spec | RFC 2109 compliant CookieSpec implementation. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2109SpecFactory | CookieSpecProvider implementation that creates and initializes RFC2109Spec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2109VersionHandler | | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2617Scheme | Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| RFC2965DiscardAttributeHandler | Discard cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965DomainAttributeHandler | "Domain" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965PortAttributeHandler | "Port" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965Spec | RFC 2965 compliant CookieSpec implementation. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965SpecFactory | CookieSpecProvider implementation that creates and initializes RFC2965Spec instances. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965VersionAttributeHandler | "Version" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| Rfc3492Idn | | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| RoutedRequest | A request with the route along which it should be sent. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| RouteInfo | Read-only interface for route information. | Interface | org.apache.http.conn.routing | Apache HttpComponents |
|
| RouteSpecificPool | A connection sub-pool for a specific route, used by ConnPoolByRoute. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| RouteTracker | Helps tracking the steps in establishing a route. | Class | org.apache.http.conn.routing | Apache HttpComponents |
|
| Scheme | Encapsulates specifics of a protocol scheme such as "http" or "https". | Class | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SchemeLayeredSocketFactory | | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SchemePortResolver | Strategy for default port resolution for protocol schemes. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| SchemeRegistry | A set of supported protocol Schemes. | Class | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SchemeRegistryFactory | | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| SchemeSocketFactory | A factory for creating, initializing and connecting sockets. | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| ServiceUnavailableRetryExec | Request executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx response | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| ServiceUnavailableRetryStrategy | Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times | Interface | org.apache.http.client | Apache HttpComponents |
|
| SetCookie | This interface represents a Set-Cookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state. | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| SetCookie2 | This interface represents a Set-Cookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state. | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| SingleClientConnManager | A connection manager for a single connection. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| SM | Constants and static helpers related to the HTTP state management. | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| SocketFactory | A factory for creating, initializing and connecting sockets. | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SPNegoScheme | | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| SPNegoSchemeFactory | AuthSchemeProvider implementation that creates and initializes SPNegoScheme instances. | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| SpnegoTokenGenerator | Abstract SPNEGO token generator. | Interface | org.apache.http.impl.auth | Apache HttpComponents |
|
| SSLConnectionSocketFactory | Layered socket factory for TLS/SSL connections. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLContextBuilder | Builder for SSLContext instances. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLContexts | SSLContext factory methods. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLInitializationException | | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLSocketFactory | Layered socket factory for TLS/SSL connections. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| StandardHttpRequestRetryHandler | HttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent according | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| StrictHostnameVerifier | The Strict HostnameVerifier works the same way as Sun Java 1. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SystemDefaultCredentialsProvider | | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| SystemDefaultDnsResolver | DNS resolver that uses the default OS implementation for resolving host names. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| SystemDefaultHttpClient | An extension of DefaultHttpClient pre-configured using system properties. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| SystemDefaultRoutePlanner | HttpRoutePlanner implementation based on ProxySelector. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| TargetAuthenticationStrategy | Default AuthenticationStrategy implementation for proxy host authentication. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| ThreadSafeClientConnManager | Manages a pool of OperatedClientConnection and is able to service connection requests from multiple execution threads. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| TrustSelfSignedStrategy | A trust strategy that accepts self-signed certificates as trusted. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| TrustStrategy | A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| TunnelRefusedException | Signals that the tunnel request was rejected by the proxy host. | Class | org.apache.http.impl.client | Apache HttpComponents |
|
| TunnelRefusedException | Signals that the tunnel request was rejected by the proxy host. | Class | org.apache.http.impl.execchain | Apache HttpComponents |
|
| UnsupportedDigestAlgorithmException | Authentication credentials required to respond to a authentication challenge are invalid | Class | org.apache.http.impl.auth | Apache HttpComponents |
|
| UnsupportedSchemeException | Signals failure to establish connection using an unknown protocol scheme. | Class | org.apache.http.conn | Apache HttpComponents |
|
| URIBuilder | Builder for URI instances. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| URIUtils | A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| UrlEncodedFormEntity | An entity composed of a list of url-encoded pairs. | Class | org.apache.http.client.entity | Apache HttpComponents |
|
| URLEncodedUtils | A collection of utilities for encoding URLs. | Class | org.apache.http.client.utils | Apache HttpComponents |
|
| UsernamePasswordCredentials | Simple Credentials implementation based on a user name / passwordSince:4. | Class | org.apache.http.auth | Apache HttpComponents |
|
| UserTokenHandler | A handler for determining if the given execution context is user specific or not. | Interface | org.apache.http.client | Apache HttpComponents |
|
| WaitingThread | Represents a thread waiting for a connection. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| WaitingThreadAborter | A simple class that can interrupt a WaitingThread. | Class | org.apache.http.impl.conn.tsccm | Apache HttpComponents |
|
| Wire | Logs data to the wire LOG. | Class | org.apache.http.impl.conn | Apache HttpComponents |
|
| X509HostnameVerifier | Interface for checking if a hostname matches the names stored inside the server's X. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| BrowserCompatVersionAttributeHandler | "Version" cookie attribute handler for BrowserCompat cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| Cookie | Cookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target | Interface | org.apache.http.cookie | Apache HttpComponents |
|
| RFC2965CommentUrlAttributeHandler | "CommentURL" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| RFC2965DiscardAttributeHandler | "Discard" cookie attribute handler for RFC 2965 cookie spec. | Class | org.apache.http.impl.cookie | Apache HttpComponents |
|
| AbstractContentBody | | Class | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| ByteArrayBody | Binary body part backed by a byte array. | Class | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| ContentBody | | Interface | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| ContentDescriptor | Represents common content properties. | Interface | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| FileBody | Binary body part backed by a file. | Class | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| FormBodyPart | FormBodyPart class represents a content body that can be used as a part of multipart encoded entities. | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| FormBodyPartBuilder | Builder for individual FormBodyParts. | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| Header | The header of an entity (see RFC 2045). | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| HttpMultipart | HttpMultipart represents a collection of MIME multipart encoded content bodies. | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| HttpMultipartMode | enum HttpMultipartModeEnum Constant Summary | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| InputStreamBody | Binary body part backed by an input stream. | Class | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| MIME | | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| MinimalField | | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| MultipartEntity | Multipart/form coded HTTP entity consisting of multiple body parts. | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| MultipartEntityBuilder | Builder for multipart HttpEntitys. | Class | org.apache.http.entity.mime | Apache HttpComponents |
|
| StringBody | Text body part backed by a byte array. | Class | org.apache.http.entity.mime.content | Apache HttpComponents |
|
| AbstractHttpAsyncClient | | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| AsyncByteConsumer | HttpAsyncResponseConsumer implementation that provides convenience methods for processing of binary content entities enclosed | Class | org.apache.http.nio.client.methods | Apache HttpComponents |
|
| AsyncCharConsumer | HttpAsyncResponseConsumer implementation that provides convenience methods for processing of textual content entities enclosed | Class | org.apache.http.nio.client.methods | Apache HttpComponents |
|
| AsyncScheme | | Class | org.apache.http.nio.conn.scheme | Apache HttpComponents |
|
| AsyncSchemeRegistry | A set of supported protocol AsyncSchemes. | Class | org.apache.http.nio.conn.scheme | Apache HttpComponents |
|
| AsyncSchemeRegistryFactory | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| ClientAsyncConnection | | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| ClientAsyncConnectionFactory | | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| ClientAsyncConnectionManager | | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| CloseableHttpAsyncClient | Base implementation of HttpAsyncClient that also implements Closeable. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| CloseableHttpPipeliningClient | Base implementation of HttpPipeliningClient that also implements Closeable. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| DefaultAsyncUserTokenHandler | Default implementation of UserTokenHandler for asynchrounous HTTP client communication. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| DefaultClientAsyncConnection | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| DefaultClientAsyncConnectionFactory | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| DefaultHttpAsyncClient | | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| DefaultHttpAsyncRoutePlanner | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| HttpAsyncClient | This interface represents only the most basic contract for HTTP request execution. | Interface | org.apache.http.nio.client | Apache HttpComponents |
|
| HttpAsyncClientBuilder | Builder for CloseableHttpAsyncClient instances. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| HttpAsyncClients | Factory methods for CloseableHttpAsyncClient and CloseableHttpPipeliningClient instances. | Class | org.apache.http.impl.nio.client | Apache HttpComponents |
|
| HttpAsyncClientUtils | Static helpers for dealing with HttpAsyncClient. | Class | org.apache.http.nio.client.util | Apache HttpComponents |
|
| HttpAsyncMethods | Factory methods for asynchronous request producers and response consumers. | Class | org.apache.http.nio.client.methods | Apache HttpComponents |
|
| HttpPipeliningClient | This interface represents only the most basic contract for HTTP request execution. | Interface | org.apache.http.nio.client | Apache HttpComponents |
|
| LayeringStrategy | | Interface | org.apache.http.nio.conn.scheme | Apache HttpComponents |
|
| ManagedClientAsyncConnection | | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| ManagedNHttpClientConnection | Represents a managed connection whose state and life cycle is managed by a connection manager. | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| ManagedNHttpClientConnectionFactory | Default factory for ManagedNHttpClientConnection instances. | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| NHttpClientConnectionManager | Represents a manager of persistent client connections. | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| NHttpConnectionFactory | Generic NHttpConnection factory. | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| NoopIOSessionStrategy | | Class | org.apache.http.nio.conn | Apache HttpComponents |
|
| PoolingClientAsyncConnectionManager | | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| PoolingNHttpClientConnectionManager | PoolingNHttpClientConnectionManager maintains a pool of NHttpClientConnections and is able to service connection requests | Class | org.apache.http.impl.nio.conn | Apache HttpComponents |
|
| SchemeIOSessionStrategy | I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication | Interface | org.apache.http.nio.conn | Apache HttpComponents |
|
| SSLIOSessionStrategy | TLS/SSL transport level security strategy. | Class | org.apache.http.nio.conn.ssl | Apache HttpComponents |
|
| SSLLayeringStrategy | | Class | org.apache.http.nio.conn.ssl | Apache HttpComponents |
|
| ZeroCopyConsumer | HttpAsyncResponseConsumer implementation that streams content entity enclosed in an HTTP response directly into a file | Class | org.apache.http.nio.client.methods | Apache HttpComponents |
|
| ZeroCopyPost | HttpAsyncRequestProducer implementation that generates an HTTP POST request enclosing content of a file. | Class | org.apache.http.nio.client.methods | Apache HttpComponents |
|
| ZeroCopyPut | HttpAsyncRequestProducer implementation that generates an HTTP PUT request enclosing content of a file. | Class | org.apache.http.nio.client.methods | Apache HttpComponents |