A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes All Packages

A

abort() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
Aborts this stream.
abort() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
abort() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
aborted - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
abortGracefully() - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
abortGracefully() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
absoluteRequestUri - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
absoluteRequestUri - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractAsyncPushHandler<T> - Class in org.apache.hc.core5.http.nio.support
Abstract push response handler.
AbstractAsyncPushHandler(AsyncResponseConsumer<T>) - Constructor for class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
AbstractAsyncRequesterConsumer<T,​E> - Class in org.apache.hc.core5.http.nio.support
Abstract asynchronous request consumer that makes use of AsyncEntityConsumer to process request message content.
AbstractAsyncRequesterConsumer(Supplier<AsyncEntityConsumer<E>>) - Constructor for class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
AbstractAsyncRequesterConsumer(AsyncEntityConsumer<E>) - Constructor for class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
AbstractAsyncResponseConsumer<T,​E> - Class in org.apache.hc.core5.http.nio.support
Abstract asynchronous response consumer that makes use of AsyncEntityConsumer to process response message content.
AbstractAsyncResponseConsumer(Supplier<AsyncEntityConsumer<E>>) - Constructor for class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
AbstractAsyncResponseConsumer(AsyncEntityConsumer<E>) - Constructor for class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
AbstractAsyncServerAuthFilter<T> - Class in org.apache.hc.core5.http.nio.support
Abstract asynchronous HTTP request filter that implements standard HTTP authentication handshake.
AbstractAsyncServerAuthFilter(boolean) - Constructor for class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
 
AbstractBinAsyncEntityConsumer<T> - Class in org.apache.hc.core5.http.nio.entity
Abstract binary entity content consumer.
AbstractBinAsyncEntityConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
AbstractBinAsyncEntityProducer - Class in org.apache.hc.core5.http.nio.entity
Abstract binary entity content producer.
AbstractBinAsyncEntityProducer(int, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
AbstractBinAsyncEntityProducer.State - Enum in org.apache.hc.core5.http.nio.entity
 
AbstractBinDataConsumer - Class in org.apache.hc.core5.http.nio.entity
Abstract binary data consumer.
AbstractBinDataConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
 
AbstractCharAsyncEntityConsumer<T> - Class in org.apache.hc.core5.http.nio.entity
Abstract text entity content consumer.
AbstractCharAsyncEntityConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
AbstractCharAsyncEntityConsumer(int, CharCodingConfig) - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
AbstractCharAsyncEntityProducer - Class in org.apache.hc.core5.http.nio.entity
Abstract text entity content producer.
AbstractCharAsyncEntityProducer(int, int, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
AbstractCharAsyncEntityProducer.State - Enum in org.apache.hc.core5.http.nio.entity
 
AbstractCharDataConsumer - Class in org.apache.hc.core5.http.nio.entity
Abstract text data consumer.
AbstractCharDataConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
AbstractCharDataConsumer(int, CharCodingConfig) - Constructor for class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
AbstractClassicEntityConsumer<T> - Class in org.apache.hc.core5.http.nio.support.classic
AsyncEntityConsumer implementation that acts as a compatibility layer for classic InputStream based interfaces.
AbstractClassicEntityConsumer(int, Executor) - Constructor for class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
AbstractClassicEntityConsumer.State - Enum in org.apache.hc.core5.http.nio.support.classic
 
AbstractClassicEntityProducer - Class in org.apache.hc.core5.http.nio.support.classic
AsyncEntityProducer implementation that acts as a compatibility layer for classic OutputStream based interfaces.
AbstractClassicEntityProducer(int, ContentType, Executor) - Constructor for class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
AbstractClassicEntityProducer.State - Enum in org.apache.hc.core5.http.nio.support.classic
 
AbstractClassicServerExchangeHandler - Class in org.apache.hc.core5.http.nio.support.classic
AsyncServerExchangeHandler implementation that acts as a compatibility layer for classic InputStream / OutputStream based interfaces.
AbstractClassicServerExchangeHandler(int, Executor) - Constructor for class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
AbstractClassicServerExchangeHandler.State - Enum in org.apache.hc.core5.http.nio.support.classic
 
AbstractConnectionInitiatorBase - Class in org.apache.hc.core5.http.impl.bootstrap
 
AbstractConnectionInitiatorBase() - Constructor for class org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase
 
AbstractContentDecoder - Class in org.apache.hc.core5.http.impl.nio
Abstract ContentDecoder that serves as a base for all content decoder implementations.
AbstractContentDecoder(ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
Creates an instance of this class.
AbstractContentEncoder - Class in org.apache.hc.core5.http.impl.nio
Abstract ContentEncoder that serves as a base for all content encoder implementations.
AbstractContentEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
Creates an instance of this class.
AbstractH2IOEventHandler - Class in org.apache.hc.core5.http2.impl.nio
 
AbstractH2IOEventHandler(AbstractH2StreamMultiplexer) - Constructor for class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
AbstractH2StreamMultiplexer - Class in org.apache.hc.core5.http2.impl.nio
 
AbstractH2StreamMultiplexer(ProtocolIOSession, FrameFactory, StreamIdGenerator, HttpProcessor, CharCodingConfig, H2Config, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
AbstractH2StreamMultiplexer.ConnectionHandshake - Enum in org.apache.hc.core5.http2.impl.nio
 
AbstractH2StreamMultiplexer.Continuation - Class in org.apache.hc.core5.http2.impl.nio
 
AbstractH2StreamMultiplexer.H2Stream - Class in org.apache.hc.core5.http2.impl.nio
 
AbstractH2StreamMultiplexer.H2StreamChannelImpl - Class in org.apache.hc.core5.http2.impl.nio
 
AbstractH2StreamMultiplexer.SettingsHandshake - Enum in org.apache.hc.core5.http2.impl.nio
 
AbstractHeaderElementIterator<T> - Class in org.apache.hc.core5.http.message
Iterator of HeaderElements.
AbstractHeaderElementIterator(Iterator<Header>) - Constructor for class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
Creates a new instance of BasicHeaderElementIterator
AbstractHttp1IOEventHandler - Class in org.apache.hc.core5.http.impl.nio
 
AbstractHttp1IOEventHandler(AbstractHttp1StreamDuplexer<?, ?>) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
AbstractHttp1StreamDuplexer<IncomingMessage extends HttpMessage,​OutgoingMessage extends HttpMessage> - Class in org.apache.hc.core5.http.impl.nio
 
AbstractHttp1StreamDuplexer(ProtocolIOSession, Http1Config, CharCodingConfig, NHttpMessageParser<IncomingMessage>, NHttpMessageWriter<OutgoingMessage>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
AbstractHttp1StreamDuplexer.CapacityWindow - Class in org.apache.hc.core5.http.impl.nio
 
AbstractHttp1StreamDuplexer.ConnectionState - Enum in org.apache.hc.core5.http.impl.nio
 
AbstractHttp1StreamDuplexer.MessageDelineation - Enum in org.apache.hc.core5.http.impl.nio
 
AbstractHttpEntity - Class in org.apache.hc.core5.http.io.entity
Abstract base class for mutable entities.
AbstractHttpEntity(String, String) - Constructor for class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
AbstractHttpEntity(String, String, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
AbstractHttpEntity(ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
AbstractHttpEntity(ContentType, String, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
AbstractHttpServerAuthFilter<T> - Class in org.apache.hc.core5.http.io.support
Abstract HTTP request filter that implements standard HTTP authentication handshake.
AbstractHttpServerAuthFilter(boolean) - Constructor for class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
 
AbstractIOReactorBase - Class in org.apache.hc.core5.reactor
 
AbstractIOReactorBase() - Constructor for class org.apache.hc.core5.reactor.AbstractIOReactorBase
 
AbstractIOSessionPool<T> - Class in org.apache.hc.core5.reactor
 
AbstractIOSessionPool() - Constructor for class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
AbstractIOSessionPool.PoolEntry - Class in org.apache.hc.core5.reactor
 
AbstractMessageBuilder<T> - Class in org.apache.hc.core5.http.support
Abstract HttpMessage builder.
AbstractMessageBuilder() - Constructor for class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
AbstractMessageParser<T extends HttpMessage> - Class in org.apache.hc.core5.http.impl.io
Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer.
AbstractMessageParser<T extends HttpMessage> - Class in org.apache.hc.core5.http.impl.nio
Abstract NHttpMessageParser that serves as a base for all message parser implementations.
AbstractMessageParser(LineParser, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.AbstractMessageParser
Creates new instance of AbstractMessageParser.
AbstractMessageParser(LineParser, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
Creates an instance of AbstractMessageParser.
AbstractMessageParser.State - Enum in org.apache.hc.core5.http.impl.nio
 
AbstractMessageWrapper<T extends HttpMessage> - Class in org.apache.hc.core5.http.message
Abstract HttpMessage wrapper.
AbstractMessageWrapper(T) - Constructor for class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
AbstractMessageWriter<T extends HttpMessage> - Class in org.apache.hc.core5.http.impl.io
Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.
AbstractMessageWriter<T extends HttpMessage> - Class in org.apache.hc.core5.http.impl.nio
Abstract NHttpMessageWriter that serves as a base for all message writer implementations.
AbstractMessageWriter(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.io.AbstractMessageWriter
Creates an instance of AbstractMessageWriter.
AbstractMessageWriter(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
Creates an instance of AbstractMessageWriter.
AbstractRequestBuilder<T> - Class in org.apache.hc.core5.http.support
Builder for BasicHttpRequest instances.
AbstractRequestBuilder(String) - Constructor for class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractRequestBuilder(String, String) - Constructor for class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractRequestBuilder(String, URI) - Constructor for class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractRequestBuilder(Method) - Constructor for class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractRequestBuilder(Method, String) - Constructor for class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractRequestBuilder(Method, URI) - Constructor for class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AbstractResponseBuilder<T> - Class in org.apache.hc.core5.http.support
Builder for BasicHttpRequest instances.
AbstractResponseBuilder(int) - Constructor for class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
AbstractServerExchangeHandler<T> - Class in org.apache.hc.core5.http.nio.support
Abstract server side message exchange handler.
AbstractServerExchangeHandler() - Constructor for class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
AbstractSharedBuffer - Class in org.apache.hc.core5.http.nio.support.classic
 
AbstractSharedBuffer(ReentrantLock, int) - Constructor for class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
AbstractSingleCoreIOReactor - Class in org.apache.hc.core5.reactor
 
AbstractSingleCoreIOReactor(Callback<Exception>) - Constructor for class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
ACCEPT - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ACCEPT_CHARSET - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ACCEPT_ENCODING - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ACCEPT_LANGUAGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ACCEPT_RANGES - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
acceptHeaderFrame() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
acceptHeaderFrame() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
acceptHeaderFrame() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
acceptPushFrame() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
acceptPushFrame() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
acceptPushFrame() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
acceptPushRequest() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
acceptPushRequest() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
acceptPushRequest() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Allow-Credentials response header field name.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Allow-Headers response header field name.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Allow-Methods response header field name.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Allow-Origin response header field name.
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Expose-Headers response header field name.
ACCESS_CONTROL_MAX_AGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Max-Age response header field name.
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Request-Headers request header field name.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.apache.hc.core5.http.HttpHeaders
The CORS Access-Control-Request-Method request header field name.
accessFileRef - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
ACK - org.apache.hc.core5.http.impl.nio.MessageState
 
ACK - org.apache.hc.core5.http2.frame.FrameFlag
 
ACKED - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
 
acquire() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer
Allocates the resources required for this buffer, or returns the resources already allocated for this buffer.
acquire() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
acquire() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.StaticBuffer
 
activate() - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
activate() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
activateChannel() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
ACTIVE - org.apache.hc.core5.http.impl.bootstrap.HttpServer.Status
 
ACTIVE - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
 
ACTIVE - org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer.State
 
ACTIVE - org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
 
ACTIVE - org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
 
ACTIVE - org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
 
ACTIVE - org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
 
ACTIVE - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
 
ACTIVE - org.apache.hc.core5.reactor.IOReactorStatus
The reactor is active / processing I/O events.
ACTIVE - org.apache.hc.core5.reactor.IOSession.Status
 
actual - Variable in exception org.apache.hc.core5.util.TimeoutValueException
 
adapt(HttpContext) - Static method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
adapter - Variable in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
This adapter will perform the HTTP request and return the response in the expected format.
adapter - Variable in class org.apache.hc.core5.testing.framework.TestingFramework
 
adapter - Variable in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
add(HttpRequestInterceptor) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
add(HttpResponseInterceptor) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
add(HPackHeader) - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
add(HPackHeader) - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
addAfter(String, E, String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
addAll(HttpRequestInterceptor...) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addAll(HttpResponseInterceptor...) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addAllFirst(E...) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
addAllFirst(Collection<E>) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
addAllFirst(HttpRequestInterceptor...) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addAllFirst(HttpResponseInterceptor...) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addAllLast(E...) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
addAllLast(Collection<E>) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
addAllLast(HttpRequestInterceptor...) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addAllLast(HttpResponseInterceptor...) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addBefore(String, E, String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
addContentEncodingHeader(HttpMessage, EntityDetails) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
addContentTypeHeader(HttpMessage, EntityDetails) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
addFilterAfter(String, String, HttpFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Adds the filter after the filter with the given name.
addFilterAfter(String, String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Adds the filter after the filter with the given name.
addFilterAfter(String, String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Adds the filter after the filter with the given name.
addFilterBefore(String, String, HttpFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Adds the filter before the filter with the given name.
addFilterBefore(String, String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Adds the filter before the filter with the given name.
addFilterBefore(String, String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Adds the filter before the filter with the given name.
addFilterFirst(String, HttpFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Add an filter to the head of the processing list.
addFilterFirst(String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Add an filter to the head of the processing list.
addFilterFirst(String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Add an filter to the head of the processing list.
addFilterLast(String, HttpFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Add an filter to the tail of the processing list.
addFilterLast(String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Add an filter to the tail of the processing list.
addFilterLast(String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Add an filter to the tail of the processing list.
addFirst(E) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
addFirst(E, String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
addFirst(HttpRequestInterceptor) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addFirst(HttpResponseInterceptor) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addFirst(HPackHeader) - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
addFirst(HPackHeader) - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
addHeader(String, Object) - Method in interface org.apache.hc.core5.http.HttpMessage
Adds a header to this message.
addHeader(String, Object) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
addHeader(String, Object) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
addHeader(String, Object) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
addHeader(String, String) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
addHeader(Header) - Method in interface org.apache.hc.core5.http.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
addHeader(Header) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Adds the given header to the group.
addHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
addHeader(Header) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
addLast(E) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
addLast(E, String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
addLast(HttpRequestInterceptor) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addLast(HttpResponseInterceptor) - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
addLeased(PoolEntry<T, C>) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
addParameter(String, String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
addParameter(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
addParameter(String, String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
addParameter(String, String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
addParameter(String, String) - Method in class org.apache.hc.core5.net.URIBuilder
Adds parameter to URI query.
addParameter(NameValuePair) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
addParameter(NameValuePair) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
addParameter(NameValuePair) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
addParameter(NameValuePair) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
addParameter(NameValuePair) - Method in class org.apache.hc.core5.net.URIBuilder
Adds parameter to URI query.
addParameters(List<NameValuePair>) - Method in class org.apache.hc.core5.net.URIBuilder
Adds URI query parameters.
addParameters(NameValuePair...) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
addParameters(NameValuePair...) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
addParameters(NameValuePair...) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
addParameters(NameValuePair...) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
address - Variable in class org.apache.hc.core5.http.HttpHost
 
address - Variable in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
address - Variable in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
addressResolver - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
addressResolver - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
addressResolver - Variable in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
addTest() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
Call to add a test with defaults.
addTest(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
Call to add a test.
addTrailerHeader(HttpMessage, EntityDetails) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
AFTER - org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
 
AFTER - org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
 
afterExecute(Runnable, Throwable) - Method in class org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor
 
AGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
aliasStrategy - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
ALL - org.apache.hc.core5.pool.LaxConnPool.PerRoutePool.RequestServiceStrategy
 
ALL - Static variable in class org.apache.hc.core5.http.HttpVersion
All HTTP versions known to HttpCore.
ALL_METHODS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
Use the ALL_METHODS list to conveniently cycle through all HTTP methods.
allHeaders - Variable in class org.apache.hc.core5.http.message.BasicHeaderIterator
An array of headers to iterate over.
allHeaders - Variable in class org.apache.hc.core5.http.message.BasicListHeaderIterator
A list of headers to iterate over.
allocate(int) - Static method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
allocated - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
ALLOW - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ALREADY_CHECKED - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If an ClassicTestClientTestingAdapter is unable to return a response in the format this testing framework is needing, then it will need to check the item in the response (such as body, status, headers, or contentType) itself and set the returned value of the item as ALREADY_CHECKED.
append(byte[], int, int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(byte[], int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(char) - Method in class org.apache.hc.core5.testing.nio.LogAppendable
 
append(char) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends ch char to this buffer.
append(char[], int, int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(char[], int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Appends b byte to this buffer.
append(CharSequence) - Method in class org.apache.hc.core5.testing.nio.LogAppendable
 
append(CharSequence, int, int) - Method in class org.apache.hc.core5.testing.nio.LogAppendable
 
append(Object) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends chars of the textual representation of the given object to this buffer.
append(String) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends chars of the given string to this buffer.
append(ByteBuffer) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
 
append(ByteArrayBuffer, int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(CharArrayBuffer) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends all chars to this buffer from the given source buffer starting at index 0.
append(CharArrayBuffer, int, int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Appends len chars to this buffer from the given source char array buffer starting at index off.
append(CharArrayBuffer, int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Appends len chars to this buffer from the given source buffer starting at index off.
appendDecoded(CharArrayBuffer, ByteBuffer) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
appendPath(String) - Method in class org.apache.hc.core5.net.URIBuilder
Appends path to URI.
appendPathSegments(String...) - Method in class org.apache.hc.core5.net.URIBuilder
Appends segments URI path.
appendPathSegments(List<String>) - Method in class org.apache.hc.core5.net.URIBuilder
Appends segments to URI path.
appendState(StringBuilder) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
appendState(StringBuilder) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
appEventMask - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
APPLICATION_ATOM_XML - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_JSON - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_NDJSON - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for application/x-ndjson.
APPLICATION_OCTET_STREAM - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_PDF - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for application/pdf.
APPLICATION_PROBLEM_JSON - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for application/problem+json.
APPLICATION_PROBLEM_XML - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for application/problem+xml.
APPLICATION_RSS_XML - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for application/rss+xml.
APPLICATION_SOAP_XML - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_SVG_XML - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_XHTML_XML - Static variable in class org.apache.hc.core5.http.ContentType
 
APPLICATION_XML - Static variable in class org.apache.hc.core5.http.ContentType
 
applicationProtocol - Variable in class org.apache.hc.core5.reactor.ssl.TlsDetails
 
ApplicationProtocol - Enum in org.apache.hc.core5.http2.ssl
Supported application protocols.
ApplicationProtocol(String) - Constructor for enum org.apache.hc.core5.http2.ssl.ApplicationProtocol
 
applyLocalSettings() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
applyRemoteSettings(H2Config) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
Args - Class in org.apache.hc.core5.util
 
Args() - Constructor for class org.apache.hc.core5.util.Args
Private constructor so that no instances can be created.
array - Variable in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
array - Variable in class org.apache.hc.core5.util.ByteArrayBuffer
 
array - Variable in class org.apache.hc.core5.util.CharArrayBuffer
 
array() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns reference to the underlying byte array.
array() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns reference to the underlying char array.
asBoundInt(long) - Static method in class org.apache.hc.core5.util.TimeValue
Returns the given long value as an int where long values out of int range are returned as Integer.MIN_VALUE and Integer.MAX_VALUE.
assembleRequestUri(StringBuilder) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
assertBodyMatchesExpectation(Object, Object) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
assertContentTypeMatchesExpectation(Object, Object) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
assertHeadersMatchExpectation(Map<String, String>, Map<String, String>) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
assertNotCompleted() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
assertNothingThrown() - Method in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
After the handler returns the response, any exception or failed assertion will be in the member called "thrown".
assertRequestSupported(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
Assert that the request is supported
assertResponseMatchesExpectation(Object, Map<String, Object>, Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
Asserts - Class in org.apache.hc.core5.util
 
Asserts() - Constructor for class org.apache.hc.core5.util.Asserts
 
assertStatusMatchesExpectation(Object, Object) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
assign(ModalCloseable) - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
assignConnection(C) - Method in class org.apache.hc.core5.pool.PoolEntry
 
AsyncClientEndpoint - Class in org.apache.hc.core5.http.nio
Client endpoint leased from a connection manager.
AsyncClientEndpoint() - Constructor for class org.apache.hc.core5.http.nio.AsyncClientEndpoint
 
AsyncClientExchangeHandler - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous client side message exchange handler that acts as a request producer and a response consumer.
AsyncDataConsumer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous data consumer.
AsyncDataExchangeHandler - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous data exchange handler that acts as a data consumer and a data producer.
AsyncDataProducer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous data producer.
AsyncEntityConsumer<T> - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous message entity consumer.
AsyncEntityProducer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous message entity producer.
AsyncEntityProducers - Class in org.apache.hc.core5.http.nio.entity
{AsyncEntityProducer} factory methods.
AsyncEntityProducers() - Constructor for class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
AsyncEntityProducerWrapper - Class in org.apache.hc.core5.http.nio.entity
Base class for wrapping entity producers that delegates all calls to the wrapped producer.
AsyncEntityProducerWrapper(AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
AsyncFilterChain - Interface in org.apache.hc.core5.http.nio
AsyncFilterChain represents a single element in the server side request processing chain.
AsyncFilterChain.ResponseTrigger - Interface in org.apache.hc.core5.http.nio
Response trigger that can be used to generate the final HTTP response and terminate HTTP request processing.
AsyncFilterHandler - Interface in org.apache.hc.core5.http.nio
AsyncFilterHandler represents a routine for handling all incoming requests in the server side request processing chain.
AsyncPingHandler - Interface in org.apache.hc.core5.http2.nio
Abstract asynchronous ping exchange handler.
AsyncPushBuilder - Class in org.apache.hc.core5.http.nio.support
Builder for AsyncPushProducer instances.
AsyncPushBuilder(int) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
AsyncPushConsumer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous push response consumer.
AsyncPushProducer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous push response producer.
AsyncRequestBuilder - Class in org.apache.hc.core5.http.nio.support
Builder for AsyncRequestProducer instances.
AsyncRequestBuilder(String) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
AsyncRequestBuilder(String, String) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
AsyncRequestBuilder(String, URI) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
AsyncRequestBuilder(Method) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
AsyncRequestBuilder(Method, String) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
AsyncRequestBuilder(Method, URI) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
AsyncRequestConsumer<T> - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous request consumer.
AsyncRequester - Class in org.apache.hc.core5.http.impl.bootstrap
Protocol agnostic client side I/O session initiator.
AsyncRequester - Class in org.apache.hc.core5.testing.nio
 
AsyncRequester(IOEventHandlerFactory, IOReactorConfig, Decorator<IOSession>, Callback<Exception>, IOSessionListener, Callback<IOSession>, Resolver<HttpHost, InetSocketAddress>) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
AsyncRequester(IOReactorConfig) - Constructor for class org.apache.hc.core5.testing.nio.AsyncRequester
 
AsyncRequesterBootstrap - Class in org.apache.hc.core5.http.impl.bootstrap
AsyncRequesterBootstrap() - Constructor for class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
AsyncRequestProducer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous request producer.
AsyncResponseBuilder - Class in org.apache.hc.core5.http.nio.support
Builder for AsyncResponseProducer instances.
AsyncResponseBuilder(int) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
AsyncResponseConsumer<T> - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous response consumer.
AsyncResponseProducer - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous response producer.
AsyncServer - Class in org.apache.hc.core5.http.impl.bootstrap
Protocol agnostic server side I/O session handler.
AsyncServer - Class in org.apache.hc.core5.testing.nio
 
AsyncServer(IOEventHandlerFactory, IOReactorConfig, Decorator<IOSession>, Callback<Exception>, IOSessionListener, Callback<IOSession>) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
AsyncServer(IOReactorConfig) - Constructor for class org.apache.hc.core5.testing.nio.AsyncServer
 
AsyncServerBootstrap - Class in org.apache.hc.core5.http.impl.bootstrap
HttpAsyncServer bootstrap.
AsyncServerBootstrap() - Constructor for class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
AsyncServerExchangeHandler - Interface in org.apache.hc.core5.http.nio
Abstract asynchronous server side message exchange handler that acts as a request consumer and a response producer.
AsyncServerExpectationFilter - Class in org.apache.hc.core5.http.nio.support
 
AsyncServerExpectationFilter() - Constructor for class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter
 
AsyncServerFilterChainElement - Class in org.apache.hc.core5.http.nio.support
An element in an asynchronous request processing chain.
AsyncServerFilterChainElement(AsyncFilterHandler, AsyncServerFilterChainElement) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
 
AsyncServerFilterChainExchangeHandlerFactory - Class in org.apache.hc.core5.http.nio.support
Factory for AsyncServerExchangeHandler instances that delegate request processing to a AsyncServerFilterChainElement.
AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
 
AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement, Callback<Exception>) - Constructor for class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
 
AsyncServerRequestHandler<T> - Interface in org.apache.hc.core5.http.nio
AsyncServerRequestHandler represents a routine for processing of a specific group of HTTP requests.
AsyncServerRequestHandler.ResponseTrigger - Interface in org.apache.hc.core5.http.nio
Response trigger that can be used to submit a final HTTP response and terminate HTTP request processing.
atEnd() - Method in class org.apache.hc.core5.util.Tokenizer.Cursor
 
attachment - Variable in class org.apache.hc.core5.reactor.ChannelEntry
 
attachment - Variable in class org.apache.hc.core5.reactor.EndpointParameters
 
attachment - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
attachment - Variable in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
attachment - Variable in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
ATYP_DOMAINNAME - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
ATYP_DOMAINNAME - Static variable in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
authenticate(T, URIAuthority, String, HttpContext) - Method in class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
Authenticates the client using the authentication token sent by the client as a response to an authentication challenge.
authenticate(T, URIAuthority, String, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
Authenticates the client using the authentication token sent by the client as a response to an authentication challenge.
authority - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
authority - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
AUTHORITY - Static variable in class org.apache.hc.core5.http2.H2PseudoRequestHeaders
 
AUTHORIZATION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
available - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
available - Variable in class org.apache.hc.core5.pool.PoolStats
 
available - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
available - Variable in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
available() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
available() - Method in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
 
available() - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Returns 0.
available() - Method in class org.apache.hc.core5.http.impl.io.IdentityInputStream
 
available() - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
available() - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
available() - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Returns 0.
available() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
available() - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Returns available space in the buffer.
available() - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Returns available space in the buffer.
available() - Method in interface org.apache.hc.core5.http.nio.AsyncDataProducer
Returns the number of bytes immediately available for output.
available() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
available() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
available() - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
available() - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
available() - Method in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
available() - Method in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
available() - Method in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
available() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
available() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
available() - Method in class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
available() - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
available() - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
available() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
available() - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
available() - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
availableData() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
Returns the number of bytes immediately available for output.
availableData() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
Returns the number of bytes immediately available for output.
availableData() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
awaitInput() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
awaitInput(Timeout) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
awaitShutdown(TimeValue) - Method in interface org.apache.hc.core5.reactor.IOReactor
Blocks for the given period of time in milliseconds awaiting the completion of the reactor shutdown.
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
awaitShutdown(TimeValue) - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
awaitTermination(TimeValue) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 

B

b - Variable in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
backlogSize - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
backlogSize - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
backlogSize - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
backlogSize - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
BasicAsyncEntityConsumer - Class in org.apache.hc.core5.http.nio.entity
Basic AsyncEntityConsumer implementation that processes the data stream content into a byte array.
BasicAsyncEntityConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
BasicAsyncEntityProducer - Class in org.apache.hc.core5.http.nio.entity
Basic AsyncEntityProducer implementation that generates data stream from content of a byte array.
BasicAsyncEntityProducer(byte[]) - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
BasicAsyncEntityProducer(byte[], ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
BasicAsyncEntityProducer(byte[], ContentType, boolean) - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
BasicAsyncEntityProducer(CharSequence) - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
BasicAsyncEntityProducer(CharSequence, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
BasicAsyncEntityProducer(CharSequence, ContentType, boolean) - Constructor for class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
BasicAsyncServerExpectationDecorator - Class in org.apache.hc.core5.http.nio.support
AsyncServerExchangeHandler implementation that adds support for the Expect-Continue handshake to an existing AsyncServerExchangeHandler.
BasicAsyncServerExpectationDecorator(AsyncServerExchangeHandler) - Constructor for class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
BasicAsyncServerExpectationDecorator(AsyncServerExchangeHandler, Callback<Exception>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
BasicClassicHttpRequest - Class in org.apache.hc.core5.http.message
Basic implementation of ClassicHttpRequest.
BasicClassicHttpRequest(String, String) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method and request path.
BasicClassicHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method, host and request path.
BasicClassicHttpRequest(String, URI) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method, request URI.
BasicClassicHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method, host and request path.
BasicClassicHttpRequest(Method, String) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method and request path.
BasicClassicHttpRequest(Method, URI) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method, request URI.
BasicClassicHttpRequest(Method, HttpHost, String) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpRequest
Creates request message with the given method, host and request path.
BasicClassicHttpResponse - Class in org.apache.hc.core5.http.message
Basic implementation of ClassicHttpResponse.
BasicClassicHttpResponse(int) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpResponse
Creates a new response.
BasicClassicHttpResponse(int, String) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpResponse
Creates a new response.
BasicClassicHttpResponse(int, ReasonPhraseCatalog, Locale) - Constructor for class org.apache.hc.core5.http.message.BasicClassicHttpResponse
Creates a new response.
BasicClientExchangeHandler<T> - Class in org.apache.hc.core5.http.nio.support
Basic AsyncClientExchangeHandler implementation that makes use of AsyncRequestProducer to generate request message and AsyncResponseConsumer to process the response message returned by the server.
BasicClientExchangeHandler(AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
BasicClientTlsStrategy - Class in org.apache.hc.core5.http.nio.ssl
Basic client-side implementation of TlsStrategy that upgrades to TLS for all endpoints with HTTPS scheme.
BasicClientTlsStrategy() - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
BasicClientTlsStrategy(SSLContext) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
BasicClientTlsStrategy(SSLContext, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
BasicClientTlsStrategy(SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
BasicClientTlsStrategy(SSLContext, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
BasicClientTlsStrategy(SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
Constructor with the default SSL context based on system properties and custom SSLSessionVerifier verifier.
BasicEndpointDetails - Class in org.apache.hc.core5.http.impl
Basic HTTP connection endpoint details.
BasicEndpointDetails(SocketAddress, SocketAddress, HttpConnectionMetrics, Timeout) - Constructor for class org.apache.hc.core5.http.impl.BasicEndpointDetails
 
BasicEntityDetails - Class in org.apache.hc.core5.http.impl
Basic HTTP message entity details.
BasicEntityDetails(long, ContentType) - Constructor for class org.apache.hc.core5.http.impl.BasicEntityDetails
 
BasicFuture<T> - Class in org.apache.hc.core5.concurrent
Basic implementation of the Future interface.
BasicFuture(FutureCallback<T>) - Constructor for class org.apache.hc.core5.concurrent.BasicFuture
 
BasicH2TransportMetrics - Class in org.apache.hc.core5.http2.impl
Default implementation of H2TransportMetrics.
BasicH2TransportMetrics() - Constructor for class org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
 
BasicHeader - Class in org.apache.hc.core5.http.message
Immutable Header.
BasicHeader(String, Object) - Constructor for class org.apache.hc.core5.http.message.BasicHeader
Default constructor
BasicHeader(String, Object, boolean) - Constructor for class org.apache.hc.core5.http.message.BasicHeader
Constructor with sensitivity flag
BasicHeaderElement - Class in org.apache.hc.core5.http.message
Basic implementation of HeaderElement
BasicHeaderElement(String, String) - Constructor for class org.apache.hc.core5.http.message.BasicHeaderElement
Constructor with name and value.
BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.hc.core5.http.message.BasicHeaderElement
Constructor with name, value and parameters.
BasicHeaderElementIterator - Class in org.apache.hc.core5.http.message
Iterator of HeaderElements.
BasicHeaderElementIterator(Iterator<Header>) - Constructor for class org.apache.hc.core5.http.message.BasicHeaderElementIterator
 
BasicHeaderElementIterator(Iterator<Header>, HeaderValueParser) - Constructor for class org.apache.hc.core5.http.message.BasicHeaderElementIterator
Creates a new instance of BasicHeaderElementIterator
BasicHeaderIterator - Class in org.apache.hc.core5.http.message
Iterator of Headers.
BasicHeaderIterator(Header[], String) - Constructor for class org.apache.hc.core5.http.message.BasicHeaderIterator
Creates a new header iterator.
BasicHeaderValueFormatter - Class in org.apache.hc.core5.http.message
Default HeaderValueFormatter implementation.
BasicHeaderValueFormatter() - Constructor for class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
BasicHeaderValueParser - Class in org.apache.hc.core5.http.message
Default HeaderValueParser implementation.
BasicHeaderValueParser() - Constructor for class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
BasicHttpConnectionMetrics - Class in org.apache.hc.core5.http.impl
Default implementation of the HttpConnectionMetrics interface.
BasicHttpConnectionMetrics(HttpTransportMetrics, HttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
BasicHttpContext - Class in org.apache.hc.core5.http.protocol
Default implementation of HttpContext.
BasicHttpContext() - Constructor for class org.apache.hc.core5.http.protocol.BasicHttpContext
 
BasicHttpContext(HttpContext) - Constructor for class org.apache.hc.core5.http.protocol.BasicHttpContext
 
BasicHttpEntity - Class in org.apache.hc.core5.http.io.entity
A generic streamed, non-repeatable entity that obtains its content from an InputStream.
BasicHttpEntity(InputStream, long, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
BasicHttpEntity(InputStream, long, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
BasicHttpEntity(InputStream, long, ContentType, String, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
BasicHttpEntity(InputStream, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
BasicHttpEntity(InputStream, ContentType, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
BasicHttpEntity(InputStream, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
BasicHttpRequest - Class in org.apache.hc.core5.http.message
Basic implementation of HttpRequest.
BasicHttpRequest(String, String) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method and request path.
BasicHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method, host and request path.
BasicHttpRequest(String, URI) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method, request URI.
BasicHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method, host and request path.
BasicHttpRequest(Method, String) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method and request path.
BasicHttpRequest(Method, URI) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method, request URI.
BasicHttpRequest(Method, HttpHost, String) - Constructor for class org.apache.hc.core5.http.message.BasicHttpRequest
Creates request message with the given method, host and request path.
BasicHttpResponse - Class in org.apache.hc.core5.http.message
Basic implementation of HttpResponse.
BasicHttpResponse(int) - Constructor for class org.apache.hc.core5.http.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(int, String) - Constructor for class org.apache.hc.core5.http.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(int, ReasonPhraseCatalog, Locale) - Constructor for class org.apache.hc.core5.http.message.BasicHttpResponse
Creates a new response.
BasicHttpServerExpectationDecorator - Class in org.apache.hc.core5.http.io.support
HttpServerRequestHandler implementation that adds support for the Expect-Continue handshake to an existing HttpServerRequestHandler.
BasicHttpServerExpectationDecorator(HttpServerRequestHandler) - Constructor for class org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator
 
BasicHttpServerRequestHandler - Class in org.apache.hc.core5.http.io.support
Basic HttpServerRequestHandler implementation that makes use of HttpRequestMapper to dispatch the request to a particular HttpRequestHandler for processing.
BasicHttpServerRequestHandler(HttpRequestMapper<HttpRequestHandler>) - Constructor for class org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
 
BasicHttpServerRequestHandler(HttpRequestMapper<HttpRequestHandler>, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
 
BasicHttpTransportMetrics - Class in org.apache.hc.core5.http.impl
Default implementation of HttpTransportMetrics.
BasicHttpTransportMetrics() - Constructor for class org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
 
BasicLineFormatter - Class in org.apache.hc.core5.http.message
Default LineFormatter implementation.
BasicLineFormatter() - Constructor for class org.apache.hc.core5.http.message.BasicLineFormatter
 
BasicLineParser - Class in org.apache.hc.core5.http.message
Default LineParser implementation.
BasicLineParser() - Constructor for class org.apache.hc.core5.http.message.BasicLineParser
Creates a new line parser for HTTP.
BasicLineParser(ProtocolVersion) - Constructor for class org.apache.hc.core5.http.message.BasicLineParser
Creates a new line parser for the given HTTP-like protocol.
BasicListHeaderIterator - Class in org.apache.hc.core5.http.message
Iterator of Headers.
BasicListHeaderIterator(List<Header>, String) - Constructor for class org.apache.hc.core5.http.message.BasicListHeaderIterator
Creates a new header iterator.
BasicNameValuePair - Class in org.apache.hc.core5.http.message
Basic implementation of NameValuePair.
BasicNameValuePair(String, String) - Constructor for class org.apache.hc.core5.http.message.BasicNameValuePair
Default Constructor taking a name and a value.
BasicPingHandler - Class in org.apache.hc.core5.http2.nio.support
Basic AsyncPingHandler implementation.
BasicPingHandler(Callback<Boolean>) - Constructor for class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
BasicPushProducer - Class in org.apache.hc.core5.http.nio.support
Basic implementation of AsyncPushProducer that produces one fixed response and relies on a AsyncEntityProducer to generate response entity stream.
BasicPushProducer(int, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
BasicPushProducer(HttpResponse, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
BasicPushProducer(AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
BasicRequestBuilder - Class in org.apache.hc.core5.http.support
Builder for BasicHttpRequest instances.
BasicRequestBuilder(String) - Constructor for class org.apache.hc.core5.http.support.BasicRequestBuilder
 
BasicRequestBuilder(String, String) - Constructor for class org.apache.hc.core5.http.support.BasicRequestBuilder
 
BasicRequestBuilder(String, URI) - Constructor for class org.apache.hc.core5.http.support.BasicRequestBuilder
 
BasicRequestBuilder(Method) - Constructor for class org.apache.hc.core5.http.support.BasicRequestBuilder
 
BasicRequestBuilder(Method, String) - Constructor for class org.apache.hc.core5.http.support.BasicRequestBuilder
 
BasicRequestBuilder(Method, URI) - Constructor for class org.apache.hc.core5.http.support.BasicRequestBuilder
 
BasicRequestConsumer<T> - Class in org.apache.hc.core5.http.nio.support
Basic implementation of AsyncRequestConsumer that represents the request message as a Message and relies on a AsyncEntityConsumer to process request entity stream.
BasicRequestConsumer(Supplier<AsyncEntityConsumer<T>>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
BasicRequestConsumer(AsyncEntityConsumer<T>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
BasicRequestProducer - Class in org.apache.hc.core5.http.nio.support
Basic implementation of AsyncRequestProducer that produces one fixed request and relies on a AsyncEntityProducer to generate request entity stream.
BasicRequestProducer(String, URI) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(String, URI, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(String, HttpHost, String) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(String, HttpHost, String, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(HttpRequest, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(Method, URI) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(Method, URI, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(Method, HttpHost, String) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicRequestProducer(Method, HttpHost, String, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
BasicResponseBuilder - Class in org.apache.hc.core5.http.support
Builder for BasicHttpResponse instances.
BasicResponseBuilder(int) - Constructor for class org.apache.hc.core5.http.support.BasicResponseBuilder
 
BasicResponseConsumer<T> - Class in org.apache.hc.core5.http.nio.support
Basic implementation of AsyncResponseConsumer that represents response message as a Message and relies on a AsyncEntityConsumer to process response entity stream.
BasicResponseConsumer(Supplier<AsyncEntityConsumer<T>>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
BasicResponseConsumer(AsyncEntityConsumer<T>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
BasicResponseProducer - Class in org.apache.hc.core5.http.nio.support
Basic implementation of AsyncResponseProducer that produces one fixed response and relies on a AsyncEntityProducer to generate response entity stream.
BasicResponseProducer(int, String) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(int, String, ContentType) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(int, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(HttpResponse) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(HttpResponse, String) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(HttpResponse, String, ContentType) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(HttpResponse, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicResponseProducer(AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
BasicServerExchangeHandler<T> - Class in org.apache.hc.core5.http.nio.support
Basic AbstractServerExchangeHandler implementation that delegates request processing and response generation to a AsyncServerRequestHandler.
BasicServerExchangeHandler(AsyncServerRequestHandler<T>) - Constructor for class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler
 
BasicServerTlsStrategy - Class in org.apache.hc.core5.http.nio.ssl
Basic side-side implementation of TlsStrategy that upgrades to TLS for endpoints with the specified local ports.
BasicServerTlsStrategy() - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
BasicServerTlsStrategy(SSLContext) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
BasicServerTlsStrategy(SSLContext, SecurePortStrategy) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
BasicServerTlsStrategy(SSLContext, SecurePortStrategy, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
BasicServerTlsStrategy(SSLContext, SecurePortStrategy, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
BasicServerTlsStrategy(SSLContext, SecurePortStrategy, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
BasicServerTlsStrategy(SSLContext, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
BasicServerTlsStrategy(SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
BasicServerTlsStrategy(SSLContext, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
BasicServerTlsStrategy(SecurePortStrategy) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
Deprecated.
BasicServerTlsStrategy(SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
Constructor with the default SSL context based on system properties and custom SSLSessionVerifier verifier.
BasicTokenIterator - Class in org.apache.hc.core5.http.message
Iterator of Header tokens..
BasicTokenIterator(Iterator<Header>) - Constructor for class org.apache.hc.core5.http.message.BasicTokenIterator
Creates a new instance of BasicTokenIterator.
bbuf - Variable in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
BEFORE - org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
 
BEFORE - org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
 
beforeExecute(Thread, Runnable) - Method in class org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor
 
beginHandshake(IOSession) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
BenchmarkConfig - Class in org.apache.hc.core5.benchmark
 
BenchmarkConfig(URI, int, int, TimeValue, Timeout, File, ContentType, int, boolean, String[], boolean, String, boolean, boolean, boolean, String, String, boolean, boolean, String, String, String, String) - Constructor for class org.apache.hc.core5.benchmark.BenchmarkConfig
 
BenchmarkConfig.Builder - Class in org.apache.hc.core5.benchmark
 
BenchmarkWorker - Class in org.apache.hc.core5.benchmark
 
BenchmarkWorker(HttpAsyncRequester, HttpHost, HttpCoreContext, AtomicLong, CountDownLatch, Stats, BenchmarkConfig) - Constructor for class org.apache.hc.core5.benchmark.BenchmarkWorker
 
BHttpConnection - Interface in org.apache.hc.core5.http.io
Abstract blocking HTTP connection interface.
BHttpConnectionBase - Class in org.apache.hc.core5.http.impl.io
 
BHttpConnectionBase(Http1Config, CharsetDecoder, CharsetEncoder) - Constructor for class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
bind(Socket) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
Binds this connection to the given Socket.
bind(Socket) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
bind(Socket) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
bind(Socket) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
bind(Socket) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
bind(SocketHolder) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
bits - Variable in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
BLANKS - Static variable in class org.apache.hc.core5.http.message.BasicLineParser
 
body - Variable in class org.apache.hc.core5.http.Message
 
BODY - org.apache.hc.core5.http.impl.nio.MessageState
 
BODY - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
bootstrap() - Static method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
bootstrap() - Static method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
bootstrap() - Static method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
bootstrap() - Static method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
bootstrap() - Static method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
bootstrap() - Static method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
bootstrap() - Static method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
The session input buffer
buffer - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.IdentityInputStream
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
buffer - Variable in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
buffer - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
buffer - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
buffer - Variable in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
 
buffer - Variable in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
 
buffer - Variable in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
buffer - Variable in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
buffer - Variable in class org.apache.hc.core5.http.message.BufferedHeader
The buffer containing the entire header line.
buffer - Variable in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
buffer - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
buffer - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
buffer - Variable in class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
buffer - Variable in class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
buffer - Variable in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
buffer - Variable in class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
buffer - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
buffer - Variable in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
buffer - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
buffer - Variable in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.StaticBuffer
 
buffer - Variable in class org.apache.hc.core5.testing.nio.LogAppendable
 
buffer() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
buffer() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
buffer() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
 
BUFFER - org.apache.hc.core5.http.impl.nio.FlushMode
 
BUFFER_SIZE - Static variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
BUFFER_SIZE - Static variable in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
 
BUFFER_SIZE - Static variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
BUFFER_WINDOW_SIZE - Static variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
BufferedData - Class in org.apache.hc.core5.http.impl.nio
A buffer that expand its capacity on demand.
BufferedData(int) - Constructor for class org.apache.hc.core5.http.impl.nio.BufferedData
 
BufferedHeader - Class in org.apache.hc.core5.http.message
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.
BufferedHeader(CharArrayBuffer) - Constructor for class org.apache.hc.core5.http.message.BufferedHeader
Creates a new header from a buffer.
BufferedHeader(CharArrayBuffer, boolean) - Constructor for class org.apache.hc.core5.http.message.BufferedHeader
 
BufferedHttpEntity - Class in org.apache.hc.core5.http.io.entity
A wrapping entity that buffers it content if necessary.
BufferedHttpEntity(HttpEntity) - Constructor for class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
Creates a new buffered entity wrapper.
bufferHeaderValue() - Method in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
bufferLen - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
bufferPos - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
buffers - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
buffers - Variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
bufferSize - Variable in class org.apache.hc.core5.http.config.Http1Config
 
bufferSize - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
build() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
build() - Method in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
build() - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
build() - Method in class org.apache.hc.core5.http.config.RegistryBuilder
 
build() - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
build() - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
build() - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
Create a new HTTP Request Executor.
build() - Method in class org.apache.hc.core5.http.impl.io.HttpService.Builder
Create a new HTTP service.
build() - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
build() - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
build() - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
build() - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
build() - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
build() - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
build() - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
build() - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
build() - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
build() - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
build() - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
build() - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
build() - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
build() - Method in class org.apache.hc.core5.net.URIBuilder
Builds a URI instance.
build() - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
build() - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
builder() - Static method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
builder() - Static method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
builder() - Static method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
builder() - Static method in class org.apache.hc.core5.http.impl.io.HttpService
Create a new HttpService.Builder.
Builder() - Constructor for class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.config.Http1Config.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http.io.SocketConfig.Builder
 
Builder() - Constructor for class org.apache.hc.core5.http2.config.H2Config.Builder
 
Builder() - Constructor for class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
buildResult(HttpRequest, E, ContentType) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
Triggered to generate object that represents a result of request message processing.
buildResult(HttpResponse, E, ContentType) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
Triggered to generate object that represents a result of response message processing.
buildString() - Method in class org.apache.hc.core5.net.URIBuilder
 
buildTree(int[], byte[]) - Static method in class org.apache.hc.core5.http2.hpack.HuffmanDecoder
 
ByteArrayBuffer - Class in org.apache.hc.core5.util
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class org.apache.hc.core5.util.ByteArrayBuffer
Creates an instance of ByteArrayBuffer with the given initial capacity.
ByteArrayEntity - Class in org.apache.hc.core5.http.io.entity
A self contained, repeatable entity that obtains its content from a byte array.
ByteArrayEntity(byte[], int, int, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int, ContentType, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int, ContentType, String, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], ContentType, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], ContentType, String, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
byteAt(int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns the byte value in this buffer at the specified index.
bytebuf - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
bytebuf - Variable in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
byteBuffer - Variable in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
byteBuffer - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
byteBuffer - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
byteBuffer - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
ByteBufferEntity - Class in org.apache.hc.core5.http.io.entity
An entity that delivers the contents of a ByteBuffer.
ByteBufferEntity(ByteBuffer, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
ByteBufferEntity(ByteBuffer, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
bytes - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
bytesTransferred - Variable in class org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
 

C

cache - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
cache - Variable in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
CACHE_CONTROL - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
cachePosition - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
cachePosition - Variable in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
calculate(long, TimeValue) - Static method in class org.apache.hc.core5.util.Deadline
Calculates a deadline with a given time in milliseconds plus a given time value.
calculate(TimeValue) - Static method in class org.apache.hc.core5.util.Deadline
Calculates a deadline from now plus a given time value.
callAdapter(FrameworkTest) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
callAssertNothingThrown - Variable in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
 
callback - Variable in class org.apache.hc.core5.concurrent.BasicFuture
 
callback - Variable in class org.apache.hc.core5.concurrent.CallbackContribution
 
callback - Variable in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
callback - Variable in class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
callback - Variable in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
Callback<T> - Interface in org.apache.hc.core5.function
Abstract callback.
CallbackContribution<T> - Class in org.apache.hc.core5.concurrent
Convenience base class for FutureCallbacks that contribute a result of the operation to another FutureCallback.
CallbackContribution(FutureCallback<?>) - Constructor for class org.apache.hc.core5.concurrent.CallbackContribution
 
callGetter(Object, String, Class<T>) - Static method in class org.apache.hc.core5.util.ReflectionUtils
 
callSetter(Object, String, Class<?>, Object) - Static method in class org.apache.hc.core5.util.ReflectionUtils
 
cancel() - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
cancel() - Method in interface org.apache.hc.core5.concurrent.Cancellable
Cancels the ongoing operation or process.
cancel() - Method in class org.apache.hc.core5.concurrent.CompletedFuture
 
cancel() - Method in class org.apache.hc.core5.concurrent.ComplexCancellable
 
cancel() - Method in interface org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
Triggered to cancel the message exchange.
cancel() - Method in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
cancel() - Method in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
cancel() - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
cancel() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
cancel() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
cancel() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution
 
cancel() - Method in interface org.apache.hc.core5.http2.nio.AsyncPingHandler
Triggered to cancel the message exchange.
cancel() - Method in class org.apache.hc.core5.http2.nio.command.PingCommand
 
cancel() - Method in class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
cancel() - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
cancel() - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
cancel() - Method in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
cancel(boolean) - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
cancel(boolean) - Method in class org.apache.hc.core5.concurrent.CompletedFuture
 
cancel(boolean) - Method in class org.apache.hc.core5.concurrent.ComplexFuture
 
cancel(boolean) - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
CANCEL - org.apache.hc.core5.http2.H2Error
Stream canceled.
cancelCommands(IOSession) - Static method in class org.apache.hc.core5.http.nio.command.CommandSupport
Cancels all pending session Commands.
Cancellable - Interface in org.apache.hc.core5.concurrent
A Cancellable represents a process or an operation that can be canceled.
cancellableDependency - Variable in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
CancellableDependency - Interface in org.apache.hc.core5.concurrent
This interface represents Cancellable object dependent on another ongoing process or operation.
CancellableExecution - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
 
CancellableExecution() - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution
 
cancelled - Variable in class org.apache.hc.core5.concurrent.BasicFuture
 
cancelled - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution
 
cancelled - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
cancelled() - Method in class org.apache.hc.core5.concurrent.CallbackContribution
 
cancelled() - Method in interface org.apache.hc.core5.concurrent.FutureCallback
 
cancelled() - Method in class org.apache.hc.core5.concurrent.FutureContribution
 
canonicalHostName - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
canonicalHostName - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
canonicalHostName - Variable in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
canonicalHostName - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
canonicalName - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
 
canResponseHaveBody(String, HttpResponse) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
capacity() - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
capacity() - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
capacity() - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
capacity() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Returns available capacity of this buffer.
capacity() - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
capacity() - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
capacity() - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Returns total capacity of the buffer
capacity() - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Returns total capacity of the buffer
capacity() - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Returns available space in the buffer.
capacity() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
capacity() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
capacity() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns the current capacity.
capacity() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns the current capacity.
capacityChannel - Variable in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
capacityChannel - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
CapacityChannel - Interface in org.apache.hc.core5.http.nio
Abstract capacity update channel.
capacityIncrement - Variable in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
capacityIncrement - Variable in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
capacityIncrement() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
Triggered to obtain the capacity increment.
capacityIncrement() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
Triggered to obtain the capacity increment.
capacityIncrement() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
capacityIncrement() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
capacityWindow - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
CapacityWindow(int, IOSession) - Constructor for class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
castAsByte(int) - Static method in class org.apache.hc.core5.util.TextUtils
Casts character to byte filtering non-visible and non-ASCII characters before conversion
cbuf - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
certChain - Variable in class org.apache.hc.core5.ssl.PrivateKeyDetails
 
ChainBuilder<E> - Class in org.apache.hc.core5.http.protocol
Builder class to build a linked list (chain) of unique class instances.
ChainBuilder() - Constructor for class org.apache.hc.core5.http.protocol.ChainBuilder
 
channel - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
channel - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
channel - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
channel - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
channel - Variable in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
channel - Variable in class org.apache.hc.core5.reactor.ChannelEntry
 
channel - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
channel() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
channel() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
channel() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
channel() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns the underlying I/O channel associated with this session.
channel() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
channel() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
channel() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
ChannelEntry - Class in org.apache.hc.core5.reactor
 
ChannelEntry(SocketChannel, Object) - Constructor for class org.apache.hc.core5.reactor.ChannelEntry
 
channelQueue - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
channelRef - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
CharArrayBuffer - Class in org.apache.hc.core5.util
A resizable char array.
CharArrayBuffer(int) - Constructor for class org.apache.hc.core5.util.CharArrayBuffer
Creates an instance of CharArrayBuffer with the given initial capacity.
charAt(int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns the char value in this buffer at the specified index.
charbuffer - Variable in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
charbuffer - Variable in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
charBuffer - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
charCodingConfig - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
charCodingConfig - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
charCodingConfig - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
charCodingConfig - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
charCodingConfig - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
charCodingConfig - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
charCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
charCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
CharCodingConfig - Class in org.apache.hc.core5.http.config
HTTP/1.1 char coding configuration.
CharCodingConfig(Charset, CodingErrorAction, CodingErrorAction) - Constructor for class org.apache.hc.core5.http.config.CharCodingConfig
 
CharCodingConfig.Builder - Class in org.apache.hc.core5.http.config
 
CharCodingSupport - Class in org.apache.hc.core5.http.impl
 
CharCodingSupport() - Constructor for class org.apache.hc.core5.http.impl.CharCodingSupport
 
charDecoder - Variable in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
charEncoder - Variable in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
Chars - Class in org.apache.hc.core5.http
Commons chars used by HTTP/1.1 protocol.
Chars() - Constructor for class org.apache.hc.core5.http.Chars
 
charset - Variable in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
charset - Variable in class org.apache.hc.core5.http.config.CharCodingConfig
 
charset - Variable in class org.apache.hc.core5.http.ContentType
 
charset - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
charset - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
charset - Variable in class org.apache.hc.core5.net.URIBuilder
 
CHARSET - Static variable in class org.apache.hc.core5.http.ContentType
Param that represent charset constant.
charsetDecoder - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
charsetDecoder - Variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
charsetEncoder - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
charsetEncoder - Variable in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
check(boolean, String) - Static method in class org.apache.hc.core5.util.Args
 
check(boolean, String) - Static method in class org.apache.hc.core5.util.Asserts
 
check(boolean, String, Object) - Static method in class org.apache.hc.core5.util.Args
 
check(boolean, String, Object) - Static method in class org.apache.hc.core5.util.Asserts
 
check(boolean, String, Object...) - Static method in class org.apache.hc.core5.util.Args
 
check(boolean, String, Object...) - Static method in class org.apache.hc.core5.util.Asserts
 
check(int) - Static method in class org.apache.hc.core5.net.Ports
Checks a port number.
checkAbort() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
Detects stream abort and notifies the watcher.
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.TrustManagerDelegate
 
checkClose() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
Detects stream close and notifies the watcher.
checkContentLength(EntityDetails) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
 
checkContentLength(EntityDetails) - Static method in class org.apache.hc.core5.util.Args
checkEOF(int) - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
Detects EOF and notifies the watcher.
checkRange(int, int, int, String) - Static method in class org.apache.hc.core5.util.Args
 
checkRange(long, long, long, String) - Static method in class org.apache.hc.core5.util.Args
 
checkRequestSupport(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
Check if a request is supported.
checkResult(CoderResult) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.TrustManagerDelegate
 
checkTimeout(long) - Method in class org.apache.hc.core5.reactor.InternalChannel
 
checkTimeout(SelectionKey, long) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
checkWithDefault(int) - Static method in class org.apache.hc.core5.net.Ports
Checks a port number where -1 indicates the scheme default port.
children - Variable in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
chooseAlias(Map<String, PrivateKeyDetails>, SSLParameters) - Method in interface org.apache.hc.core5.ssl.PrivateKeyStrategy
Determines what key material to use for SSL authentication.
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
CHUNK_CODED - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
 
CHUNK_CRLF - org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
 
CHUNK_DATA - org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
 
CHUNK_INVALID - org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
 
CHUNK_LEN - org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
 
ChunkDecoder - Class in org.apache.hc.core5.http.impl.nio
Implements chunked transfer decoding.
ChunkDecoder(ReadableByteChannel, SessionInputBuffer, Http1Config, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
ChunkDecoder(ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
ChunkDecoder.State - Enum in org.apache.hc.core5.http.impl.nio
 
chunked - Variable in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
chunked - Variable in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
chunked - Variable in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
chunked - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
chunked - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
CHUNKED - Static variable in interface org.apache.hc.core5.http.ContentLengthStrategy
Message body chunk coded
CHUNKED_ENCODING - Static variable in class org.apache.hc.core5.http.HeaderElements
 
ChunkedInputStream - Class in org.apache.hc.core5.http.impl.io
Implements chunked transfer coding.
ChunkedInputStream(SessionInputBuffer, InputStream) - Constructor for class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Wraps session input stream and reads chunk coded input.
ChunkedInputStream(SessionInputBuffer, InputStream, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Default constructor.
ChunkedInputStream.State - Enum in org.apache.hc.core5.http.impl.io
 
ChunkedOutputStream - Class in org.apache.hc.core5.http.impl.io
Implements chunked transfer coding.
ChunkedOutputStream(SessionOutputBuffer, OutputStream, byte[], Supplier<List<? extends Header>>) - Constructor for class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Default constructor.
ChunkedOutputStream(SessionOutputBuffer, OutputStream, int) - Constructor for class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Constructor with no trailers.
ChunkedOutputStream(SessionOutputBuffer, OutputStream, int, Supplier<List<? extends Header>>) - Constructor for class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Constructor taking an integer chunk size hint.
chunkedRequestBuffer - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
ChunkEncoder - Class in org.apache.hc.core5.http.impl.nio
Implements chunked transfer coding.
ChunkEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
ChunkEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics, int) - Constructor for class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
chunkSize - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
The chunk size
chunkSize - Variable in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
chunkSize - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
chunkSizeHint - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
chunkSizeHint - Variable in class org.apache.hc.core5.http.config.Http1Config
 
chunkSizeHint - Variable in class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
ClassicHttpRequest - Interface in org.apache.hc.core5.http
'Classic' HttpRequest message that can enclose HttpEntity.
ClassicHttpResponse - Interface in org.apache.hc.core5.http
'Classic' HttpResponse message that can enclose HttpEntity.
ClassicRequestBuilder - Class in org.apache.hc.core5.http.io.support
Builder for ClassicHttpRequest instances.
ClassicRequestBuilder(String) - Constructor for class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
ClassicRequestBuilder(String, String) - Constructor for class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
ClassicRequestBuilder(String, URI) - Constructor for class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
ClassicRequestBuilder(Method) - Constructor for class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
ClassicRequestBuilder(Method, String) - Constructor for class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
ClassicRequestBuilder(Method, URI) - Constructor for class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
ClassicResponseBuilder - Class in org.apache.hc.core5.http.io.support
Builder for ClassicHttpResponse instances.
ClassicResponseBuilder(int) - Constructor for class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
ClassicTestClient - Class in org.apache.hc.core5.testing.classic
 
ClassicTestClient() - Constructor for class org.apache.hc.core5.testing.classic.ClassicTestClient
 
ClassicTestClient(SSLContext, SocketConfig) - Constructor for class org.apache.hc.core5.testing.classic.ClassicTestClient
 
ClassicTestClient(SocketConfig) - Constructor for class org.apache.hc.core5.testing.classic.ClassicTestClient
 
ClassicTestClientAdapter - Class in org.apache.hc.core5.testing.framework
 
ClassicTestClientAdapter() - Constructor for class org.apache.hc.core5.testing.framework.ClassicTestClientAdapter
 
ClassicTestClientTestingAdapter - Class in org.apache.hc.core5.testing.framework
 
ClassicTestClientTestingAdapter() - Constructor for class org.apache.hc.core5.testing.framework.ClassicTestClientTestingAdapter
 
ClassicTestServer - Class in org.apache.hc.core5.testing.classic
 
ClassicTestServer() - Constructor for class org.apache.hc.core5.testing.classic.ClassicTestServer
 
ClassicTestServer(SSLContext, SocketConfig) - Constructor for class org.apache.hc.core5.testing.classic.ClassicTestServer
 
ClassicTestServer(SocketConfig) - Constructor for class org.apache.hc.core5.testing.classic.ClassicTestServer
 
clean(String) - Static method in exception org.apache.hc.core5.http.HttpException
Cleans the given String by converting characters with values less than 32 to equivalent hexadecimal codes.
cleanupSocksProxyHandler(SocksProxy.SocksProxyHandler) - Method in class org.apache.hc.core5.testing.SocksProxy
 
clear() - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
clear() - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
clear() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Clears buffer.
clear() - Method in class org.apache.hc.core5.http.message.HeaderGroup
Removes all headers.
clear() - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
clear() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
clear() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
clear() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
clear() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
clear() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Clears content of the buffer.
clear() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Clears content of the buffer.
clearEvent(int) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
clearEvent(int) - Method in interface org.apache.hc.core5.reactor.IOSession
Clears interest in a particular I/O event type by updating the event mask associated with the session.
clearEvent(int) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
clearEvent(int) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
clearEvent(int) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
clearParameters() - Method in class org.apache.hc.core5.net.URIBuilder
Clears URI query parameters.
clearState() - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
clearState() - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
client() - Static method in class org.apache.hc.core5.http.impl.HttpProcessors
Creates HttpProcessor initialized with default protocol interceptors for client side HTTP/1.1 processing.
client() - Static method in class org.apache.hc.core5.http2.impl.H2Processors
 
client(String) - Static method in class org.apache.hc.core5.http.impl.HttpProcessors
Creates HttpProcessor initialized with default protocol interceptors for client side HTTP/1.1 processing.
client(String) - Static method in class org.apache.hc.core5.http2.impl.H2Processors
 
CLIENT - org.apache.hc.core5.reactor.ssl.SSLMode
 
CLIENT - org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener.Type
 
CLIENT_ERROR - org.apache.hc.core5.http.message.StatusLine.StatusClass
Client Error 4xx HTTP status codes.
CLIENT_VERSION - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
ClientH2IOEventHandler - Class in org.apache.hc.core5.http2.impl.nio
IOEventHandler that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.
ClientH2IOEventHandler(ClientH2StreamMultiplexer) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler
 
ClientH2PrefaceHandler - Class in org.apache.hc.core5.http2.impl.nio
I/O event handler for events fired by ProtocolIOSession that implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.
ClientH2PrefaceHandler(ProtocolIOSession, ClientH2StreamMultiplexerFactory, boolean) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
ClientH2PrefaceHandler(ProtocolIOSession, ClientH2StreamMultiplexerFactory, boolean, FutureCallback<ProtocolIOSession>) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
ClientH2StreamHandler - Class in org.apache.hc.core5.http2.impl.nio
 
ClientH2StreamHandler(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpCoreContext) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
ClientH2StreamMultiplexer - Class in org.apache.hc.core5.http2.impl.nio
I/O event handler for events fired by ProtocolIOSession that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.
ClientH2StreamMultiplexer(ProtocolIOSession, HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
ClientH2StreamMultiplexer(ProtocolIOSession, HttpProcessor, H2Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
ClientH2StreamMultiplexer(ProtocolIOSession, FrameFactory, HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2Config, CharCodingConfig, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
ClientH2StreamMultiplexerFactory - Class in org.apache.hc.core5.http2.impl.nio
ClientH2StreamMultiplexerFactory(HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2Config, CharCodingConfig, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
ClientH2StreamMultiplexerFactory(HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
ClientH2StreamMultiplexerFactory(HttpProcessor, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
ClientH2UpgradeHandler - Class in org.apache.hc.core5.http2.impl.nio
Protocol upgrade handler that upgrades the underlying ProtocolIOSession to HTTP/2 in case of a successful protocol negotiation.
ClientH2UpgradeHandler(ClientH2StreamMultiplexerFactory) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler
 
ClientHttp1IOEventHandler - Class in org.apache.hc.core5.http.impl.nio
IOEventHandler that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.
ClientHttp1IOEventHandler(ClientHttp1StreamDuplexer) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler
 
ClientHttp1IOEventHandlerFactory - Class in org.apache.hc.core5.http.impl.nio
ClientHttp1IOEventHandlerFactory(ClientHttp1StreamDuplexerFactory, TlsStrategy, Timeout) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
 
ClientHttp1StreamDuplexer - Class in org.apache.hc.core5.http.impl.nio
I/O event handler for events fired by ProtocolIOSession that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.
ClientHttp1StreamDuplexer(ProtocolIOSession, HttpProcessor, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParser<HttpResponse>, NHttpMessageWriter<HttpRequest>, ContentLengthStrategy, ContentLengthStrategy, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
ClientHttp1StreamDuplexerFactory - Class in org.apache.hc.core5.http.impl.nio
ClientHttp1StreamDuplexerFactory(HttpProcessor, Http1Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
ClientHttp1StreamDuplexerFactory(HttpProcessor, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ContentLengthStrategy, ContentLengthStrategy, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
ClientHttp1StreamDuplexerFactory(HttpProcessor, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
ClientHttp1StreamDuplexerFactory(HttpProcessor, Http1Config, CharCodingConfig, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
ClientHttp1StreamHandler - Class in org.apache.hc.core5.http.impl.nio
 
ClientHttp1StreamHandler(Http1StreamChannel<HttpRequest>, HttpProcessor, Http1Config, ConnectionReuseStrategy, AsyncClientExchangeHandler, HttpCoreContext) - Constructor for class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
ClientHttp1UpgradeHandler - Class in org.apache.hc.core5.http2.impl.nio
Protocol upgrade handler that upgrades the underlying ProtocolIOSession to HTTP/1.1 in case of a successful protocol negotiation or as a default fall-back.
ClientHttp1UpgradeHandler(ClientHttp1StreamDuplexerFactory) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler
 
ClientHttpProtocolNegotiationStarter - Class in org.apache.hc.core5.http2.impl.nio
Client I/O event starter that prepares I/O sessions for an initial protocol handshake.
ClientHttpProtocolNegotiationStarter(ClientHttp1StreamDuplexerFactory, ClientH2StreamMultiplexerFactory, HttpVersionPolicy, TlsStrategy, Timeout) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
ClientPOJOAdapter - Class in org.apache.hc.core5.testing.framework
This adapter expects a request to be made up of POJOs such as Maps and Lists.
ClientPOJOAdapter() - Constructor for class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
ClientPushH2StreamHandler - Class in org.apache.hc.core5.http2.impl.nio
 
ClientPushH2StreamHandler(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, HandlerFactory<AsyncPushConsumer>, HttpCoreContext) - Constructor for class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
ClientSessionEndpoint - Class in org.apache.hc.core5.testing.nio
Client endpoint that can be used to initiate HTTP message exchanges.
ClientSessionEndpoint(IOSession) - Constructor for class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
ClientTestingAdapter - Class in org.apache.hc.core5.testing.framework
 
ClientTestingAdapter() - Constructor for class org.apache.hc.core5.testing.framework.ClientTestingAdapter
 
ClientTestingAdapter(ClientPOJOAdapter) - Constructor for class org.apache.hc.core5.testing.framework.ClientTestingAdapter
 
clone() - Method in class org.apache.hc.core5.http.message.BasicHeader
 
close() - Method in interface org.apache.hc.core5.http.HttpConnection
Closes this connection gracefully.
close() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
close() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
close() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
close() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
close() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
close() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Reads the remainder of the chunked message, leaving the underlying stream at a position to start reading the next response without scanning.
close() - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
Reads until the end of the known length of content.
close() - Method in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Noop.
close() - Method in class org.apache.hc.core5.http.impl.io.IdentityInputStream
Marks this stream as closed, but does NOT close the underlying stream.
close() - Method in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
close() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
close() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
Closes the capacity channel, preventing user code from accidentally requesting read events outside of the context of the request the channel was created for
close() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
close() - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
close() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
close() - Method in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Noop.
close() - Method in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
close() - Method in class org.apache.hc.core5.http.io.entity.FileEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
close() - Method in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.PathEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
close() - Method in class org.apache.hc.core5.http.io.entity.StringEntity
 
close() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
close() - Method in class org.apache.hc.core5.http.message.BasicClassicHttpResponse
 
close() - Method in class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
close() - Method in class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
close() - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
close() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
close() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
close() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
close() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
close() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
close() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
close() - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
close() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
close() - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
close() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
close() - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
close() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
close() - Method in interface org.apache.hc.core5.reactor.IOSession
Terminates the session gracefully and closes the underlying I/O channel.
close() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
close() - Method in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
close() - Method in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
close() - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
close() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
close() - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
close() - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
close() - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
close() - Method in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
close() - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
close() - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
close() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
close(Closeable) - Static method in class org.apache.hc.core5.io.Closer
Closes the given Closeable in a null-safe manner.
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
close(CloseMode) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
close(CloseMode) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
close(CloseMode) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
close(CloseMode) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
close(CloseMode) - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
close(CloseMode) - Method in interface org.apache.hc.core5.io.ModalCloseable
Closes this process or endpoint and releases any system resources associated with it.
close(CloseMode) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
close(CloseMode) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
close(CloseMode) - Method in interface org.apache.hc.core5.reactor.IOReactor
Shuts down the I/O reactor either gracefully or immediately.
close(CloseMode) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
close(CloseMode) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
close(CloseMode) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
close(CloseMode) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
close(CloseMode) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
close(CloseMode) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
close(CloseMode, Timeout) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
Closes this process or endpoint and releases any system resources associated with it.
close(CloseMode, Timeout) - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
Shuts down the I/O reactor either gracefully or immediately.
close(CloseMode, Timeout) - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
Shuts down the I/O reactor either gracefully or immediately.
close(ModalCloseable, CloseMode) - Static method in class org.apache.hc.core5.io.Closer
Closes the given Closeable in a null-safe manner.
CLOSE - Static variable in class org.apache.hc.core5.http.HeaderElements
 
closeableRef - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
closed - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
True if this stream is closed
closed - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
closed - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
True if the stream is closed.
closed - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
True if the stream is closed.
closed - Variable in class org.apache.hc.core5.http.impl.io.IdentityInputStream
 
closed - Variable in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
True if the stream is closed.
closed - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
closed - Variable in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
closed - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
closed - Variable in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
closed - Variable in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
CLOSED - org.apache.hc.core5.reactor.IOSession.Status
 
closedSessions - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
closedSessions - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
closeExpired() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
closeExpired() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
closeExpired() - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
closeExpired() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
closeExpired() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
closeIdle(TimeValue) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
closeIdle(TimeValue) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
closeIdle(TimeValue) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
closeIdle(TimeValue) - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
closeIdle(TimeValue) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
closeIdle(TimeValue) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
closeIdle(TimeValue) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
CloseMode - Enum in org.apache.hc.core5.io
Close operation mode.
CloseMode() - Constructor for enum org.apache.hc.core5.io.CloseMode
 
closePendingChannels() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
closePendingConnectionRequests() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
closeQuietly(Closeable) - Static method in class org.apache.hc.core5.io.Closer
Closes the given Closeable quietly in a null-safe manner even in the event of an exception.
Closer - Class in org.apache.hc.core5.io
Closes resources.
Closer() - Constructor for class org.apache.hc.core5.io.Closer
 
closeSession(IOSession, CloseMode) - Method in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
closeSession(IOSession, CloseMode) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
CLOSING - org.apache.hc.core5.reactor.IOSession.Status
 
code - Variable in class org.apache.hc.core5.http.message.BasicHttpResponse
 
code - Variable in enum org.apache.hc.core5.http2.config.H2Param
 
code - Variable in exception org.apache.hc.core5.http2.H2ConnectionException
 
code - Variable in enum org.apache.hc.core5.http2.H2Error
 
code - Variable in exception org.apache.hc.core5.http2.H2StreamResetException
 
codes - Variable in class org.apache.hc.core5.http2.hpack.HuffmanEncoder
 
CODES - Static variable in class org.apache.hc.core5.http2.hpack.Huffman
 
COLON - Static variable in class org.apache.hc.core5.http.message.BasicLineParser
 
COLON_CHAR - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
COMMA - Static variable in class org.apache.hc.core5.http.message.BasicTokenIterator
 
COMMA - Static variable in class org.apache.hc.core5.http.message.MessageSupport
 
Command - Interface in org.apache.hc.core5.reactor
Abstract command IOSession can act upon.
COMMAND_CONNECT - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
COMMAND_CONNECT - Static variable in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
Command.Priority - Enum in org.apache.hc.core5.reactor
 
CommandLineUtils - Class in org.apache.hc.core5.benchmark
 
CommandLineUtils() - Constructor for class org.apache.hc.core5.benchmark.CommandLineUtils
 
commandQueue - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
CommandSupport - Class in org.apache.hc.core5.http.nio.command
Command utility methods.
CommandSupport() - Constructor for class org.apache.hc.core5.http.nio.command.CommandSupport
 
commitFrame(RawFrame) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
commitFrameInternal(RawFrame) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
commitHeaders(int, List<? extends Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
commitInformation(HttpResponse) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
commitInformation(HttpResponse) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
commitInformation(HttpResponse) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
commitMessageHead(OutgoingMessage, boolean, FlushMode) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
commitPromise() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
commitPromise(HttpRequest, AsyncPushProducer) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
commitPromise(HttpRequest, AsyncPushProducer) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
commitPushPromise(int, int, List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
commitRequest(HttpRequest, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
commitRequest(HttpRequest, EntityDetails) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
commitResponse(HttpResponse, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
commitResponse(HttpResponse, EntityDetails) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
commitResponse(HttpResponse, EntityDetails) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
committedRequest - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
compareTo(TimeValue) - Method in class org.apache.hc.core5.util.TimeValue
 
compareToVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.ProtocolVersion
Compares this protocol version with another one.
complete - Variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
complete() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
complete(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
complete(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
complete(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
complete(List<? extends Header>) - Method in interface org.apache.hc.core5.http.nio.ContentEncoder
Terminates the content stream.
COMPLETE - org.apache.hc.core5.http.impl.nio.MessageState
 
COMPLETE - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
COMPLETE - org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
 
completed - Variable in class org.apache.hc.core5.concurrent.BasicFuture
 
completed - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
completed - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
completed - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
completed - Variable in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
completed - Variable in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
completed - Variable in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
completed - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
completed - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
completed - Variable in class org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
 
completed() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
completed() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
Triggered to signal completion of data processing.
completed() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
completed() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
Triggered to signal completion of data processing.
completed(PoolEntry<T, C>) - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
completed(PoolEntry<T, C>) - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
completed(ListenerEndpoint) - Method in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
completed(ProtocolIOSession) - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
completed(T) - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
completed(T) - Method in class org.apache.hc.core5.concurrent.ComplexFuture
 
completed(T) - Method in interface org.apache.hc.core5.concurrent.FutureCallback
 
COMPLETED - org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
 
COMPLETED - org.apache.hc.core5.http.impl.nio.ChunkDecoder.State
 
COMPLETED - org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
 
COMPLETED - org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
 
COMPLETED - org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
 
CompletedFuture<T> - Class in org.apache.hc.core5.concurrent
Immutable, completed future.
CompletedFuture(T) - Constructor for class org.apache.hc.core5.concurrent.CompletedFuture
 
completedRequests - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
completionLatch - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
ComplexCancellable - Class in org.apache.hc.core5.concurrent
Cancellable that has a dependency on another Cancellable process or operation.
ComplexCancellable() - Constructor for class org.apache.hc.core5.concurrent.ComplexCancellable
 
ComplexFuture<T> - Class in org.apache.hc.core5.concurrent
Future whose result depends on another Cancellable process or operation or another Future.
ComplexFuture(FutureCallback<T>) - Constructor for class org.apache.hc.core5.concurrent.ComplexFuture
 
COMPRESSION_ERROR - org.apache.hc.core5.http2.H2Error
Compression state not updated.
compressionEnabled - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
compressionEnabled - Variable in class org.apache.hc.core5.http2.config.H2Config
 
concurrencyLevel - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
concurrencyLevel - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
concurrencyLevel - Variable in class org.apache.hc.core5.benchmark.Results
 
condition - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
config - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
config - Variable in class org.apache.hc.core5.benchmark.HttpBenchmark
 
conn - Variable in class org.apache.hc.core5.http.impl.bootstrap.Worker
 
connect(String, int, Timeout) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
connect(String, int, Timeout) - Method in class org.apache.hc.core5.testing.nio.Http1TestClient
 
connect(HttpHost, Timeout) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
connect(HttpHost, Timeout) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
connect(HttpHost, Timeout) - Method in class org.apache.hc.core5.testing.nio.Http1TestClient
 
connect(HttpHost, Timeout, Object, FutureCallback<AsyncClientEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
connect(HttpHost, Timeout, FutureCallback<ClientSessionEndpoint>) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
connect(HttpHost, Timeout, FutureCallback<ClientSessionEndpoint>) - Method in class org.apache.hc.core5.testing.nio.Http1TestClient
 
connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase
 
connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.reactor.AbstractIOReactorBase
 
connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in interface org.apache.hc.core5.reactor.ConnectionInitiator
Requests a connection to a remote host.
connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.testing.nio.AsyncRequester
 
CONNECT - org.apache.hc.core5.http.Method
 
CONNECT_ERROR - org.apache.hc.core5.http2.H2Error
TCP connection error.
connected(IOSession) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
connected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
connected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
connected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
connected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
connected(IOSession) - Method in interface org.apache.hc.core5.reactor.IOEventHandler
Triggered after the given session has been just created.
connected(IOSession) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
connected(IOSession) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
connected(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
connectFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
connectFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
CONNECTION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONNECTION_ENDPOINT - Static variable in class org.apache.hc.core5.http.protocol.HttpCoreContext
Attribute name of a EndpointDetails object that represents the actual connection endpoint details.
CONNECTION_WINDOW_LOW_MARK - Static variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
ConnectionAcceptor - Interface in org.apache.hc.core5.reactor
Non-blocking connection acceptor.
ConnectionClosedException - Exception in org.apache.hc.core5.http
Signals that the connection has been closed unexpectedly.
ConnectionClosedException() - Constructor for exception org.apache.hc.core5.http.ConnectionClosedException
Constructs a new ConnectionClosedException with a default message.
ConnectionClosedException(String) - Constructor for exception org.apache.hc.core5.http.ConnectionClosedException
Constructs a new ConnectionClosedException with the specified detail message.
ConnectionClosedException(String, Object...) - Constructor for exception org.apache.hc.core5.http.ConnectionClosedException
Constructs a new ConnectionClosedException with the specified detail message.
ConnectionClosedException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.ConnectionClosedException
Constructs a ConnectionClosedException with the specified detail message and cause.
connectionFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
connectionFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
connectionFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
ConnectionHandshake() - Constructor for enum org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
 
connectionInitiator - Variable in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
ConnectionInitiator - Interface in org.apache.hc.core5.reactor
Non-blocking connection initiator.
ConnectionRequestTimeoutException - Exception in org.apache.hc.core5.http
Signals timeout requesting connection.
ConnectionRequestTimeoutException() - Constructor for exception org.apache.hc.core5.http.ConnectionRequestTimeoutException
Creates a ConnectionRequestTimeoutException without details.
ConnectionRequestTimeoutException(String) - Constructor for exception org.apache.hc.core5.http.ConnectionRequestTimeoutException
Creates a ConnectionRequestTimeoutException with a detail message.
connectionReuseStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
connectionReuseStrategy - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
ConnectionReuseStrategy - Interface in org.apache.hc.core5.http
Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.
ConnectionState() - Constructor for enum org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
 
connectSession(HttpHost, Timeout, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
connectSession(T, Timeout, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
connInputWindow - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
connLog - Variable in class org.apache.hc.core5.testing.classic.LoggingConnPoolListener
 
connLog - Variable in class org.apache.hc.core5.testing.classic.LoggingExceptionListener
 
connLog - Variable in class org.apache.hc.core5.testing.classic.LoggingHttp1StreamListener
 
connLog - Variable in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
connLog - Variable in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
connMetrics - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
connMetrics - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
connMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
connMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
connMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
connMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
connMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
connOutputWindow - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
connPool - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
connPool - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
connPool - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
ConnPool<T,​C extends ModalCloseable> - Interface in org.apache.hc.core5.pool
ConnPool represents a shared pool connections can be leased from and released back to.
ConnPoolControl<T> - Interface in org.apache.hc.core5.pool
Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route allowed.
connPoolListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
connPoolListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
connPoolListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
connPoolListener - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
connPoolListener - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
connPoolListener - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
ConnPoolListener<T> - Interface in org.apache.hc.core5.pool
Connection pool event listener.
connPoolStats - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
ConnPoolStats<T> - Interface in org.apache.hc.core5.pool
Interface to obtain connection pool statistics.
connRef - Variable in class org.apache.hc.core5.pool.PoolEntry
 
connReuseStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
connReuseStrategy - Variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
connReuseStrategy - Variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
 
connReuseStrategy - Variable in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
connReuseStrategy - Variable in class org.apache.hc.core5.http.impl.io.HttpService
 
connState - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
connState - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
connStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
connStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
connStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
consistent - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
consume(ByteBuffer) - Method in interface org.apache.hc.core5.http.nio.AsyncDataConsumer
Triggered to pass incoming data to the data consumer.
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
consume(ByteBuffer) - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
consume(HttpEntity) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
consumeContinuationFrame(RawFrame, AbstractH2StreamMultiplexer.H2Stream) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
consumeData(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
consumeData(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
consumeData(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
consumeData(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
consumeData(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
consumeData(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
consumeData(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
consumeData(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
consumeData(ByteBuffer, boolean) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
consumeData(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
consumeData(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
consumeData(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
consumeData(ContentType, InputStream) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
Processes entity data from the given stream.
consumeDataFrame(RawFrame, AbstractH2StreamMultiplexer.H2Stream) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
consumeFrame(RawFrame) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
consumeHeader(IncomingMessage, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
consumeHeader(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
consumeHeader(List<Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
consumeHeader(List<Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
consumeHeader(List<Header>, boolean) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
consumeHeader(List<Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
consumeHeader(List<Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
consumeHeader(List<Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
consumeHeader(HttpRequest, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
consumeHeader(HttpRequest, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
consumeHeader(HttpResponse, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
consumeHeader(HttpResponse, EntityDetails) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
consumeHeaderFrame(RawFrame, AbstractH2StreamMultiplexer.H2Stream) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
consumeInformation(HttpResponse, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
Triggered to signal receipt of an intermediate (1xx) HTTP response.
consumeInformation(HttpResponse, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
consumePromise(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
consumePromise(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
consumePromise(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
consumePromise(List<Header>) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
consumePromise(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
consumePromise(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
consumePromise(List<Header>) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncPushConsumer
Triggered to signal receipt of a request message head used as a promise and the corresponding pushed response.
consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
consumePushPromiseFrame(RawFrame, ByteBuffer, AbstractH2StreamMultiplexer.H2Stream) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
consumeQuietly(HttpEntity) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
consumeRequest(HttpRequest, EntityDetails, HttpContext, FutureCallback<Message<HttpRequest, T>>) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
consumeRequest(HttpRequest, EntityDetails, HttpContext, FutureCallback<T>) - Method in interface org.apache.hc.core5.http.nio.AsyncRequestConsumer
Triggered to signal receipt of a request message head.
consumeRequest(HttpRequest, EntityDetails, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
consumeResponse(ByteBuffer) - Method in interface org.apache.hc.core5.http2.nio.AsyncPingHandler
Triggered to signal receipt of a ping response message.
consumeResponse(ByteBuffer) - Method in class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
consumeResponse(HttpResponse, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
Triggered to signal receipt of a response message head.
consumeResponse(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<Void>) - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<Message<HttpResponse, T>>) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<T>) - Method in interface org.apache.hc.core5.http.nio.AsyncResponseConsumer
Triggered to signal receipt of a response message head.
consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
consumeSettingsFrame(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
consumeStream(Publisher<ByteBuffer>) - Static method in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
Consumes the given stream and returns a data structure containing its length and digest.
containsBlanks(CharSequence) - Static method in class org.apache.hc.core5.util.TextUtils
 
containsHeader(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
containsHeader(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Tests if headers with the given name are contained within this group.
containsHeader(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Checks if a certain header is present in this message.
containsNoBlanks(T, String) - Static method in class org.apache.hc.core5.util.Args
 
content - Variable in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
content - Variable in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
content - Variable in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
content - Variable in class org.apache.hc.core5.http.io.entity.StringEntity
 
content - Variable in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
content - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
content - Variable in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
content - Variable in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
CONTENT_DISPOSITION - Static variable in class org.apache.hc.core5.http.HttpHeaders
The HTTP Content-Disposition header field name.
CONTENT_ENCODING - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_LANGUAGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_LENGTH - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_LOCATION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_MD5 - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_RANGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_TYPE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
CONTENT_TYPE - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
CONTENT_TYPE_MAP - Static variable in class org.apache.hc.core5.http.ContentType
Deprecated.
To be removed in 6.0
CONTENT_TYPE_MAP - Static variable in class org.apache.hc.core5.http.io.entity.EntityUtils
 
contentBuf - Variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
contentBuffer - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
ContentDecoder - Interface in org.apache.hc.core5.http.nio
Abstract HTTP content decoder.
ContentEncoder - Interface in org.apache.hc.core5.http.nio
Abstract HTTP content encoder.
contentEncoding - Variable in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
contentEncoding - Variable in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
contentEncoding - Variable in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
ContentInputBuffer - Interface in org.apache.hc.core5.http.nio.support.classic
Generic content input buffer.
ContentInputStream - Class in org.apache.hc.core5.http.nio.support.classic
InputStream adaptor for ContentInputBuffer.
ContentInputStream(ContentInputBuffer) - Constructor for class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
contentLength - Variable in class org.apache.hc.core5.benchmark.Results
 
contentLength - Variable in class org.apache.hc.core5.benchmark.Stats
 
contentLength - Variable in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
contentLength - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
The maximum number of bytes that can be read from the stream.
contentLength - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
The maximum number of bytes that can be written the stream.
contentLength - Variable in class org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
 
contentLength - Variable in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
contentLength - Variable in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
contentLength - Variable in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
ContentLengthInputStream - Class in org.apache.hc.core5.http.impl.io
Input stream that cuts off after a defined number of bytes.
ContentLengthInputStream(SessionInputBuffer, InputStream, long) - Constructor for class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
Default constructor.
ContentLengthOutputStream - Class in org.apache.hc.core5.http.impl.io
Output stream that cuts off after a defined number of bytes.
ContentLengthOutputStream(SessionOutputBuffer, OutputStream, long) - Constructor for class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
Default constructor.
ContentLengthStrategy - Interface in org.apache.hc.core5.http
Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.
ContentOutputBuffer - Interface in org.apache.hc.core5.http.nio.support.classic
Generic content output buffer.
ContentOutputStream - Class in org.apache.hc.core5.http.nio.support.classic
OutputStream adaptor for ContentOutputBuffer.
ContentOutputStream(ContentOutputBuffer) - Constructor for class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
ContentTooLongException - Exception in org.apache.hc.core5.http
Signals that HTTP entity content is too long.
ContentTooLongException(String) - Constructor for exception org.apache.hc.core5.http.ContentTooLongException
Creates a new ContentTooLongException with the specified detail message.
ContentTooLongException(String, Object...) - Constructor for exception org.apache.hc.core5.http.ContentTooLongException
Constructs a new ContentTooLongException with the specified detail message.
contentType - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
contentType - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
contentType - Variable in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
contentType - Variable in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
contentType - Variable in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
contentType - Variable in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
contentType - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
contentType - Variable in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
contentType - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
contentType - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
contentType - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
contentType - Variable in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
ContentType - Class in org.apache.hc.core5.http
Content type information consisting of a MIME type and an optional charset.
ContentType(String, Charset) - Constructor for class org.apache.hc.core5.http.ContentType
 
ContentType(String, Charset, NameValuePair[]) - Constructor for class org.apache.hc.core5.http.ContentType
 
context - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
context - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
context - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
context - Variable in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
context - Variable in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
context - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
context - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
context - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
context - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
continuation - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
Continuation(int, int, boolean) - Constructor for class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
CONTINUATION - org.apache.hc.core5.http2.frame.FrameType
 
CONTINUE - Static variable in class org.apache.hc.core5.http.HeaderElements
 
Contract - Annotation Type in org.apache.hc.core5.annotation
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
convert(RuntimeException) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
convert(TimeUnit) - Method in class org.apache.hc.core5.util.TimeValue
 
convert(List<Header>) - Method in interface org.apache.hc.core5.http2.H2MessageConverter
Converts given list of HTTP/2 headers to a HttpMessage.
convert(List<Header>) - Method in class org.apache.hc.core5.http2.impl.DefaultH2RequestConverter
 
convert(List<Header>) - Method in class org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter
 
convert(HttpRequest) - Method in class org.apache.hc.core5.http2.impl.DefaultH2RequestConverter
 
convert(HttpResponse) - Method in class org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter
 
convert(T) - Method in interface org.apache.hc.core5.http2.H2MessageConverter
Converts given HttpMessage to a list of HTTP/2 headers.
COOKIE - Static variable in class org.apache.hc.core5.http.HttpHeaders
The HTTP Cookie header field name.
copy(BenchmarkConfig) - Static method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
copy(ClassicHttpRequest) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
copy(ClassicHttpResponse) - Static method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
copy(CharCodingConfig) - Static method in class org.apache.hc.core5.http.config.CharCodingConfig
 
copy(Http1Config) - Static method in class org.apache.hc.core5.http.config.Http1Config
 
copy(HttpRequest) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
copy(HttpResponse) - Static method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
copy(SocketConfig) - Static method in class org.apache.hc.core5.http.io.SocketConfig
 
copy(H2Config) - Static method in class org.apache.hc.core5.http2.config.H2Config
 
copy(IOReactorConfig) - Static method in class org.apache.hc.core5.reactor.IOReactorConfig
 
copyContent(CharSequence, ParserCursor, BitSet, StringBuilder) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
copyContent(CharSequence, Tokenizer.Cursor, BitSet, StringBuilder) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
copyContent(CharSequence, Tokenizer.Cursor, BitSet, StringBuilder) - Method in class org.apache.hc.core5.util.Tokenizer
Transfers content into the destination buffer until a whitespace character or any of the given delimiters is encountered.
copyPayload(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
copyQuotedContent(CharSequence, ParserCursor, StringBuilder) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
copyQuotedContent(CharSequence, Tokenizer.Cursor, StringBuilder) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
copyQuotedContent(CharSequence, Tokenizer.Cursor, StringBuilder) - Method in class org.apache.hc.core5.util.Tokenizer
Transfers content enclosed with quote marks into the destination buffer.
copyUnquotedContent(CharSequence, ParserCursor, BitSet, StringBuilder) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
copyUnquotedContent(CharSequence, Tokenizer.Cursor, BitSet, StringBuilder) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
copyUnquotedContent(CharSequence, Tokenizer.Cursor, BitSet, StringBuilder) - Method in class org.apache.hc.core5.util.Tokenizer
Transfers content into the destination buffer until a whitespace character, a quote, or any of the given delimiters is encountered.
count - Variable in class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
COUNT - Static variable in class org.apache.hc.core5.reactor.IOSessionImpl
Counts instances created.
COUNT - Static variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
COUNT - Static variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
countHeaders(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
countHeaders(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Checks if a certain header is present in this message and how many times.
countHeaders(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Checks if a certain header is present in this message and how many times.
CR - Static variable in class org.apache.hc.core5.http.Chars
 
CR - Static variable in class org.apache.hc.core5.util.Tokenizer
 
create() - Static method in class org.apache.hc.core5.http.config.RegistryBuilder
 
create() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
create() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
create() - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
create() - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
create() - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
 
create() - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
 
create() - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
create() - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
 
create() - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
create() - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
 
create() - Method in interface org.apache.hc.core5.http.io.HttpMessageWriterFactory
 
create() - Method in interface org.apache.hc.core5.http.nio.NHttpMessageParserFactory
 
create() - Method in interface org.apache.hc.core5.http.nio.NHttpMessageWriterFactory
 
create() - Static method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
create() - Static method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
create() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
create() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
create() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
create() - Static method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
create(byte[], ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(byte[], ContentType) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(byte[], ContentType, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(byte[], ContentType, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(int) - Static method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
create(int) - Static method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
create(int) - Static method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
create(int) - Static method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
create(File, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(File, ContentType) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(File, ContentType, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(File, ContentType, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(Serializable, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(Serializable, ContentType, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String) - Static method in class org.apache.hc.core5.http.ContentType
Creates a new instance of ContentType without a charset.
create(String) - Static method in class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance from a string.
create(String) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
create(String) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
create(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
create(String) - Static method in class org.apache.hc.core5.net.Host
 
create(String) - Static method in class org.apache.hc.core5.net.URIAuthority
Creates a URIAuthority instance from a string.
create(String, String) - Static method in class org.apache.hc.core5.http.ContentType
Creates a new instance of ContentType.
create(String, Charset) - Static method in class org.apache.hc.core5.http.ContentType
Creates a new instance of ContentType.
create(String, Charset) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String, Charset) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(String, Charset, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String, Charset, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(String, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String, ContentType) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(String, ContentType, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String, ContentType, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(String, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(String, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(String, NameValuePair...) - Static method in class org.apache.hc.core5.http.ContentType
Creates a new instance of ContentType with the given parameters.
create(String, NameValuePair[], boolean) - Static method in class org.apache.hc.core5.http.ContentType
 
create(String, ProtocolIOSession) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
create(URI) - Static method in class org.apache.hc.core5.http.HttpHost
Creates an HttpHost instance from the scheme, host, and port from the given URI.
create(Path, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(Path, ContentType, OpenOption...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(Path, ContentType, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(Path, ContentType, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
create(Http1Config) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
 
create(Http1Config) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
 
create(Http1Config) - Method in interface org.apache.hc.core5.http.io.HttpMessageParserFactory
 
create(HeaderElement, boolean) - Static method in class org.apache.hc.core5.http.ContentType
 
create(HttpRequest, HttpContext) - Method in interface org.apache.hc.core5.http.nio.HandlerFactory
Creates a new handler instance based on properties of an incoming request message..
create(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
 
create(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
 
create(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory
 
create(IOCallback<OutputStream>, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(IOCallback<OutputStream>, ContentType, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
create(ProtocolIOSession) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
create(ProtocolIOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
create(ProtocolIOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
create(SSLBufferMode, int) - Static method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer
 
create(CharArrayBuffer) - Static method in class org.apache.hc.core5.http.message.BufferedHeader
 
create(Timeout) - Static method in class org.apache.hc.core5.io.SocketTimeoutExceptionFactory
Creates a new SocketTimeoutException with a message for the given timeout.
create(P) - Method in interface org.apache.hc.core5.function.Factory
 
createBinary(Callback<StreamChannel<ByteBuffer>>, ContentType) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
createBinary(Callback<StreamChannel<ByteBuffer>>, ContentType, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
createClientHttp1StreamDuplexer(ProtocolIOSession, HttpProcessor, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParser<HttpResponse>, NHttpMessageWriter<HttpRequest>, ContentLengthStrategy, ContentLengthStrategy, Http1StreamListener) - Method in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
createConnection(Socket) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
createConnection(Socket) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
createConnection(Socket) - Method in interface org.apache.hc.core5.http.io.HttpConnectionFactory
 
createConnection(Socket) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
createConnection(Socket) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
createConnectionClosedException() - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
Deprecated.
do not use.
createContentDecoder(long, ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
createContentDecoder(long, ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
createContentDecoder(long, ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
createContentEncoder(long, WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
createContentEncoder(long, WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
createContentEncoder(long, WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
createContentInputStream(long, SessionInputBuffer, InputStream) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
createContentOutputStream(long, SessionOutputBuffer, OutputStream, Supplier<List<? extends Header>>) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
createContinuation(int, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.frame.DefaultFrameFactory
 
createContinuation(int, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
created - Variable in class org.apache.hc.core5.pool.PoolEntry
 
createData(int, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.frame.DefaultFrameFactory
 
createData(int, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createDecoder(CharCodingConfig) - Static method in class org.apache.hc.core5.http.impl.CharCodingSupport
 
createDefault() - Static method in class org.apache.hc.core5.ssl.SSLContexts
Creates default factory based on the standard JSSE trust material (cacerts file in the security properties directory).
createEncoder(CharCodingConfig) - Static method in class org.apache.hc.core5.http.impl.CharCodingSupport
 
createEntry(TimeValue) - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
createException(CharSequence, Tokenizer.Cursor, String) - Static method in class org.apache.hc.core5.net.URISupport
 
createGoAway(int, H2Error, String) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createGzipped(byte[], ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(File, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(Serializable, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(String) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(String, Charset) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(String, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(Path, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createGzipped(IOCallback<OutputStream>, ContentType) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createHandler(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
createHandler(ProtocolIOSession, Object) - Method in interface org.apache.hc.core5.reactor.IOEventHandlerFactory
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Deprecated.
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
createHeaders(int, ByteBuffer, boolean, boolean) - Method in class org.apache.hc.core5.http2.frame.DefaultFrameFactory
 
createHeaders(int, ByteBuffer, boolean, boolean) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createIncomingEntity(HttpMessage, SessionInputBuffer, InputStream, long) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
createIOReactor(IOEventHandlerFactory, IOReactorConfig, ThreadFactory, Callback<IOSession>) - Method in class org.apache.hc.core5.testing.nio.AsyncRequester
 
createIOReactor(IOEventHandlerFactory, IOReactorConfig, ThreadFactory, Callback<IOSession>) - Method in class org.apache.hc.core5.testing.nio.AsyncServer
 
createIOReactor(IOEventHandlerFactory, IOReactorConfig, ThreadFactory, Callback<IOSession>) - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
createIOSessionCallback(Command.Priority) - Static method in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
createLocallyInitiatedStream(ExecutableCommand, H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
createLocallyInitiatedStream(ExecutableCommand, H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
createLocallyInitiatedStream(ExecutableCommand, H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
createMessage(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
Subclasses must override this method to generate an instance of HttpMessage based on the initial input from the session buffer.
createMessage(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
Creates HttpMessage instance based on the content of the input buffer containing the first line of the incoming HTTP message.
createMessage(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
 
createPing(ByteBuffer) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createPingAck(ByteBuffer) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createPoolEntry() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
createPushPromise(int, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.frame.DefaultFrameFactory
 
createPushPromise(int, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createRemotelyInitiatedStream(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, HandlerFactory<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
createRemotelyInitiatedStream(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, HandlerFactory<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
createRemotelyInitiatedStream(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, HandlerFactory<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
createRequestProducer() - Method in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
createResetStream(int, int) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createResetStream(int, H2Error) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createResponseConsumer() - Method in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
createServerHttp1StreamDuplexer(ProtocolIOSession, HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParser<HttpRequest>, NHttpMessageWriter<HttpResponse>, ContentLengthStrategy, ContentLengthStrategy, Http1StreamListener) - Method in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
createSettings(H2Setting...) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createSettingsAck() - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
createSocket(HttpHost) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
createSystemDefault() - Static method in class org.apache.hc.core5.ssl.SSLContexts
Creates default SSL context based on system properties.
createText(Callback<StreamChannel<CharBuffer>>, ContentType) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
createText(Callback<StreamChannel<CharBuffer>>, ContentType, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
createUrlEncoded(Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
createUrlEncoded(Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
createWindowUpdate(int, int) - Method in class org.apache.hc.core5.http2.frame.FrameFactory
 
creationTimeMillis - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
cred(String) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
CRLF - Static variable in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
CRLF - Static variable in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
currentElement - Variable in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
currentIndex - Variable in class org.apache.hc.core5.http.message.BasicHeaderIterator
The position of the next header in allHeaders.
currentIndex - Variable in class org.apache.hc.core5.http.message.BasicListHeaderIterator
The position of the next header in allHeaders.
currentSessionRef - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
currentSize - Variable in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
currentSize - Variable in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
currentTimeSupplier - Variable in class org.apache.hc.core5.pool.PoolEntry
 
cursor - Variable in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
Cursor(int, int) - Constructor for class org.apache.hc.core5.util.Tokenizer.Cursor
 
custom() - Static method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
custom() - Static method in class org.apache.hc.core5.http.config.CharCodingConfig
 
custom() - Static method in class org.apache.hc.core5.http.config.Http1Config
 
custom() - Static method in class org.apache.hc.core5.http.io.SocketConfig
 
custom() - Static method in class org.apache.hc.core5.http2.config.H2Config
 
custom() - Static method in class org.apache.hc.core5.reactor.IOReactorConfig
 
custom() - Static method in class org.apache.hc.core5.ssl.SSLContexts
Creates custom SSL context.
customClient(String) - Static method in class org.apache.hc.core5.http.impl.HttpProcessors
Creates HttpProcessorBuilder initialized with default protocol interceptors for client side HTTP/1.1 processing.
customClient(String) - Static method in class org.apache.hc.core5.http2.impl.H2Processors
 
customServer(String) - Static method in class org.apache.hc.core5.http.impl.HttpProcessors
Creates HttpProcessorBuilder initialized with default protocol interceptors for server side HTTP/1.1 processing.
customServer(String) - Static method in class org.apache.hc.core5.http2.impl.H2Processors
 

D

daemon - Variable in class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
data() - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
data(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
Triggered to pass incoming data packet to the data consumer.
data(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
data(CharBuffer, boolean) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
Triggered to pass incoming data packet to the data consumer.
data(CharBuffer, boolean) - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
DATA - org.apache.hc.core5.http2.frame.FrameType
 
dataChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
dataChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
dataChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
dataChannel - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
dataChannel - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
dataConsumerRef - Variable in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
dataConsumerRef - Variable in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
dataConsumerRef - Variable in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
dataConsumerRef - Variable in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
dataConsumerSupplier - Variable in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
dataConsumerSupplier - Variable in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
dataConsumerSupplier - Variable in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
dataConsumerSupplier - Variable in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
dataEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
dataEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
dataEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
dataEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
dataEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
dataLen - Variable in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
dataProducer - Variable in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
dataProducer - Variable in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
dataProducer - Variable in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
dataStreamChannel - Variable in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
DataStreamChannel - Interface in org.apache.hc.core5.http.nio
Abstract byte stream channel
DATE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
DATE_FORMAT - Static variable in class org.apache.hc.core5.util.Deadline
The format used for parsing and formatting dates.
DATE_TIME_FORMATTER - Static variable in class org.apache.hc.core5.util.Deadline
 
dateAsMillis - Variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
dateAsText - Variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
dateTimeFormatter - Variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
DAV - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
deadline - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
deadline - Variable in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
deadline - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
deadline - Variable in exception org.apache.hc.core5.util.DeadlineTimeoutException
 
deadline - Variable in exception org.apache.hc.core5.util.TimeoutValueException
 
Deadline - Class in org.apache.hc.core5.util
A deadline based on a UNIX time, the elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
Deadline(long) - Constructor for class org.apache.hc.core5.util.Deadline
Constructs a new instance with the given UNIX time in milliseconds.
DeadlineTimeoutException - Exception in org.apache.hc.core5.util
A specialization of TimeoutException that carries a deadline and an actual value, both as UNIX times.
DeadlineTimeoutException(Deadline) - Constructor for exception org.apache.hc.core5.util.DeadlineTimeoutException
Creates a new exception for the given timeout deadline and actual timeout.
deallocatePoolEntry() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
decode(CharSequence, Charset) - Static method in class org.apache.hc.core5.net.PercentCodec
 
decode(CharSequence, Charset, boolean) - Static method in class org.apache.hc.core5.net.PercentCodec
 
decode(ByteArrayBuffer, ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HuffmanDecoder
 
decodeHeader(ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeHeaders(ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeHeaders(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
decodeHeaders(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
decodeHPackHeader(ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeHuffman(ByteArrayBuffer, ByteBuffer) - Static method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeIndexedHeader(ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeInt(ByteBuffer, int) - Static method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeLiteralHeader(ByteBuffer, HPackRepresentation) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodePlainString(ByteArrayBuffer, ByteBuffer) - Static method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decoder - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
DECODER - Static variable in class org.apache.hc.core5.http2.hpack.Huffman
 
decodeString(ByteBuffer, StringBuilder) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decodeString(ByteArrayBuffer, ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
decorate(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionDecorator
 
decorate(T) - Method in interface org.apache.hc.core5.function.Decorator
 
decorator - Variable in class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
 
Decorator<T> - Interface in org.apache.hc.core5.function
Abstract decorator.
decryptData(IOSession) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
deepcopy(Object) - Static method in class org.apache.hc.core5.testing.framework.TestingFramework
Used to make a "deep" copy of an object.
DEF_BUF_SIZE - Static variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
DEFAULT - Static variable in class org.apache.hc.core5.http.config.CharCodingConfig
 
DEFAULT - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
DEFAULT - Static variable in class org.apache.hc.core5.http.HttpVersion
HTTP/1.1 is default
DEFAULT - Static variable in class org.apache.hc.core5.http.io.SocketConfig
 
DEFAULT - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
DEFAULT - Static variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
DEFAULT_BINARY - Static variable in class org.apache.hc.core5.http.ContentType
 
DEFAULT_BYTE_BUFFER_SIZE - Static variable in class org.apache.hc.core5.http.io.entity.EntityUtils
 
DEFAULT_CHAR_BUFFER_SIZE - Static variable in class org.apache.hc.core5.http.io.entity.EntityUtils
 
DEFAULT_CHARSET - Static variable in class org.apache.hc.core5.http.io.entity.EntityUtils
 
DEFAULT_CHUNK_SIZE - Static variable in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
DEFAULT_CLOSE_TIMEOUT - Static variable in class org.apache.hc.core5.pool.DefaultDisposalCallback
 
DEFAULT_ENTITY_RETURN_MAX_LENGTH - Static variable in class org.apache.hc.core5.http.io.entity.EntityUtils
 
DEFAULT_REQUEST_BODY - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify a body, this one is used.
DEFAULT_REQUEST_CONTENT_TYPE - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify a request contentType, this one is used.
DEFAULT_REQUEST_HEADERS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify a request headers, these are used.
DEFAULT_REQUEST_PATH - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify a path, this one is used.
DEFAULT_REQUEST_PROTOCOL_VERSION - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify a protocol version, this one is used.
DEFAULT_REQUEST_QUERY - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify query parameters, these are used.
DEFAULT_RESPONSE_BODY - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify an expected response body, this one is used.
DEFAULT_RESPONSE_CONTENT_TYPE - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify an expected response contentType, this one is used.
DEFAULT_RESPONSE_HEADERS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify expected response headers, these are used.
DEFAULT_RESPONSE_STATUS - Static variable in class org.apache.hc.core5.testing.framework.TestingFramework
If a test does not specify an expected response status, this one is used.
DEFAULT_SCHEME - Static variable in class org.apache.hc.core5.http.HttpHost
The default scheme is "http".
DEFAULT_SOCKET_TIMEOUT - Static variable in class org.apache.hc.core5.http.io.SocketConfig
 
DEFAULT_TEXT - Static variable in class org.apache.hc.core5.http.ContentType
 
DEFAULT_WAIT_FOR_CONTINUE - Static variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
 
DefaultAddressResolver - Class in org.apache.hc.core5.http.impl
Default HttpHost to InetSocketAddress resolver.
DefaultAddressResolver() - Constructor for class org.apache.hc.core5.http.impl.DefaultAddressResolver
 
DefaultAsyncPushConsumerFactory - Class in org.apache.hc.core5.http2.nio.support
Factory for AsyncPushConsumer instances that make use of HttpRequestMapper to dispatch the request to a particular AsyncPushConsumer for processing.
DefaultAsyncPushConsumerFactory(HttpRequestMapper<Supplier<AsyncPushConsumer>>) - Constructor for class org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory
 
DefaultAsyncResponseExchangeHandlerFactory - Class in org.apache.hc.core5.http.nio.support
Factory for AsyncServerExchangeHandler instances that make use of HttpRequestMapper to dispatch the request to a particular AsyncServerExchangeHandler for processing.
DefaultAsyncResponseExchangeHandlerFactory(HttpRequestMapper<Supplier<AsyncServerExchangeHandler>>) - Constructor for class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
 
DefaultAsyncResponseExchangeHandlerFactory(HttpRequestMapper<Supplier<AsyncServerExchangeHandler>>, Decorator<AsyncServerExchangeHandler>) - Constructor for class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
 
DefaultBHttpClientConnection - Class in org.apache.hc.core5.http.impl.io
Default implementation of HttpClientConnection.
DefaultBHttpClientConnection(Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
DefaultBHttpClientConnection(Http1Config, CharsetDecoder, CharsetEncoder) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
DefaultBHttpClientConnection(Http1Config, CharsetDecoder, CharsetEncoder, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpClientConnection(Http1Config, CharsetDecoder, CharsetEncoder, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpClientConnectionFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for HttpClientConnections.
DefaultBHttpClientConnectionFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(Http1Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(Http1Config, CharCodingConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(Http1Config, CharCodingConfig, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory.Builder - Class in org.apache.hc.core5.http.impl.io
DefaultBHttpServerConnection - Class in org.apache.hc.core5.http.impl.io
Default implementation of HttpServerConnection.
DefaultBHttpServerConnection(String, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
DefaultBHttpServerConnection(String, Http1Config, CharsetDecoder, CharsetEncoder) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
DefaultBHttpServerConnection(String, Http1Config, CharsetDecoder, CharsetEncoder, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<ClassicHttpRequest>, HttpMessageWriterFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
Creates new instance of DefaultBHttpServerConnection.
DefaultBHttpServerConnectionFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for HttpServerConnections.
DefaultBHttpServerConnectionFactory(String, Http1Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(String, Http1Config, CharCodingConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<ClassicHttpRequest>, HttpMessageWriterFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(String, Http1Config, CharCodingConfig, HttpMessageParserFactory<ClassicHttpRequest>, HttpMessageWriterFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory.Builder - Class in org.apache.hc.core5.http.impl.io
DefaultClassicHttpRequestFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for creating ClassicHttpRequest objects.
DefaultClassicHttpRequestFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory
 
DefaultClassicHttpResponseFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for creating ClassicHttpResponse objects.
DefaultClassicHttpResponseFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
Creates a new response factory with the default catalog.
DefaultClassicHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
Creates a new response factory with the given catalog.
DefaultConnectingIOReactor - Class in org.apache.hc.core5.reactor
Multi-core I/O reactor that can act as ConnectionInitiator Internally this I/O reactor distributes newly created I/O session equally across multiple I/O worker threads for a more optimal resource utilization and a better I/O performance.
DefaultConnectingIOReactor(IOEventHandlerFactory) - Constructor for class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
Creates an instance of DefaultConnectingIOReactor with default configuration.
DefaultConnectingIOReactor(IOEventHandlerFactory, IOReactorConfig, ThreadFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, Callback<IOSession>) - Constructor for class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
DefaultConnectingIOReactor(IOEventHandlerFactory, IOReactorConfig, Callback<IOSession>) - Constructor for class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
DefaultConnectionReuseStrategy - Class in org.apache.hc.core5.http.impl
Default implementation of a strategy deciding about connection re-use.
DefaultConnectionReuseStrategy() - Constructor for class org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
 
DefaultContentLengthStrategy - Class in org.apache.hc.core5.http.impl
The default implementation of the content length strategy.
DefaultContentLengthStrategy() - Constructor for class org.apache.hc.core5.http.impl.DefaultContentLengthStrategy
Creates DefaultContentLengthStrategy instance.
DefaultDisposalCallback<T extends SocketModalCloseable> - Class in org.apache.hc.core5.pool
Default implementation of DisposalCallback.
DefaultDisposalCallback() - Constructor for class org.apache.hc.core5.pool.DefaultDisposalCallback
 
DefaultFrameFactory - Class in org.apache.hc.core5.http2.frame
Default FrameFactory implementation.
DefaultFrameFactory() - Constructor for class org.apache.hc.core5.http2.frame.DefaultFrameFactory
 
DefaultH2RequestConverter - Class in org.apache.hc.core5.http2.impl
HTTP/2 request converter.
DefaultH2RequestConverter() - Constructor for class org.apache.hc.core5.http2.impl.DefaultH2RequestConverter
 
DefaultH2ResponseConverter - Class in org.apache.hc.core5.http2.impl
HTTP/2 response converter.
DefaultH2ResponseConverter() - Constructor for class org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter
 
DefaultHttpProcessor - Class in org.apache.hc.core5.http.protocol
Default immutable implementation of HttpProcessor.
DefaultHttpProcessor(List<HttpRequestInterceptor>, List<HttpResponseInterceptor>) - Constructor for class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
DefaultHttpProcessor(HttpRequestInterceptor...) - Constructor for class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
DefaultHttpProcessor(HttpRequestInterceptor[], HttpResponseInterceptor[]) - Constructor for class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
DefaultHttpProcessor(HttpResponseInterceptor...) - Constructor for class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
DefaultHttpRequestFactory - Class in org.apache.hc.core5.http.impl.nio
Default factory for creating HttpRequest objects.
DefaultHttpRequestFactory() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory
 
DefaultHttpRequestParser - Class in org.apache.hc.core5.http.impl.io
HTTP request parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpRequestParser<T extends HttpRequest> - Class in org.apache.hc.core5.http.impl.nio
Default NHttpMessageParser implementation for HttpRequests.
DefaultHttpRequestParser() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParser(Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParser(HttpRequestFactory<T>) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
 
DefaultHttpRequestParser(HttpRequestFactory<T>, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
 
DefaultHttpRequestParser(HttpRequestFactory<T>, LineParser, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
Creates an instance of DefaultHttpRequestParser.
DefaultHttpRequestParser(LineParser, HttpRequestFactory<ClassicHttpRequest>, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
Creates new instance of DefaultHttpRequestParser.
DefaultHttpRequestParserFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for request message parsers.
DefaultHttpRequestParserFactory - Class in org.apache.hc.core5.http.impl.nio
Default factory for request message parsers.
DefaultHttpRequestParserFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory(Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory(Http1Config, HttpRequestFactory<HttpRequest>, LineParser) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory(LineParser, HttpRequestFactory<ClassicHttpRequest>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestWriter - Class in org.apache.hc.core5.http.impl.io
HTTP request writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpRequestWriter<T extends HttpRequest> - Class in org.apache.hc.core5.http.impl.nio
Default NHttpMessageWriter implementation for HttpRequests.
DefaultHttpRequestWriter() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter
 
DefaultHttpRequestWriter() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter
 
DefaultHttpRequestWriter(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter
Creates an instance of DefaultHttpRequestWriter.
DefaultHttpRequestWriter(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter
Creates an instance of DefaultHttpRequestWriter.
DefaultHttpRequestWriterFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for request message writers.
DefaultHttpRequestWriterFactory - Class in org.apache.hc.core5.http.impl.nio
Default factory for request message writers.
DefaultHttpRequestWriterFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpRequestWriterFactory() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
 
DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
 
DefaultHttpResponseFactory - Class in org.apache.hc.core5.http.impl.nio
Default factory for creating HttpResponse objects.
DefaultHttpResponseFactory() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
Creates a new response factory with the default catalog.
DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
Creates a new response factory with the given catalog.
DefaultHttpResponseParser - Class in org.apache.hc.core5.http.impl.io
HTTP response parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpResponseParser<T extends HttpResponse> - Class in org.apache.hc.core5.http.impl.nio
Default NHttpMessageParser implementation for HttpResponses.
DefaultHttpResponseParser() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParser(Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParser(HttpResponseFactory<T>) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
 
DefaultHttpResponseParser(HttpResponseFactory<T>, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
 
DefaultHttpResponseParser(HttpResponseFactory<T>, LineParser, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
Creates an instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(LineParser, HttpResponseFactory<ClassicHttpResponse>, Http1Config) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParserFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for response message parsers.
DefaultHttpResponseParserFactory - Class in org.apache.hc.core5.http.impl.nio
Default factory for response message parsers.
DefaultHttpResponseParserFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory(Http1Config) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory(Http1Config, HttpResponseFactory<HttpResponse>, LineParser) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseWriter - Class in org.apache.hc.core5.http.impl.io
HTTP response writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpResponseWriter<T extends HttpResponse> - Class in org.apache.hc.core5.http.impl.nio
Default NHttpMessageWriter implementation for HttpResponses.
DefaultHttpResponseWriter() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter
 
DefaultHttpResponseWriter() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter
 
DefaultHttpResponseWriter(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter
Creates an instance of DefaultHttpResponseWriter.
DefaultHttpResponseWriter(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter
Creates an instance of DefaultHttpResponseWriter.
DefaultHttpResponseWriterFactory - Class in org.apache.hc.core5.http.impl.io
Default factory for response message writers.
DefaultHttpResponseWriterFactory - Class in org.apache.hc.core5.http.impl.nio
Default factory for response message writers.
DefaultHttpResponseWriterFactory() - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
 
DefaultHttpResponseWriterFactory() - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
 
DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
 
DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
 
DefaultListeningIOReactor - Class in org.apache.hc.core5.reactor
Multi-core I/O reactor that can act as both ConnectionInitiator and ConnectionAcceptor.
DefaultListeningIOReactor(IOEventHandlerFactory) - Constructor for class org.apache.hc.core5.reactor.DefaultListeningIOReactor
Creates an instance of DefaultListeningIOReactor with default configuration.
DefaultListeningIOReactor(IOEventHandlerFactory, IOReactorConfig, ThreadFactory, ThreadFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, Callback<IOSession>) - Constructor for class org.apache.hc.core5.reactor.DefaultListeningIOReactor
Creates an instance of DefaultListeningIOReactor with the given configuration.
DefaultListeningIOReactor(IOEventHandlerFactory, IOReactorConfig, Callback<IOSession>) - Constructor for class org.apache.hc.core5.reactor.DefaultListeningIOReactor
Creates an instance of DefaultListeningIOReactor with the given configuration.
defaultMaxIOThreadCount - Static variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
defaultMaxPerRoute - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
defaultMaxPerRoute - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
defaultMaxPerRoute - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
defaultMaxPerRoute - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
defaultMaxPerRoute - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
defaultsTo(T, T) - Static method in class org.apache.hc.core5.util.TimeValue
Returns the given timeValue if it is not null, if null then returns the given defaultValue.
defaultsToDisabled(Timeout) - Static method in class org.apache.hc.core5.util.Timeout
Returns the given timeout if it is not null, if null then returns Timeout.DISABLED.
defaultsToNegativeOneMillisecond(TimeValue) - Static method in class org.apache.hc.core5.util.TimeValue
Returns the given timeValue if it is not null, if null then returns TimeValue.NEG_ONE_SECOND.
defaultsToNegativeOneSecond(TimeValue) - Static method in class org.apache.hc.core5.util.TimeValue
Returns the given timeValue if it is not null, if null then returns TimeValue.NEG_ONE_SECOND.
defaultsToZeroMilliseconds(TimeValue) - Static method in class org.apache.hc.core5.util.TimeValue
Returns the given timeValue if it is not null, if null then returns TimeValue.ZERO_MILLISECONDS.
DefaultThreadFactory - Class in org.apache.hc.core5.concurrent
Default ThreadFactory implementation.
DefaultThreadFactory(String) - Constructor for class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, boolean) - Constructor for class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
DefaultThreadFactory(String, ThreadGroup, boolean) - Constructor for class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
DefaultTlsSetupHandler - Class in org.apache.hc.core5.http.io.ssl
Default TLS session setup handler.
DefaultTlsSetupHandler() - Constructor for class org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler
 
DEL - Static variable in class org.apache.hc.core5.http.Chars
 
DelayedOutputChannel(Http1StreamChannel<HttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
delayedResponse - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
delete() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
delete() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
delete() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
delete(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
delete(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
delete(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
delete(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
delete(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
delete(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
DELETE - org.apache.hc.core5.http.Method
 
deleteTests() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
Deletes all tests.
dependencyRef - Variable in class org.apache.hc.core5.concurrent.ComplexCancellable
 
dependencyRef - Variable in class org.apache.hc.core5.concurrent.ComplexFuture
 
dependencyRef - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution
 
DEPTH - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
desiredResponse - Variable in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
 
DESTINATION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
determineJRELevel() - Static method in class org.apache.hc.core5.util.ReflectionUtils
 
determineLength(HttpMessage) - Method in interface org.apache.hc.core5.http.ContentLengthStrategy
Returns length of the given message in bytes.
determineLength(HttpMessage) - Method in class org.apache.hc.core5.http.impl.DefaultContentLengthStrategy
 
digest - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
digest - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
digest(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
digest(ClassicHttpResponse) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
digest(HttpMessage) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
digest(HttpRequest) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
digester - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
digester - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
DigestingEntityConsumer<T> - Class in org.apache.hc.core5.http.nio.entity
AsyncEntityConsumer decorator that calculates a digest hash from the data stream content and keeps the list of trailers received with the data stream.
DigestingEntityConsumer(String, AsyncEntityConsumer<T>) - Constructor for class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
DigestingEntityProducer - Class in org.apache.hc.core5.http.nio.entity
AsyncEntityProducer decorator that calculates a digest hash from the data stream content and appends its value to the list of trailers.
DigestingEntityProducer(String, AsyncEntityProducer) - Constructor for class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
digestURI(URI, Charset) - Method in class org.apache.hc.core5.net.URIBuilder
 
direct - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
DISABLED - Static variable in class org.apache.hc.core5.util.Timeout
A disabled timeout represented as 0 MILLISECONDS.
disableSSLVerification - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
disableSSLVerification - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
discardConnection() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester.PoolEntryHolder
 
discardConnection(CloseMode) - Method in class org.apache.hc.core5.pool.PoolEntry
 
DiscardingEntityConsumer<T> - Class in org.apache.hc.core5.http.nio.entity
No-op AsyncEntityConsumer that discards all data from the data stream.
DiscardingEntityConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
disconnected() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
disconnected() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
disconnected() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
disconnected() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
disconnected(IOSession) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
disconnected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
disconnected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
disconnected(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
disconnected(IOSession) - Method in interface org.apache.hc.core5.reactor.IOEventHandler
Triggered when the given session has been terminated.
disconnected(IOSession) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
disconnected(IOSession) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
disconnected(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
DISPATCH_THREAD_FACTORY - Static variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
dispatchers - Variable in class org.apache.hc.core5.reactor.IOWorkers.GenericSelector
 
dispatchers - Variable in class org.apache.hc.core5.reactor.IOWorkers.PowerOfTwoSelector
 
disposalCallback - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
disposalCallback - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
disposalCallback - Variable in class org.apache.hc.core5.pool.PoolEntry
 
disposalCallback - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
disposalCallback - Variable in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
DisposalCallback<T extends ModalCloseable> - Interface in org.apache.hc.core5.pool
Represents a customizable disposal strategy for ModalCloseable instances.
divide(long) - Method in class org.apache.hc.core5.util.TimeValue
Returns a TimeValue whose value is (this / divisor).
divide(long, TimeUnit) - Method in class org.apache.hc.core5.util.TimeValue
Returns a TimeValue whose value is (this / divisor).
doConnect(HttpHost, Timeout, Object, FutureCallback<AsyncClientEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
doConnect(HttpHost, Timeout, Object, FutureCallback<AsyncClientEndpoint>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
 
documentPath - Variable in class org.apache.hc.core5.benchmark.Results
 
doDecode(boolean) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
doExecute() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
doExecute() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
doExecute() - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
doExecute(HttpAsyncRequester, Stats) - Method in class org.apache.hc.core5.benchmark.HttpBenchmark
 
doFind(String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
doHandshake(IOSession) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
done - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
done - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
done - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
done - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
done - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
done - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
doRunTask() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
doTerminate() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
doTerminate() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
doTerminate() - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
doTlsUpgrade(ProtocolIOSession, NamedEndpoint, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
doTlsUpgrade(ProtocolIOSession, NamedEndpoint, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
 
doUnwrap(ByteBuffer, ByteBuffer) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
doWrap(ByteBuffer, ByteBuffer) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
doWriteChunk(ByteBuffer, boolean) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
doWriteChunk(ByteBuffer, int, boolean) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
DQUOTE - Static variable in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
Double quote
DQUOTE - Static variable in class org.apache.hc.core5.util.Tokenizer
Double quote
duration - Variable in class org.apache.hc.core5.util.TimeValue
 
DYNAMIC - org.apache.hc.core5.reactor.ssl.SSLBufferMode
 
DynamicBuffer(int) - Constructor for class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
dynamicLength() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
dynamicLength() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
dynamicTable - Variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
dynamicTable - Variable in class org.apache.hc.core5.http2.hpack.HPackEncoder
 

E

ELEM_DELIMITER - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
EMPTY - Static variable in class org.apache.hc.core5.http.message.HeaderGroup
 
EMPTY - Static variable in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
 
EMPTY - Static variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
EMPTY_BIN - Static variable in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
EMPTY_BUFFER - Static variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
EMPTY_FOOTERS - Static variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
EMPTY_HEADER_ELEMENT_ARRAY - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
An empty immutable HeaderElement array.
EMPTY_KEY_MANAGER_ARRAY - Static variable in class org.apache.hc.core5.ssl.SSLContextBuilder
An empty immutable KeyManager array.
EMPTY_NAME_VALUE_ARRAY - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
An empty immutable NameValuePair array.
EMPTY_NAME_VALUE_PAIR_ARRAY - Static variable in class org.apache.hc.core5.http.ContentType
An empty immutable NameValuePair array.
EMPTY_NAME_VALUE_PAIR_ARRAY - Static variable in class org.apache.hc.core5.http.message.BasicHeaderElement
 
EMPTY_STRING_ARRAY - Static variable in class org.apache.hc.core5.http.message.MessageSupport
An empty immutable String array.
EMPTY_TRUST_MANAGER_ARRAY - Static variable in class org.apache.hc.core5.ssl.SSLContextBuilder
An empty immutable TrustManager array.
EMPTY_VERSION_INFO_ARRAY - Static variable in class org.apache.hc.core5.util.VersionInfo
An empty immutable VersionInfo array.
EmptyInputStream - Class in org.apache.hc.core5.http.impl.io
Deprecated.
Please use EmptyInputStream
EmptyInputStream - Class in org.apache.hc.core5.http.io.entity
 
EmptyInputStream() - Constructor for class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
 
EmptyInputStream() - Constructor for class org.apache.hc.core5.http.io.entity.EmptyInputStream
 
emptyLineCount - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
ENABLE_PUSH - org.apache.hc.core5.http2.config.H2Param
 
encode(CharSequence, Charset) - Static method in class org.apache.hc.core5.net.PercentCodec
 
encode(StringBuilder, CharSequence, Charset) - Static method in class org.apache.hc.core5.net.PercentCodec
 
encode(StringBuilder, CharSequence, Charset, boolean) - Static method in class org.apache.hc.core5.net.PercentCodec
 
encode(StringBuilder, CharSequence, Charset, BitSet, boolean) - Static method in class org.apache.hc.core5.net.PercentCodec
 
encode(ByteArrayBuffer, CharSequence, int, int) - Method in class org.apache.hc.core5.http2.hpack.HuffmanEncoder
 
encode(ByteArrayBuffer, ByteBuffer) - Method in class org.apache.hc.core5.http2.hpack.HuffmanEncoder
 
encodedAuthority - Variable in class org.apache.hc.core5.net.URIBuilder
 
encodedFragment - Variable in class org.apache.hc.core5.net.URIBuilder
 
encodedPath - Variable in class org.apache.hc.core5.net.URIBuilder
 
encodedQuery - Variable in class org.apache.hc.core5.net.URIBuilder
 
encodedSchemeSpecificPart - Variable in class org.apache.hc.core5.net.URIBuilder
 
encodedUserInfo - Variable in class org.apache.hc.core5.net.URIBuilder
 
encodeHeader(ByteArrayBuffer, String, String, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeHeader(ByteArrayBuffer, String, String, boolean, boolean, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeHeader(ByteArrayBuffer, Header) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeHeader(ByteArrayBuffer, Header, boolean, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeHeaders(ByteArrayBuffer, List<? extends Header>, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeHeaders(ByteArrayBuffer, List<? extends Header>, boolean, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeHuffman(ByteArrayBuffer, ByteBuffer) - Static method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeIndex(ByteArrayBuffer, int) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeInt(ByteArrayBuffer, int, int, int) - Static method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeLiteralHeader(ByteArrayBuffer, HPackEntry, String, String, boolean, HPackRepresentation, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeLiteralHeader(ByteArrayBuffer, HPackEntry, Header, HPackRepresentation, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encoder - Variable in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
ENCODER - Static variable in class org.apache.hc.core5.http2.hpack.Huffman
 
encodeString(ByteArrayBuffer, CharSequence, int, int, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeString(ByteArrayBuffer, String, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encodeString(ByteArrayBuffer, ByteBuffer, boolean) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
encryptData(IOSession) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
END_HEADERS - org.apache.hc.core5.http2.frame.FrameFlag
 
END_STREAM - org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer.State
 
END_STREAM - org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
 
END_STREAM - org.apache.hc.core5.http2.frame.FrameFlag
 
endOfChunk - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
endOfStream - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
endOfStream - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
endOutputStream(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
endpointDetails - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
endpointDetails - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
endpointDetails - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
EndpointDetails - Class in org.apache.hc.core5.http
HTTP connection endpoint details.
EndpointDetails(SocketAddress, SocketAddress, Timeout) - Constructor for class org.apache.hc.core5.http.EndpointDetails
 
EndpointParameters - Class in org.apache.hc.core5.reactor
Endpoint initialization parameters
EndpointParameters(String, String, int, Object) - Constructor for class org.apache.hc.core5.reactor.EndpointParameters
 
EndpointParameters(HttpHost, Object) - Constructor for class org.apache.hc.core5.reactor.EndpointParameters
 
endpointRef - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
endpoints - Variable in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
endStream - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
endStream - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
endStream() - Method in interface org.apache.hc.core5.http.nio.StreamChannel
Terminates the underlying data stream and optionally writes a closing sequence.
endStream() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
endStream(List<? extends Header>) - Method in interface org.apache.hc.core5.http.nio.DataStreamChannel
Terminates the underlying data stream and optionally writes a closing sequence with the given trailers.
endStream(List<? extends Header>) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
endStreamPropagated - Variable in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
enforceRequirements(Object, SSLSessionInitializer) - Static method in class org.apache.hc.core5.http2.ssl.H2TlsSupport
 
enforceStrongSecurity(SSLSessionInitializer) - Static method in class org.apache.hc.core5.http.nio.ssl.TlsSupport
 
EnglishReasonPhraseCatalog - Class in org.apache.hc.core5.http.impl
English reason phrases for HTTP status codes.
EnglishReasonPhraseCatalog() - Constructor for class org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
Restricted default constructor, for derived classes.
ENHANCE_YOUR_CALM - org.apache.hc.core5.http2.H2Error
Processing capacity exceeded.
enqueue(Command, Command.Priority) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
enqueue(Command, Command.Priority) - Method in interface org.apache.hc.core5.reactor.IOSession
Inserts Command at the end of the command queue.
enqueue(Command, Command.Priority) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
enqueue(Command, Command.Priority) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
enqueue(Command, Command.Priority) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
enqueueChannel(ChannelEntry) - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
enqueueChannel(ChannelEntry) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
ensureAdjustedCapacity(int) - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Ensures the buffer can accommodate at least the required capacity adjusted to multiples of 1024.
ensureCapacity(int) - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Ensures the buffer can accommodate the exact required capacity.
ensureCapacity(int) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
ensureCapacity(int) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
ensureCapacity(int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureHandler() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
ensureHandler(IOSession) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
ensureNotAborted() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
ensureOpen() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
ensureRunning() - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
ensureUnique(E) - Method in class org.apache.hc.core5.http.protocol.ChainBuilder
 
entity - Variable in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
entity - Variable in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
entity - Variable in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
 
entity - Variable in class org.apache.hc.core5.http.message.BasicClassicHttpResponse
 
entityDetails - Variable in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
EntityDetails - Interface in org.apache.hc.core5.http
Details of an entity transmitted by a message.
entityProducer - Variable in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
entityProducer - Variable in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
entityProducer - Variable in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
EntityTemplate - Class in org.apache.hc.core5.http.io.entity
Entity that delegates the process of content generation to a IOCallback with OutputStream as output sink.
EntityTemplate(long, ContentType, String, IOCallback<OutputStream>) - Constructor for class org.apache.hc.core5.http.io.entity.EntityTemplate
 
EntityUtils - Class in org.apache.hc.core5.http.io.entity
Support methods for HttpEntity.
EntityUtils() - Constructor for class org.apache.hc.core5.http.io.entity.EntityUtils
 
ENTRY_SIZE_OVERHEAD - Static variable in class org.apache.hc.core5.http2.hpack.HPackHeader
 
entrySet() - Method in class org.apache.hc.core5.http.protocol.UriPatternMatcher
Returns a Set view of the mappings contained in this matcher.
entrySet() - Method in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
Returns a Set view of the mappings contained in this matcher.
enumAvailable(Callback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
enumAvailable(Callback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
enumAvailable(Callback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.StrictConnPool
Enumerates all available connections.
enumAvailable(Callback<IOSession>) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
enumLeased(Callback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
enumLeased(Callback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
enumLeased(Callback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.StrictConnPool
Enumerates all leased connections.
eof - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
True if we've reached the end of stream
eof - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
eof - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
eofDetected(InputStream) - Method in interface org.apache.hc.core5.http.io.EofSensorWatcher
Indicates that EOF is detected.
EofSensorInputStream - Class in org.apache.hc.core5.http.io
A stream wrapper that triggers actions on close() and EOF.
EofSensorInputStream(InputStream, EofSensorWatcher) - Constructor for class org.apache.hc.core5.http.io.EofSensorInputStream
Creates a new EOF sensor.
EofSensorWatcher - Interface in org.apache.hc.core5.http.io
A watcher for EofSensorInputStream.
eofWatcher - Variable in class org.apache.hc.core5.http.io.EofSensorInputStream
The watcher to be notified, if any.
EOS - Static variable in class org.apache.hc.core5.http2.hpack.Huffman
 
equals(int, int) - Method in class org.apache.hc.core5.http.ProtocolVersion
Checks whether this instance has the same major and minor version as the arguments.
equals(Object) - Method in class org.apache.hc.core5.http.HttpHost
 
equals(Object) - Method in class org.apache.hc.core5.http.message.BasicNameValuePair
 
equals(Object) - Method in class org.apache.hc.core5.http.ProtocolVersion
Checks equality of this protocol version with an object.
equals(Object) - Method in class org.apache.hc.core5.net.Host
 
equals(Object) - Method in class org.apache.hc.core5.net.URIAuthority
 
equals(Object) - Method in class org.apache.hc.core5.util.Deadline
 
equals(Object) - Method in class org.apache.hc.core5.util.TimeValue
 
equals(Object[], Object[]) - Static method in class org.apache.hc.core5.util.LangUtils
Deprecated.
Use Object.equals(Object).
equals(Object, Object) - Static method in class org.apache.hc.core5.util.LangUtils
Deprecated.
Use Object.equals(Object).
errorOffset - Variable in exception org.apache.hc.core5.http.ParseException
 
ESCAPE - Static variable in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
Backward slash / escape character
ESCAPE - Static variable in class org.apache.hc.core5.util.Tokenizer
Backward slash / escape character
ETAG - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
EVEN - Static variable in interface org.apache.hc.core5.http2.frame.StreamIdGenerator
 
eventHandlerFactory - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
eventHandlerFactory - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
eventHandlerFactory - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
eventHandlerFactory - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Deprecated.
 
eventHandlerRef - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
EventMask - Class in org.apache.hc.core5.reactor
Type of I/O event notifications I/O sessions can declare interest in.
EventMask() - Constructor for class org.apache.hc.core5.reactor.EventMask
 
evict() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
evict() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
ex - Variable in class org.apache.hc.core5.concurrent.BasicFuture
 
ex - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
exception - Variable in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
exception - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
exception - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
exception - Variable in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
exception - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
exception - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
exception - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
exception - Variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
exception(IOSession, Exception) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
exception(IOSession, Exception) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
exception(IOSession, Exception) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
exception(IOSession, Exception) - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
exception(IOSession, Exception) - Method in interface org.apache.hc.core5.reactor.IOEventHandler
Triggered when the given session throws a exception.
exception(IOSession, Exception) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
exception(IOSession, Exception) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
exception(IOSession, Exception) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
exceptionCallback - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
exceptionCallback - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
exceptionCallback - Variable in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
 
exceptionCallback - Variable in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
exceptionCallback - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
exceptionCallback - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
exceptionCallback - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
exceptionCallback - Variable in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
exceptionListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
exceptionListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
exceptionListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
exceptionListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.Worker
 
ExceptionListener - Interface in org.apache.hc.core5.http
 
exceptionRef - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
exchangeHandler - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
exchangeHandler - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
exchangeHandler - Variable in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
exchangeHandler - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
exchangeHandler - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
exchangeHandler - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
exchangeHandlerFactory - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
excludeH2Blacklisted(String...) - Static method in class org.apache.hc.core5.http.ssl.TlsCiphers
 
excludeWeak(String...) - Static method in enum org.apache.hc.core5.http.ssl.TLS
 
excludeWeak(String...) - Static method in class org.apache.hc.core5.http.ssl.TlsCiphers
 
ExecutableCommand - Class in org.apache.hc.core5.http.nio.command
Abstract executable command that may need to do some cleaning up in case of an failure and also optionally may want to cancel the associated HTTP message exchange through CancellableDependency.
ExecutableCommand() - Constructor for class org.apache.hc.core5.http.nio.command.ExecutableCommand
 
execute() - Method in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
execute() - Method in class org.apache.hc.core5.benchmark.HttpBenchmark
 
execute() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
execute(Exception) - Method in class org.apache.hc.core5.testing.nio.LoggingExceptionCallback
 
execute(String, Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClassicTestClientAdapter
Execute an HTTP request.
execute(String, Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
Execute an HTTP request.
execute(String, Map<String, Object>, TestingFrameworkRequestHandler, Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
See the documentation for the same method in ClientPOJOAdapter.
execute(SSLParameters) - Method in class org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler
 
execute(ClassicHttpRequest, HttpClientConnection, HttpResponseInformationCallback, HttpContext) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
Sends the request and obtain a response.
execute(ClassicHttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
Sends the request and obtain a response.
execute(HttpHost, ClassicHttpRequest, HttpResponseInformationCallback, Timeout, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
execute(HttpHost, ClassicHttpRequest, Timeout, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
execute(HttpHost, ClassicHttpRequest, Timeout, HttpContext, HttpClientResponseHandler<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
execute(HttpResponse, HttpConnection, HttpContext) - Method in interface org.apache.hc.core5.http.io.HttpResponseInformationCallback
 
execute(HttpClientConnection, ClassicHttpRequest, HttpResponseInformationCallback, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
execute(HttpClientConnection, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
execute(HttpClientConnection, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, CancellableDependency, Timeout, HttpContext) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Initiates a message exchange using the given handler.
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, Timeout, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, Timeout, HttpContext) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
execute(AsyncClientExchangeHandler, HttpContext) - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Initiates a message exchange using the given handler.
execute(AsyncClientExchangeHandler, HttpContext) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
execute(AsyncClientExchangeHandler, Timeout, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
execute(AsyncClientExchangeHandler, Timeout, HttpContext) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Initiates a message exchange using the given request producer and response consumer.
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Initiates message exchange using the given request producer and response consumer.
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, Timeout, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, Timeout, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Initiates message exchange using the given request producer and response consumer.
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, Timeout, FutureCallback<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, Timeout, FutureCallback<T>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, Timeout, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
execute(AsyncRequestProducer, AsyncResponseConsumer<T>, Timeout, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
execute(RequestExecutionCommand) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
execute(RequestExecutionCommand) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
execute(RequestExecutionCommand) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
execute(SocketModalCloseable, CloseMode) - Method in class org.apache.hc.core5.pool.DefaultDisposalCallback
 
execute(Command, Command.Priority) - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
execute(IOEventHandlerFactory) - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
execute(T) - Method in interface org.apache.hc.core5.function.Callback
 
execute(T) - Method in interface org.apache.hc.core5.io.IOCallback
 
execute(T, CloseMode) - Method in interface org.apache.hc.core5.pool.DisposalCallback
 
executor - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
executor - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
executor - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
executorService - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
existing - Variable in class org.apache.hc.core5.http.impl.bootstrap.FilterEntry
 
existing - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry
 
expand() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Expands buffer's capacity.
expand() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
expand(int) - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
Deprecated.
expand(int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
 
expand(int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
 
ExpandableBuffer - Class in org.apache.hc.core5.http.impl.nio
A buffer that expand its capacity on demand.
ExpandableBuffer(int) - Constructor for class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Allocates buffer of the given size using the given allocator.
ExpandableBuffer.Mode - Enum in org.apache.hc.core5.http.impl.nio
 
expandCapacity(int) - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
 
expandCapacity(int) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
expandCapacity(int) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
EXPECT - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
EXPECT_CONTINUE - org.apache.hc.core5.http.impl.bootstrap.StandardFilter
 
Experimental - Annotation Type in org.apache.hc.core5.annotation
The field or method to which this annotation is applied is marked as experimental.
EXPIRES - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
expiryDeadline - Variable in class org.apache.hc.core5.pool.PoolEntry
 

F

Factory<P,​T> - Interface in org.apache.hc.core5.function
Abstract object factory.
failCommands(IOSession, Exception) - Static method in class org.apache.hc.core5.http.nio.command.CommandSupport
Fails all pending session Commands.
failed - Variable in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
failed - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
failed - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
failed - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
failed - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
failed(Exception) - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
failed(Exception) - Method in class org.apache.hc.core5.concurrent.CallbackContribution
 
failed(Exception) - Method in class org.apache.hc.core5.concurrent.ComplexFuture
 
failed(Exception) - Method in interface org.apache.hc.core5.concurrent.FutureCallback
 
failed(Exception) - Method in class org.apache.hc.core5.concurrent.FutureContribution
 
failed(Exception) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncDataExchangeHandler
Triggered to signal a failure in data processing.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncEntityConsumer
Triggered to signal a failure in data processing.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncEntityProducer
Triggered to signal a failure in data generation.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncPushConsumer
Triggered to signal a failure in data processing.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncPushProducer
Triggered to signal a failure in data generation.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncRequestConsumer
Triggered to signal a failure in data processing.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncRequestProducer
Triggered to signal a failure in data generation.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncResponseConsumer
Triggered to signal a failure in data processing.
failed(Exception) - Method in interface org.apache.hc.core5.http.nio.AsyncResponseProducer
Triggered to signal a failure in data generation.
failed(Exception) - Method in class org.apache.hc.core5.http.nio.command.ExecutableCommand
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
failed(Exception) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
failed(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
failed(Exception) - Method in interface org.apache.hc.core5.http2.nio.AsyncPingHandler
Triggered to signal a failure in data processing.
failed(Exception) - Method in class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
failed(Exception) - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
failed(Exception) - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
failed(Exception) - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
failed(Exception) - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
failed(Exception) - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
failed(Exception) - Method in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
failureCount - Variable in class org.apache.hc.core5.benchmark.Results
 
failureCount - Variable in class org.apache.hc.core5.benchmark.Stats
 
FIFO - org.apache.hc.core5.pool.PoolReusePolicy
Re-use all connections equally preventing them from becoming idle and expiring.
FifoBuffer - Class in org.apache.hc.core5.http2.hpack
 
FifoBuffer(int) - Constructor for class org.apache.hc.core5.http2.hpack.FifoBuffer
 
FifoLinkedList - Class in org.apache.hc.core5.http2.hpack
 
FifoLinkedList() - Constructor for class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
FifoLinkedList.InternalNode - Class in org.apache.hc.core5.http2.hpack
 
file - Variable in class org.apache.hc.core5.http.io.entity.FileEntity
 
file - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
file - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
FileContentDecoder - Interface in org.apache.hc.core5.http.nio
A content decoder capable of transferring data directly to a FileChannel
FileContentEncoder - Interface in org.apache.hc.core5.http.nio
A content encoder capable of transferring data directly from a FileChannel
FileEntity - Class in org.apache.hc.core5.http.io.entity
A self contained, repeatable entity that obtains its content from a file.
FileEntity(File, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.FileEntity
 
FileEntity(File, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.FileEntity
 
FileEntityProducer - Class in org.apache.hc.core5.http.nio.entity
AsyncEntityProducer implementation that generates data stream from content of a File.
FileEntityProducer(File) - Constructor for class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
FileEntityProducer(File, int, ContentType, boolean) - Constructor for class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
FileEntityProducer(File, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
FileEntityProducer(File, ContentType, boolean) - Constructor for class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
fill(ByteBuffer) - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
fill(ReadableByteChannel) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
fill(ReadableByteChannel) - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Makes an attempt to fill the buffer with data from the given ReadableByteChannel.
fillBuffer(InputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
fillBuffer(InputStream, int) - Method in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
fillBuffer(ByteChannel) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
fillBufferFromChannel() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
Reads from the channel to the session buffer.
fillInputBuffer(Timeout) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
filterChain - Variable in class org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
 
filterChain - Variable in class org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler
 
filterChain - Variable in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
 
filterChain - Variable in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
 
FilterEntry<T> - Class in org.apache.hc.core5.http.impl.bootstrap
 
FilterEntry<T> - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
 
FilterEntry(FilterEntry.Position, String, T, String) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.FilterEntry
 
FilterEntry(FilterEntry.Position, String, T, String) - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry
 
FilterEntry.Position - Enum in org.apache.hc.core5.http.impl.bootstrap
 
FilterEntry.Position - Enum in org.apache.hc.core5.http2.impl.nio.bootstrap
 
filterHandler - Variable in class org.apache.hc.core5.http.impl.bootstrap.FilterEntry
 
filterHandler - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry
 
filterHeader(int) - Method in class org.apache.hc.core5.http.message.BasicHeaderIterator
Checks whether a header is part of the iteration.
filterHeader(int) - Method in class org.apache.hc.core5.http.message.BasicListHeaderIterator
Checks whether a header is part of the iteration.
filters - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
filters - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
filters - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
find(String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
findFullMatch(List<HPackEntry>, String) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
findNext(int) - Method in class org.apache.hc.core5.http.message.BasicHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class org.apache.hc.core5.http.message.BasicListHeaderIterator
Determines the index of the next header.
finish() - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
fireCallbacks() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
FIRST - org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
 
FIRST - org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
 
FIRST_SUCCESSFUL - org.apache.hc.core5.pool.LaxConnPool.PerRoutePool.RequestServiceStrategy
 
FIRST_VALID_CHAR - Static variable in exception org.apache.hc.core5.http.HttpException
 
FixedPortStrategy - Class in org.apache.hc.core5.http.nio.ssl
Deprecated.
Use configuration parameters provided by connection listeners.
FixedPortStrategy(int...) - Constructor for class org.apache.hc.core5.http.nio.ssl.FixedPortStrategy
Deprecated.
 
flags - Variable in class org.apache.hc.core5.http2.frame.Frame
 
flags - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
FLOW_CONTROL_ERROR - org.apache.hc.core5.http2.H2Error
Flow control limits exceeded.
flowCtrlLog - Variable in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
flush() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
flush() - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Flushes the content buffer and the underlying stream.
flush() - Method in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
 
flush() - Method in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
 
flush() - Method in interface org.apache.hc.core5.http.io.BHttpConnection
Writes out all pending buffered data over the open connection.
flush() - Method in class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
flush() - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
flush() - Method in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
flush() - Method in class org.apache.hc.core5.testing.nio.LogAppendable
 
flush(OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
flush(OutputStream) - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Flushes this session buffer and forces any buffered output bytes to be written out.
flush(WritableByteChannel) - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
flush(WritableByteChannel) - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Makes an attempt to flush the content of this buffer to the given destination WritableByteChannel.
flush(WritableByteChannel) - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
flush(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
flush(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
flush(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
flushBuffer(OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
flushCache() - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCache(boolean) - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
flushCacheWithAppend(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
FLUSHING - org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer.State
 
FLUSHING - org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
 
flushInProgress - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
flushLock - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
FlushMode - Enum in org.apache.hc.core5.http.impl.nio
 
FlushMode() - Constructor for enum org.apache.hc.core5.http.impl.nio.FlushMode
 
flushToChannel() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
Flushes content of the session buffer to the channel and updates transport metrics.
flushToSubscriber() - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
footers - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
FORCE_HTTP_1 - org.apache.hc.core5.http2.HttpVersionPolicy
 
FORCE_HTTP_2 - org.apache.hc.core5.http2.HttpVersionPolicy
 
forceHttp2 - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
forceHttp2 - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
format() - Method in class org.apache.hc.core5.http.ProtocolVersion
Formats this protocol version as a string.
format(Iterable<? extends NameValuePair>, char, Charset) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.hc.core5.net.WWWFormCodec
Formats the list of NameValuePair parameters into a application/x-www-form-urlencoded content string.
format(StringBuilder, Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.hc.core5.net.WWWFormCodec
Formats the list of NameValuePair parameters into a application/x-www-form-urlencoded content.
format(StringBuilder, Host) - Static method in class org.apache.hc.core5.net.Host
 
format(StringBuilder, NamedEndpoint) - Static method in class org.apache.hc.core5.net.Host
 
format(StringBuilder, URIAuthority) - Static method in class org.apache.hc.core5.net.URIAuthority
 
format(String, String...) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
format(String, Set<String>) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
format(TimeUnit) - Method in class org.apache.hc.core5.util.Deadline
Formats this deadline.
format(Host) - Static method in class org.apache.hc.core5.net.Host
 
format(URIAuthority) - Static method in class org.apache.hc.core5.net.URIAuthority
 
formatAddress(StringBuilder, SocketAddress) - Static method in class org.apache.hc.core5.net.InetAddressUtils
Formats SocketAddress as text.
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in interface org.apache.hc.core5.http.message.HeaderValueFormatter
Formats an array of header elements.
formatHeader(CharArrayBuffer, Header) - Method in class org.apache.hc.core5.http.message.BasicLineFormatter
 
formatHeader(CharArrayBuffer, Header) - Method in interface org.apache.hc.core5.http.message.LineFormatter
Formats a header.
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in interface org.apache.hc.core5.http.message.HeaderValueFormatter
Formats one header element.
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in interface org.apache.hc.core5.http.message.HeaderValueFormatter
Formats one name-value pair, where the value is optional.
formatOps(int) - Static method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
formatOps(StringBuilder, int) - Static method in class org.apache.hc.core5.reactor.IOSessionImpl
 
formatOps(StringBuilder, int) - Static method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in interface org.apache.hc.core5.http.message.HeaderValueFormatter
Formats the parameters of a header element.
formatPath(StringBuilder, Iterable<String>, boolean, Charset) - Static method in class org.apache.hc.core5.net.URIBuilder
 
formatProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in class org.apache.hc.core5.http.message.BasicLineFormatter
 
formatQuery(StringBuilder, Iterable<? extends NameValuePair>, Charset, boolean) - Static method in class org.apache.hc.core5.net.URIBuilder
 
formatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.hc.core5.http.message.BasicLineFormatter
 
formatRequestLine(CharArrayBuffer, RequestLine) - Method in interface org.apache.hc.core5.http.message.LineFormatter
Formats a request line.
formatSegments(Iterable<String>, Charset) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a string consisting of joint encoded path segments.
formatSegments(String...) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a string consisting of joint encoded path segments.
formatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.hc.core5.http.message.BasicLineFormatter
 
formatStatusLine(CharArrayBuffer, StatusLine) - Method in interface org.apache.hc.core5.http.message.LineFormatter
Formats a status line.
formatTarget() - Method in class org.apache.hc.core5.util.Deadline
Formats the deadline value as a string in the format "yyyy-MM-dd\'T\'HH:mm:ss.SSSZ".
FormattedHeader - Interface in org.apache.hc.core5.http
An HTTP header which is already formatted.
formatTokens(CharArrayBuffer, String...) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
formatTokens(CharArrayBuffer, Set<String>) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
formatValue(CharArrayBuffer, String, boolean) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
fragHint - Variable in class org.apache.hc.core5.http.impl.nio.IdentityEncoder
 
fragHint - Variable in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
fragment - Variable in class org.apache.hc.core5.net.URIBuilder
 
fragmentSizeHint - Variable in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
fragmentSizeHint - Variable in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
fragmentSizeHint - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
Frame<T> - Class in org.apache.hc.core5.http2.frame
Abstract HTTP/2 data frame.
Frame(int, int, int) - Constructor for class org.apache.hc.core5.http2.frame.Frame
 
FRAME_SIZE_ERROR - org.apache.hc.core5.http2.H2Error
Frame size incorrect.
FrameConsts - Class in org.apache.hc.core5.http2.frame
Values used by HTTP/2 protocol.
FrameConsts() - Constructor for class org.apache.hc.core5.http2.frame.FrameConsts
 
frameFactory - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
FrameFactory - Class in org.apache.hc.core5.http2.frame
Abstract RawFrame factory that supports standard HTTP/2 FrameTypes.
FrameFactory() - Constructor for class org.apache.hc.core5.http2.frame.FrameFactory
 
FrameFlag - Enum in org.apache.hc.core5.http2.frame
Standard HTTP/2 frame flags.
FrameFlag(int) - Constructor for enum org.apache.hc.core5.http2.frame.FrameFlag
 
FrameInputBuffer - Class in org.apache.hc.core5.http2.impl.io
Frame input buffer for HTTP/2 blocking connections.
FrameInputBuffer - Class in org.apache.hc.core5.http2.impl.nio
Frame input buffer for HTTP/2 non-blocking connections.
FrameInputBuffer(int) - Constructor for class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
FrameInputBuffer(int) - Constructor for class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
FrameInputBuffer(BasicH2TransportMetrics, int) - Constructor for class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
FrameInputBuffer(BasicH2TransportMetrics, int) - Constructor for class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
FrameInputBuffer(BasicH2TransportMetrics, int, int) - Constructor for class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
FrameInputBuffer(BasicH2TransportMetrics, int, int) - Constructor for class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
FrameInputBuffer.State - Enum in org.apache.hc.core5.http2.impl.nio
 
frameLog - Variable in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
FrameOutputBuffer - Class in org.apache.hc.core5.http2.impl.io
Frame output buffer for HTTP/2 blocking connections.
FrameOutputBuffer - Class in org.apache.hc.core5.http2.impl.nio
Frame output buffer for HTTP/2 non-blocking connections.
FrameOutputBuffer(int) - Constructor for class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
FrameOutputBuffer(int) - Constructor for class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
FrameOutputBuffer(BasicH2TransportMetrics, int) - Constructor for class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
FrameOutputBuffer(BasicH2TransportMetrics, int) - Constructor for class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
FrameOutputStream - Class in org.apache.hc.core5.http2.impl.io
 
FrameOutputStream(int, OutputStream) - Constructor for class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
framePayloadLog - Variable in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
framePrinter - Variable in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
FramePrinter - Class in org.apache.hc.core5.http2.frame
 
FramePrinter() - Constructor for class org.apache.hc.core5.http2.frame.FramePrinter
 
framesTransferred - Variable in class org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
 
FrameType - Enum in org.apache.hc.core5.http2.frame
Standard HTTP/2 frame types.
FrameType(int) - Constructor for enum org.apache.hc.core5.http2.frame.FrameType
 
FrameworkTest - Class in org.apache.hc.core5.testing.framework
 
FrameworkTest() - Constructor for class org.apache.hc.core5.testing.framework.FrameworkTest
Constructs a test with default values.
FrameworkTest(Map<String, Object>) - Constructor for class org.apache.hc.core5.testing.framework.FrameworkTest
Constructs a test with values that are passed in as well as defaults for values that are not passed in.
free(PoolEntry<T, C>, boolean) - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
freeze() - Method in class org.apache.hc.core5.util.Deadline
 
from(int) - Static method in enum org.apache.hc.core5.http.message.StatusLine.StatusClass
Gets the response status class for the given status code.
from(Deadline) - Static method in exception org.apache.hc.core5.util.DeadlineTimeoutException
Creates a new exception for the given timeout deadline and actual timeout.
FROM - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
fromMap(String, Map<?, ?>, ClassLoader) - Static method in class org.apache.hc.core5.util.VersionInfo
Instantiates version information from properties.
fromMilliseconds(long, long) - Static method in exception org.apache.hc.core5.util.TimeoutValueException
Creates a new exception for the given timeout deadline and actual timeout.
fromUnixMilliseconds(long) - Static method in class org.apache.hc.core5.util.Deadline
Creates a deadline from a UNIX time in milliseconds.
frozen - Variable in class org.apache.hc.core5.util.Deadline
 
FULL_STOP - Static variable in class org.apache.hc.core5.http.message.BasicLineParser
 
future - Variable in class org.apache.hc.core5.concurrent.FutureContribution
 
future - Variable in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
future - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
future - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
future - Variable in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
FutureCallback<T> - Interface in org.apache.hc.core5.concurrent
A callback interface that gets invoked upon completion of a Future.
FutureContribution<T> - Class in org.apache.hc.core5.concurrent
Convenience base class for FutureCallbacks that contribute a result of the operation to another BasicFuture.
FutureContribution(BasicFuture<?>) - Constructor for class org.apache.hc.core5.concurrent.FutureContribution
 

G

GEN_DELIMS - Static variable in class org.apache.hc.core5.net.PercentCodec
 
generate(int) - Method in interface org.apache.hc.core5.http2.frame.StreamIdGenerator
 
generateChallenge(T, URIAuthority, String, HttpContext) - Method in class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
Generates an authentication challenge in case of unsuccessful authentication.
generateChallenge(T, URIAuthority, String, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
Generates an authentication challenge in case of unsuccessful authentication.
generateContent() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
Triggered to generate entity representation.
generateContent() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
Triggered to generate entity representation.
generateContent() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
generateContent() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
generateResponseContent(HttpResponse) - Method in class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
Generates response body for UNAUTHORIZED response.
generateResponseContent(HttpResponse) - Method in class org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
Generates response content entity for the final HTTP response with an error status representing the cause of expectation failure.
generateResponseContent(HttpResponse) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
Generates response body for UNAUTHORIZED response.
generateResponseContent(HttpResponse) - Method in class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter
 
generateStreamId() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
GenericSelector(SingleCoreIOReactor[]) - Constructor for class org.apache.hc.core5.reactor.IOWorkers.GenericSelector
 
get() - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
get() - Method in class org.apache.hc.core5.concurrent.CompletedFuture
 
get() - Method in interface org.apache.hc.core5.function.Supplier
Gets a result.
get() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
get() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
get() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
get() - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
get(int) - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
get(int) - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
get(int) - Method in class org.apache.hc.core5.http2.hpack.StaticTable
 
get(int, int) - Static method in class org.apache.hc.core5.http.HttpVersion
Gets a specific instance or creates a new one.
get(long, TimeUnit) - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in class org.apache.hc.core5.concurrent.CompletedFuture
 
get(long, TimeUnit) - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
get(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
get(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
get(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
get(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
get(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
get(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
GET - org.apache.hc.core5.http.Method
 
getAcceptedIssuers() - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.TrustManagerDelegate
 
getActual() - Method in exception org.apache.hc.core5.util.TimeoutValueException
Gets how long was the expected timeout in milliseconds.
getAddress() - Method in class org.apache.hc.core5.http.HttpHost
Returns the inet address if explicitly set by a constructor, null otherwise.
getAddress() - Method in interface org.apache.hc.core5.reactor.ListenerEndpoint
Returns the socket address of this endpoint.
getAddress() - Method in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
getAllocatedCount() - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
getApplicationProtocol() - Method in class org.apache.hc.core5.reactor.ssl.TlsDetails
 
getAttachment() - Method in class org.apache.hc.core5.reactor.EndpointParameters
 
getAttribute(String) - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
getAttribute(String) - Method in interface org.apache.hc.core5.http.protocol.HttpContext
Obtains attribute with the given name.
getAttribute(String) - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getAttribute(String, Class<T>) - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getAuthority() - Method in interface org.apache.hc.core5.http.HttpRequest
Returns authority of this request message.
getAuthority() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getAuthority() - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
getAuthority() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getAuthority() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the authority.
getAvailable() - Method in class org.apache.hc.core5.pool.PoolStats
Gets the number idle persistent connections.
getAvailableCount() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
getAvailableCount() - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
getAvailableEntry(Object) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
getBacklogSize() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
getBacklogSize() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getBits() - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
getBody() - Method in class org.apache.hc.core5.http.Message
 
getBuffer() - Method in interface org.apache.hc.core5.http.FormattedHeader
Obtains the buffer with the formatted header.
getBuffer() - Method in class org.apache.hc.core5.http.message.BufferedHeader
 
getBufferSize() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getByCode(int) - Static method in enum org.apache.hc.core5.http2.H2Error
 
getByMimeType(String) - Static method in class org.apache.hc.core5.http.ContentType
Deprecated.
Do not use. This method was made public by mistake.
getByName(String) - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
getByName(String) - Method in class org.apache.hc.core5.http2.hpack.StaticTable
 
getBytesTransferred() - Method in class org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
 
getBytesTransferred() - Method in interface org.apache.hc.core5.http.io.HttpTransportMetrics
Returns the number of bytes transferred.
getCancellableDependency() - Method in class org.apache.hc.core5.http.nio.command.ExecutableCommand
 
getCancellableDependency() - Method in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
getCanonicalLocalHostName() - Static method in class org.apache.hc.core5.net.InetAddressUtils
Returns canonical name (fully qualified domain name) of the localhost.
getCertChain() - Method in class org.apache.hc.core5.ssl.PrivateKeyDetails
 
getCertificateChain(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
getCharset() - Method in class org.apache.hc.core5.http.config.CharCodingConfig
 
getCharset() - Method in class org.apache.hc.core5.http.ContentType
 
getCharset() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getCharset() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the Charset.
getCharset(Charset) - Method in class org.apache.hc.core5.http.ContentType
Gets this Charset if it's non-null, otherwise, return the given defaultCharset.
getCharset(ContentType, Charset) - Static method in class org.apache.hc.core5.http.ContentType
Gets a ContentType's Charset if neither are null, otherwise, return the given defaultCharset.
getCharsetDecoder() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
getChild(int) - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
getChunkedRequestBuffer() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getChunkSize() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Expects the stream to start with a chunksize in hex with optional comments after a semicolon.
getChunkSizeHint() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getClassloader() - Method in class org.apache.hc.core5.util.VersionInfo
Obtains the classloader used to read the version information.
getClientAliases(String, Principal[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
getClientAliasMap(String[], Principal[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
getClientName() - Method in class org.apache.hc.core5.testing.framework.ClassicTestClientAdapter
Name of the HTTP Client that this adapter uses.
getClientName() - Method in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
Name of the HTTP Client that this adapter uses.
getClientPOJOAdapter() - Method in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
Getter for the ClientPOJOAdapter that is actually used to make the HTTP request.
getCode() - Method in interface org.apache.hc.core5.http.HttpResponse
Obtains the code of this response message.
getCode() - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
getCode() - Method in class org.apache.hc.core5.http.message.HttpResponseWrapper
 
getCode() - Method in enum org.apache.hc.core5.http2.config.H2Param
 
getCode() - Method in class org.apache.hc.core5.http2.config.H2Setting
 
getCode() - Method in exception org.apache.hc.core5.http2.H2ConnectionException
 
getCode() - Method in enum org.apache.hc.core5.http2.H2Error
 
getCode() - Method in exception org.apache.hc.core5.http2.H2StreamResetException
 
getConcurrencyLevel() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getConcurrencyLevel() - Method in class org.apache.hc.core5.benchmark.Results
 
getCondensedHeader(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Gets a header representing all of the header values with the given name.
getConnection() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester.PoolEntryHolder
 
getConnection() - Method in class org.apache.hc.core5.http.impl.bootstrap.Worker
 
getConnection() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getConnPool() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
getConnPoolControl() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getContent() - Method in interface org.apache.hc.core5.http.HttpEntity
Returns a content stream of the entity.
getContent() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.FileEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.PathEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
getContent() - Method in class org.apache.hc.core5.http.io.entity.StringEntity
 
getContent() - Method in interface org.apache.hc.core5.http.nio.AsyncEntityConsumer
Returns the result of entity processing when it becomes available or null if the entity is still being received.
getContent() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
getContent() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
getContent() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
getContent() - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
getContent() - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
getContent() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
getContent() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
getContentEncoding() - Method in interface org.apache.hc.core5.http.EntityDetails
Returns content encoding of the entity, if known.
getContentEncoding() - Method in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
getContentEncoding() - Method in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
getContentEncoding() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
getContentEncoding() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
getContentEncoding() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
getContentEncoding() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
getContentEncoding() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.benchmark.Results
 
getContentLength() - Method in class org.apache.hc.core5.benchmark.Stats
 
getContentLength() - Method in interface org.apache.hc.core5.http.EntityDetails
Returns length of the entity, if known.
getContentLength() - Method in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
getContentLength() - Method in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
getContentLength() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.FileEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.PathEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.io.entity.StringEntity
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
getContentLength() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getContentType() - Method in interface org.apache.hc.core5.http.EntityDetails
Returns content type of the entity, if known.
getContentType() - Method in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
getContentType() - Method in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
getContentType() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
getContentType() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
getContentType() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
getContentType() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
getContentType() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
getContext() - Method in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
getCreated() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getCurrentDate() - Method in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
getCurrentSize() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
getCurrentSize() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
getCurrentTime() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getData() - Method in interface org.apache.hc.core5.http2.nio.AsyncPingHandler
Returns content of ping message.
getData() - Method in class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
getDeadline() - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
getDeadline() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
getDeadline() - Method in exception org.apache.hc.core5.util.DeadlineTimeoutException
The expected deadline for this timeout since the start of UNIX time.
getDeadline() - Method in exception org.apache.hc.core5.util.TimeoutValueException
Gets how long we actually waited in milliseconds.
getDefaultMaxIOThreadCount() - Static method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Gets the default value for ioThreadCount.
getDefaultMaxPerRoute() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
getDefaultMaxPerRoute() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getDefaultMaxPerRoute() - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
getDefaultMaxPerRoute() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getDefaultMaxPerRoute() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getDefaultURI() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
getDigest() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
Returns digest hash.
getDigest() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
Returns digest hash.
getDocumentPath() - Method in class org.apache.hc.core5.benchmark.Results
 
getDuration() - Method in class org.apache.hc.core5.util.TimeValue
 
getDynamicEntry(int) - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
getDynamicEntry(int) - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
getEndpointDetails() - Method in interface org.apache.hc.core5.http.HttpConnection
Returns this connection's endpoint details.
getEndpointDetails() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getEndpointDetails() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
getEndpointDetails() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getEndpointDetails() - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getEndpointDetails() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
getEndpointDetails() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getEndpointDetails() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
getEndpointDetails() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
getEndpoints() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
getEndpoints() - Method in interface org.apache.hc.core5.reactor.ConnectionAcceptor
Returns a set of endpoints for this I/O reactor.
getEndpoints() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
getEndpoints() - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
getEndpoints() - Method in class org.apache.hc.core5.testing.nio.AsyncServer
 
getEntity() - Method in interface org.apache.hc.core5.http.HttpEntityContainer
Obtains the message entity, if available.
getEntity() - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
getEntity() - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
getEntity() - Method in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
 
getEntity() - Method in class org.apache.hc.core5.http.message.BasicClassicHttpResponse
 
getEntity() - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
getEntity() - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
getEntity() - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
getEntityDetails() - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
Returns the response entity details.
getErrorOffset() - Method in exception org.apache.hc.core5.http.ParseException
 
getEventMask() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getEventMask() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns mask of I/O evens this session declared interest in.
getEventMask() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getEventMask() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getEventMask() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getException() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
getException() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
getException() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
getException() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
getException() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
getException() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
getException() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
getException() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
getExchangeHandler() - Method in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
getExpiryDeadline() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getFailureCount() - Method in class org.apache.hc.core5.benchmark.Results
 
getFailureCount() - Method in class org.apache.hc.core5.benchmark.Stats
 
getFirst() - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
getFirst() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
getFirst() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
getFirstHeader(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getFirstHeader(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Gets the first header with the given name.
getFirstHeader(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Returns the first header with a specified name of this message.
getFirstHeader(String) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
getFirstHeaders() - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
getFirstQueryParam(String) - Method in class org.apache.hc.core5.net.URIBuilder
Gets the first NameValuePair for a given name.
getFlags() - Method in class org.apache.hc.core5.http2.frame.Frame
 
getFooters() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
getFragment() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the fragments.
getFramesTransferred() - Method in interface org.apache.hc.core5.http2.H2TransportMetrics
 
getFramesTransferred() - Method in class org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
 
getFree(Object) - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
getFuture() - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
getFuture() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
getHandler() - Method in class org.apache.hc.core5.http2.nio.command.PingCommand
 
getHandler() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getHandler() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns event handler associated with the session.
getHandler() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getHandler() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getHandler() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getHead() - Method in class org.apache.hc.core5.http.Message
 
getHeader() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
getHeader() - Method in interface org.apache.hc.core5.http2.hpack.HPackEntry
 
getHeader() - Method in class org.apache.hc.core5.http2.hpack.StaticTable.InternalEntry
 
getHeader(int) - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
getHeader(int) - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
getHeader(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getHeader(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Gets single first header with the given name.
getHeader(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Gets single first header with the given name.
getHeaders() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getHeaders() - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getHeaders() - Method in class org.apache.hc.core5.http.message.HeaderGroup
Gets all of the headers contained within this group.
getHeaders() - Method in interface org.apache.hc.core5.http.MessageHeaders
Returns all the headers of this message.
getHeaders() - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
getHeaders(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getHeaders(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Gets all of the headers with the given name.
getHeaders(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Returns all the headers with a specified name of this message.
getHeaders(String) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
getHeaderTableSize() - Method in class org.apache.hc.core5.http2.config.H2Config
 
getHost() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the host portion of the URI.
getHostName() - Method in class org.apache.hc.core5.benchmark.Results
 
getHostName() - Method in class org.apache.hc.core5.http.HttpHost
Returns the host name.
getHostName() - Method in class org.apache.hc.core5.net.Host
 
getHostName() - Method in interface org.apache.hc.core5.net.NamedEndpoint
Returns name (IP or DNS name).
getHostName() - Method in class org.apache.hc.core5.net.URIAuthority
 
getHostName() - Method in class org.apache.hc.core5.reactor.EndpointParameters
 
getHostPort() - Method in class org.apache.hc.core5.benchmark.Results
 
getId() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getId() - Method in enum org.apache.hc.core5.http.ssl.TLS
Gets the ID.
getId() - Method in enum org.apache.hc.core5.http.URIScheme
 
getId() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getId() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
getId() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
getId() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getId() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getId() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getId() - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
getId() - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
getId() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getId() - Method in interface org.apache.hc.core5.util.Identifiable
 
getId(Object) - Static method in class org.apache.hc.core5.testing.classic.LoggingSupport
 
getIdentityStorePassword() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getIdentityStorePath() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getIndex() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
getIndex() - Method in interface org.apache.hc.core5.http2.hpack.HPackEntry
 
getIndex() - Method in class org.apache.hc.core5.http2.hpack.StaticTable.InternalEntry
 
getIndex(FifoLinkedList.InternalNode) - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
getInetAddress() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
getInetAddress() - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
getInformationResponse() - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
Returns the intermediate (1xx) HTTP response if one was received.
getInitialEndpoint() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getInitialEndpoint() - Method in interface org.apache.hc.core5.reactor.ProtocolIOSession
 
getInitialWindowSize() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getInitialWindowSize() - Method in class org.apache.hc.core5.http2.config.H2Config
 
getInputStream() - Method in class org.apache.hc.core5.http.impl.io.SocketHolder
 
getInputStream(Socket) - Method in class org.apache.hc.core5.http.impl.io.SocketHolder
 
getInputStream(Socket) - Method in class org.apache.hc.core5.testing.classic.LoggingSocketHolder
 
getInputWindow() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
getInputWindow() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
getIOReactor() - Method in class org.apache.hc.core5.http.impl.bootstrap.AbstractConnectionInitiatorBase
 
getIOReactor() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
getIOReactor() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
getIOSession() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
getIoThreadCount() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getKeepAliveCount() - Method in class org.apache.hc.core5.benchmark.Results
 
getKeepAliveCount() - Method in class org.apache.hc.core5.benchmark.Stats
 
getLast() - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
getLast() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
getLast() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
getLastCheck() - Method in class org.apache.hc.core5.util.Deadline
Package private for testing.
getLastEventTime() - Method in class org.apache.hc.core5.reactor.InternalChannel
 
getLastEventTime() - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
getLastEventTime() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getLastEventTime() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns timestamp of the last I/O event including socket timeout reset.
getLastEventTime() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getLastEventTime() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getLastEventTime() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getLastHeader(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getLastHeader(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Gets the last header with the given name.
getLastHeader(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Returns the last header with a specified name of this message.
getLastHeader(String) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
getLastReadTime() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getLastReadTime() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns timestamp of the last read event.
getLastReadTime() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getLastReadTime() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getLastReadTime() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getLastUsed() - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
getLastWriteTime() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getLastWriteTime() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns timestamp of the last write event.
getLastWriteTime() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getLastWriteTime() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getLastWriteTime() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getLeased() - Method in class org.apache.hc.core5.pool.PoolStats
Gets the number of persistent connections tracked by the connection manager currently being used to execute requests.
getLeasedCount() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
getLeasedCount() - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
getLength() - Method in class org.apache.hc.core5.http2.frame.RawFrame
 
getLineFormatter() - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageWriter
 
getLineFormatter() - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
 
getLineParser() - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
getLineParser() - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
getLocalAddress() - Method in class org.apache.hc.core5.http.EndpointDetails
 
getLocalAddress() - Method in interface org.apache.hc.core5.http.HttpConnection
Returns this connection's local address or null if it is not bound yet.
getLocalAddress() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getLocalAddress() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
getLocalAddress() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getLocalAddress() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
getLocalAddress() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getLocalAddress() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
getLocalAddress() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
getLocalAddress() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getLocalAddress() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns local address.
getLocalAddress() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getLocalAddress() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getLocalAddress() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getLocale() - Method in interface org.apache.hc.core5.http.HttpResponse
Obtains the locale of this response.
getLocale() - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
getLocale() - Method in class org.apache.hc.core5.http.message.HttpResponseWrapper
 
getLocalPort() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
getLock() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getLock() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns session lock that should be used by I/O event handlers to synchronize access to the session.
getLock() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getLock() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getLock() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getLowerBound() - Method in class org.apache.hc.core5.util.Tokenizer.Cursor
 
getMajor() - Method in class org.apache.hc.core5.http.ProtocolVersion
Returns the major version number of the protocol.
getMalformedInputAction() - Method in class org.apache.hc.core5.http.config.CharCodingConfig
 
getMax() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
getMax() - Method in class org.apache.hc.core5.pool.PoolStats
Gets the maximum number of allowed persistent connections.
getMax(T) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getMaxConcurrentStreams() - Method in class org.apache.hc.core5.http2.config.H2Config
 
getMaxEmptyLineCount() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getMaxFramePayloadSize() - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
getMaxFrameSize() - Method in class org.apache.hc.core5.http2.config.H2Config
 
getMaxHeaderCount() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getMaxHeaderListSize() - Method in class org.apache.hc.core5.http2.config.H2Config
 
getMaxLineLength() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getMaxListSize() - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
getMaxPerRoute(HttpHost) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
getMaxPerRoute(HttpHost) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getMaxPerRoute(T) - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
getMaxPerRoute(T) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getMaxPerRoute(T) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getMaxSize() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
getMaxSize() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
getMaxTableSize() - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
getMaxTableSize() - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
getMaxTotal() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
getMaxTotal() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getMaxTotal() - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
getMaxTotal() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getMaxTotal() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getMessage() - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getMessage() - Method in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
getMethod() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getMethod() - Method in interface org.apache.hc.core5.http.HttpRequest
Returns method of this request message.
getMethod() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getMethod() - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
getMethod() - Method in class org.apache.hc.core5.http.message.RequestLine
 
getMethod() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getMetrics() - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
getMetrics() - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
getMetrics() - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Returns HttpTransportMetrics for this session buffer.
getMetrics() - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Returns HttpTransportMetrics for this session buffer.
getMetrics() - Method in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
getMetrics() - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
getMetrics() - Method in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
getMetrics() - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
getMimeType() - Method in class org.apache.hc.core5.http.ContentType
 
getMinor() - Method in class org.apache.hc.core5.http.ProtocolVersion
Returns the minor version number of the HTTP protocol.
getModule() - Method in class org.apache.hc.core5.util.VersionInfo
Obtains the name of the versioned module or informal unit.
getName() - Method in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
getName() - Method in interface org.apache.hc.core5.http.HeaderElement
Returns header element name.
getName() - Method in class org.apache.hc.core5.http.message.BasicHeader
 
getName() - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
getName() - Method in class org.apache.hc.core5.http.message.BasicNameValuePair
 
getName() - Method in class org.apache.hc.core5.http.message.BufferedHeader
 
getName() - Method in interface org.apache.hc.core5.http.NameValuePair
Gets the name of this pair.
getName() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
getNameLen() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
getNext() - Method in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
getOptions() - Static method in class org.apache.hc.core5.benchmark.CommandLineUtils
 
getOutputStream() - Method in class org.apache.hc.core5.http.impl.io.SocketHolder
 
getOutputStream(Socket) - Method in class org.apache.hc.core5.http.impl.io.SocketHolder
 
getOutputStream(Socket) - Method in class org.apache.hc.core5.testing.classic.LoggingSocketHolder
 
getOutputWindow() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
getOutputWindow() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
getPackage() - Method in class org.apache.hc.core5.util.VersionInfo
Obtains the package name.
getParameter(int) - Method in interface org.apache.hc.core5.http.HeaderElement
Returns parameter with the given index.
getParameter(int) - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
getParameter(String) - Method in class org.apache.hc.core5.http.ContentType
 
getParameterByName(String) - Method in interface org.apache.hc.core5.http.HeaderElement
Returns the first parameter with the given name.
getParameterByName(String) - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
getParameterCount() - Method in interface org.apache.hc.core5.http.HeaderElement
Returns the total count of parameters.
getParameterCount() - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
getParameters() - Method in interface org.apache.hc.core5.http.HeaderElement
Returns an array of name / value pairs.
getParameters() - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
getParameters() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getPath() - Method in interface org.apache.hc.core5.http.HttpRequest
Returns URI path of this request message or null if not set.
getPath() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getPath() - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
getPath() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getPath() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the path.
getPathSegments() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the path segments.
getPatternMatcher(String) - Method in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
getPayload() - Method in class org.apache.hc.core5.http2.frame.Frame
 
getPayload() - Method in class org.apache.hc.core5.http2.frame.RawFrame
 
getPayloadContent() - Method in class org.apache.hc.core5.http2.frame.RawFrame
 
getPayloadFile() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getPayloadText() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getPending() - Method in class org.apache.hc.core5.pool.PoolStats
Gets the number of connection requests being blocked awaiting a free connection.
getPendingCount() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
getPool(T) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getPool(T) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getPoolEntry(T) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
getPort() - Method in class org.apache.hc.core5.http.HttpHost
Returns the port.
getPort() - Method in class org.apache.hc.core5.net.Host
 
getPort() - Method in interface org.apache.hc.core5.net.NamedEndpoint
Returns the port.
getPort() - Method in class org.apache.hc.core5.net.URIAuthority
 
getPort() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the port.
getPort() - Method in class org.apache.hc.core5.reactor.EndpointParameters
 
getPort() - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
getPos() - Method in class org.apache.hc.core5.util.Tokenizer.Cursor
 
getPrevious() - Method in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
getPrivateKey(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
getProtocol() - Method in class org.apache.hc.core5.http.ProtocolVersion
Returns the name of the protocol.
getProtocolVersion() - Method in class org.apache.hc.core5.benchmark.Results
 
getProtocolVersion() - Method in interface org.apache.hc.core5.http.HttpConnection
Returns this connection's protocol version or null if unknown.
getProtocolVersion() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.message.RequestLine
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.message.StatusLine
 
getProtocolVersion() - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
getProtocolVersion() - Method in interface org.apache.hc.core5.http.protocol.HttpContext
Returns protocol version used in this context.
getProtocolVersion() - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getProtocolVersion() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
getProtocolVersion() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getProtocolVersion() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
getProtocolVersion() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
getProxyAddress() - Method in class org.apache.hc.core5.testing.SocksProxy
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
getPushHandlerFactory() - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
getPushHandlerFactory() - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
getQueryParams() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the query parameters as a List.
getRcvBufSize() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
getRcvBufSize() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getReason(int) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
Looks up a reason phrase.
getReason(int, Locale) - Method in class org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReason(int, Locale) - Method in interface org.apache.hc.core5.http.ReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReasonPhrase() - Method in interface org.apache.hc.core5.http.HttpResponse
Obtains the reason phrase of this response if available.
getReasonPhrase() - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
getReasonPhrase() - Method in class org.apache.hc.core5.http.message.HttpResponseWrapper
 
getReasonPhrase() - Method in class org.apache.hc.core5.http.message.StatusLine
 
getReceivedBytesCount() - Method in class org.apache.hc.core5.http.EndpointDetails
Gets the number of bytes transferred over the connection, 0 if not available.
getReceivedBytesCount() - Method in interface org.apache.hc.core5.http.HttpConnectionMetrics
Gets the number of bytes transferred over the connection, 0 if not available.
getReceivedBytesCount() - Method in class org.apache.hc.core5.http.impl.BasicEndpointDetails
 
getReceivedBytesCount() - Method in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
getRelease() - Method in class org.apache.hc.core5.util.VersionInfo
Obtains the release of the versioned module or informal unit.
getRemoteAddress() - Method in class org.apache.hc.core5.http.EndpointDetails
 
getRemoteAddress() - Method in interface org.apache.hc.core5.http.HttpConnection
Returns this connection's remote address or null if it is not connected yet or unconnected.
getRemoteAddress() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getRemoteAddress() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
getRemoteAddress() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getRemoteAddress() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
getRemoteAddress() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getRemoteAddress() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
getRemoteAddress() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
getRemoteAddress() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getRemoteAddress() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns address of the remote peer.
getRemoteAddress() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getRemoteAddress() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getRemoteAddress() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getRequest() - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getRequestChainBuilder() - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
getRequestCount() - Method in class org.apache.hc.core5.http.EndpointDetails
Gets the number of requests transferred over the connection, 0 if not available.
getRequestCount() - Method in interface org.apache.hc.core5.http.HttpConnectionMetrics
Gets the number of requests transferred over the connection, 0 if not available.
getRequestCount() - Method in class org.apache.hc.core5.http.impl.BasicEndpointDetails
 
getRequestCount() - Method in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
getRequestMethod() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
getRequests() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getRequestUri() - Method in interface org.apache.hc.core5.http.HttpRequest
Returns request URI of this request message.
getRequestUri() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getRequestUri() - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
getResponse() - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getResponseChainBuilder() - Method in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
getResponseCount() - Method in class org.apache.hc.core5.http.EndpointDetails
Gets the number of responses transferred over the connection, 0 if not available.
getResponseCount() - Method in interface org.apache.hc.core5.http.HttpConnectionMetrics
Gets the number of responses transferred over the connection, 0 if not available.
getResponseCount() - Method in class org.apache.hc.core5.http.impl.BasicEndpointDetails
 
getResponseCount() - Method in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
getResponseFuture() - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
getResult() - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
getResult() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
getRoute() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
getRoute() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getRoute() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
getRoute() - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
getRoutes() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
getRoutes() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getRoutes() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
getRoutes() - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
getRoutes() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getRoutes() - Method in class org.apache.hc.core5.pool.StrictConnPool
Returns snapshot of all knows routes
getRoutes() - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
getScheme() - Method in interface org.apache.hc.core5.http.HttpRequest
Returns scheme of this request message.
getScheme() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getScheme() - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
getScheme() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getScheme() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the scheme.
getScheme() - Method in class org.apache.hc.core5.reactor.EndpointParameters
 
getSchemeName() - Method in class org.apache.hc.core5.http.HttpHost
Returns the scheme name.
getSchemeSpecificPart() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the scheme specific part.
getSelectInterval() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSentBytesCount() - Method in class org.apache.hc.core5.http.EndpointDetails
Gets the number of bytes transferred over the connection, 0 if not available.
getSentBytesCount() - Method in interface org.apache.hc.core5.http.HttpConnectionMetrics
Gets the number of bytes transferred over the connection, 0 if not available.
getSentBytesCount() - Method in class org.apache.hc.core5.http.impl.BasicEndpointDetails
 
getSentBytesCount() - Method in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
getServerAliases(String, Principal[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
getServerAliasMap(String, Principal[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
getServerName() - Method in class org.apache.hc.core5.benchmark.Results
 
getServerName() - Method in class org.apache.hc.core5.benchmark.Stats
 
getSession(T, Timeout, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
getSessionInternal(AbstractIOSessionPool.PoolEntry, boolean, T, Timeout, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
getSessionTimeout() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getSize() - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
getSndBufSize() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
getSndBufSize() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSoapAction() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getSocket() - Method in class org.apache.hc.core5.http.impl.io.SocketHolder
 
getSocketHolder() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getSocketTimeout() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getSocketTimeout() - Method in class org.apache.hc.core5.http.EndpointDetails
Gets the socket timeout.
getSocketTimeout() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getSocketTimeout() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
getSocketTimeout() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getSocketTimeout() - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
getSocketTimeout() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
getSocketTimeout() - Method in interface org.apache.hc.core5.http.SocketModalCloseable
Returns the socket timeout value.
getSocketTimeout() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
getSocketTimeout() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getSocketTimeout() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
getSocketTimeout() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
getSocketTimeout() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getSocketTimeout() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns value of the socket timeout in milliseconds.
getSocketTimeout() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getSocketTimeout() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getSocketTimeout() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getSocksProxyAddress() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
getSocksProxyAddress() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSocksProxyPassword() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSocksProxyUsername() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSoftwareInfo(String, String, Class<?>) - Static method in class org.apache.hc.core5.util.VersionInfo
Gets software information as "<name>/<release> (Java/<java.version>)".
getSoLinger() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
getSoLinger() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSoTimeout() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
getSoTimeout() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getSSLSession() - Method in interface org.apache.hc.core5.http.HttpConnection
Returns this connection's SSL session or null if TLS has not been activated.
getSSLSession() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
getSSLSession() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
getSSLSession() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
getSSLSession() - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
getSSLSession() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
getSSLSession() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getSSLSession() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
getSSLSession() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
getSSLSession() - Method in class org.apache.hc.core5.reactor.ssl.TlsDetails
 
getState() - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
getState() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getState() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
getStats(HttpHost) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
getStats(HttpHost) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getStats(T) - Method in interface org.apache.hc.core5.pool.ConnPoolStats
 
getStats(T) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getStats(T) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getStatus() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
getStatus() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
getStatus() - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
getStatus() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
getStatus() - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
getStatus() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
getStatus() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getStatus() - Method in interface org.apache.hc.core5.reactor.IOReactor
Returns the current status of the reactor.
getStatus() - Method in interface org.apache.hc.core5.reactor.IOSession
Returns status of the session:
getStatus() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
getStatus() - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
getStatus() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getStatus() - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
getStatus() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
getStatusClass() - Method in class org.apache.hc.core5.http.message.StatusLine
 
getStatusCode() - Method in class org.apache.hc.core5.http.message.StatusLine
 
getStreamHash(long) - Static method in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
Computes the hash of the deterministic stream (as produced by Reactive3TestUtils.produceStream(long)).
getStreamId() - Method in class org.apache.hc.core5.http2.frame.Frame
 
getSuccessCount() - Method in class org.apache.hc.core5.benchmark.Results
 
getSuccessCount() - Method in class org.apache.hc.core5.benchmark.Stats
 
getSymbol() - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
getThrowable() - Method in class org.apache.hc.core5.reactor.IOReactorWorker
 
getTimeLimit() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getTimeout() - Method in class org.apache.hc.core5.reactor.InternalChannel
 
getTimeout() - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
getTimeout() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getTimestamp() - Method in class org.apache.hc.core5.util.VersionInfo
Deprecated.
This will be removed in 6.0.
getTimeUnit() - Method in class org.apache.hc.core5.util.TimeValue
 
getTlsDetails() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
getTlsDetails() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
getTlsDetails() - Method in interface org.apache.hc.core5.reactor.ssl.TransportSecurityLayer
Returns details of a fully established TLS session.
getTotalBytesRcvd() - Method in class org.apache.hc.core5.benchmark.Results
 
getTotalBytesRecv() - Method in class org.apache.hc.core5.benchmark.Stats
 
getTotalBytesSent() - Method in class org.apache.hc.core5.benchmark.Results
 
getTotalBytesSent() - Method in class org.apache.hc.core5.benchmark.Stats
 
getTotalContentBytesRecvd() - Method in class org.apache.hc.core5.benchmark.Results
 
getTotalContentLength() - Method in class org.apache.hc.core5.benchmark.Stats
 
getTotalSize() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
getTotalStats() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
getTotalStats() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
getTotalStats() - Method in interface org.apache.hc.core5.pool.ConnPoolStats
 
getTotalStats() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
getTotalStats() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
getTotalTimeMillis() - Method in class org.apache.hc.core5.benchmark.Results
 
getTrafficClass() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
getTrailerNames() - Method in interface org.apache.hc.core5.http.EntityDetails
Preliminary declaration of trailing headers.
getTrailerNames() - Method in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
getTrailerNames() - Method in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
getTrailerNames() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
getTrailerNames() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
getTrailerNames() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
getTrailerNames() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
getTrailerNames() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
getTrailers() - Method in interface org.apache.hc.core5.http.HttpEntity
Returns supplier of message trailers - headers sent after message body.
getTrailers() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
getTrailers() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
getTrailers() - Method in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
getTrailers() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
getTrailers() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
getTrailers() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
getTrailers() - Method in interface org.apache.hc.core5.http.nio.ContentDecoder
Returns content trailers if available
getTrailers() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
List of trailers sent with the data stream.
getTrailers() - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
Returns the trailers received at the end of the response.
getTrustStorePassword() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getTrustStorePath() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getType() - Method in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
getType() - Method in class org.apache.hc.core5.http2.frame.Frame
 
getType() - Method in class org.apache.hc.core5.ssl.PrivateKeyDetails
 
getUnmappableInputAction() - Method in class org.apache.hc.core5.http.config.CharCodingConfig
 
getUpdated() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getUpperBound() - Method in class org.apache.hc.core5.util.Tokenizer.Cursor
 
getUri() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getUri() - Method in interface org.apache.hc.core5.http.HttpRequest
Returns full request URI of this request message.
getUri() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getUri() - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
getUri() - Method in class org.apache.hc.core5.http.message.RequestLine
 
getUri() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
getUserInfo() - Method in class org.apache.hc.core5.net.URIAuthority
 
getUserInfo() - Method in class org.apache.hc.core5.net.URIBuilder
Gets the user info.
getValidateAfterInactivity() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
getValidateAfterInactivity() - Method in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
getValidityDeadline() - Method in class org.apache.hc.core5.pool.PoolEntry
 
getValidStream(int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
getValue() - Method in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
getValue() - Method in interface org.apache.hc.core5.http.HeaderElement
Returns header element value.
getValue() - Method in class org.apache.hc.core5.http.message.BasicHeader
 
getValue() - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
getValue() - Method in class org.apache.hc.core5.http.message.BasicNameValuePair
 
getValue() - Method in class org.apache.hc.core5.http.message.BufferedHeader
 
getValue() - Method in interface org.apache.hc.core5.http.NameValuePair
Gets the value of this pair.
getValue() - Method in class org.apache.hc.core5.http2.config.H2Setting
 
getValue() - Method in enum org.apache.hc.core5.http2.frame.FrameFlag
 
getValue() - Method in enum org.apache.hc.core5.http2.frame.FrameType
 
getValue() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
getValue() - Method in class org.apache.hc.core5.util.Deadline
Gets the UNIX time deadline value.
getValueLen() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
getValuePos() - Method in interface org.apache.hc.core5.http.FormattedHeader
Obtains the start of the header value in the buffer.
getValuePos() - Method in class org.apache.hc.core5.http.message.BufferedHeader
 
getVerbosity() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
getVersion() - Method in class org.apache.hc.core5.benchmark.Stats
 
getVersion() - Method in interface org.apache.hc.core5.http.HttpMessage
Returns protocol version or null when not available.
getVersion() - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
getVersion() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
getVersion() - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
getVersion() - Method in enum org.apache.hc.core5.http.ssl.TLS
Gets the version.
getVersion() - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
getWaitForContinueTimeout() - Method in class org.apache.hc.core5.http.config.Http1Config
 
getWindow() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
getWorkers() - Method in class org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor
 
getWorkerSelector() - Method in class org.apache.hc.core5.reactor.AbstractIOReactorBase
 
getWorkerSelector() - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
getWorkerSelector() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
getWrappedStream() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
GMT - Static variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
Deprecated.
This attribute is no longer supported as a part of the public API. The time zone to use in the date header.
GMT_ID - Static variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
GOAWAY - org.apache.hc.core5.http2.frame.FrameType
 
goAwayReceived - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
GRACEFUL - org.apache.hc.core5.io.CloseMode
 
GRACEFUL - Static variable in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
GRACEFUL_IMMEDIATE_CALLBACK - Static variable in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
GRACEFUL_NORMAL_CALLBACK - Static variable in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
GRACEFUL_SHUTDOWN - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
 
GRACEFUL_SHUTDOWN - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
 
GRANULARITY_MILLIS - Static variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
greaterEquals(ProtocolVersion) - Method in class org.apache.hc.core5.http.ProtocolVersion
Tests if this protocol version is greater or equal to the given one.
greaterEquals(ProtocolVersion) - Method in enum org.apache.hc.core5.http.ssl.TLS
 
group - Variable in class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
gzip(HttpEntity) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 

H

H2_BLACKLISTED - Static variable in class org.apache.hc.core5.http.ssl.TlsCiphers
 
H2AsyncRequester - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
Client side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections.
H2AsyncRequester(HttpVersionPolicy, IOReactorConfig, IOEventHandlerFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, ManagedConnPool<HttpHost, IOSession>) - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
Use H2RequesterBootstrap to create instances of this class.
H2AsyncRequester(HttpVersionPolicy, IOReactorConfig, IOEventHandlerFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, ManagedConnPool<HttpHost, IOSession>, TlsStrategy, Timeout) - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
Use H2RequesterBootstrap to create instances of this class.
H2ClientTlsStrategy - Class in org.apache.hc.core5.http2.ssl
Basic client-side implementation of TlsStrategy that upgrades to TLS for all endpoints with HTTPS scheme.
H2ClientTlsStrategy() - Constructor for class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
H2ClientTlsStrategy(SSLContext) - Constructor for class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
H2ClientTlsStrategy(SSLContext, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
H2ClientTlsStrategy(SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
H2ClientTlsStrategy(SSLContext, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
H2ClientTlsStrategy(SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
Constructor with the default SSL context based on system properties and custom SSLSessionVerifier.
h2Config - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
h2Config - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
h2Config - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
h2Config - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
h2Config - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
h2Config - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
h2Config - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
H2Config - Class in org.apache.hc.core5.http2.config
HTTP/2 protocol configuration.
H2Config(int, boolean, int, int, int, int, boolean) - Constructor for class org.apache.hc.core5.http2.config.H2Config
 
H2Config.Builder - Class in org.apache.hc.core5.http2.config
 
H2ConnectionException - Exception in org.apache.hc.core5.http2
Signals fatal HTTP/2 protocol violation that renders the actual HTTP/2 connection unreliable.
H2ConnectionException(int, String) - Constructor for exception org.apache.hc.core5.http2.H2ConnectionException
 
H2ConnectionException(H2Error, String) - Constructor for exception org.apache.hc.core5.http2.H2ConnectionException
 
H2ConnPool - Class in org.apache.hc.core5.http2.nio.pool
Pool of HTTP/2 message multiplexing capable connections.
H2ConnPool(ConnectionInitiator, Resolver<HttpHost, InetSocketAddress>, TlsStrategy) - Constructor for class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
H2CorruptFrameException - Exception in org.apache.hc.core5.http2
Signals corrupt HTTP/2 frame.
H2CorruptFrameException(String) - Constructor for exception org.apache.hc.core5.http2.H2CorruptFrameException
 
H2Error - Enum in org.apache.hc.core5.http2
Errors codes defined by HTTP/2 specification.
H2Error(int) - Constructor for enum org.apache.hc.core5.http2.H2Error
 
H2MessageConverter<T extends HttpMessage> - Interface in org.apache.hc.core5.http2
Abstract message converter intended to convert from a list of HTTP/2 headers to object representing an HTTP message and from an object representing an HTTP message to a list of HTTP/2 headers.
H2MultiplexingRequester - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
HTTP/2 multiplexing client side message exchange initiator.
H2MultiplexingRequester(IOReactorConfig, IOEventHandlerFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, Resolver<HttpHost, InetSocketAddress>, TlsStrategy) - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
Use H2MultiplexingRequesterBootstrap to create instances of this class.
H2MultiplexingRequesterBootstrap - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
H2MultiplexingRequesterBootstrap() - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
H2Param - Enum in org.apache.hc.core5.http2.config
HTTP/2 protocol parameters.
H2Param(int) - Constructor for enum org.apache.hc.core5.http2.config.H2Param
 
H2Processors - Class in org.apache.hc.core5.http2.impl
 
H2Processors() - Constructor for class org.apache.hc.core5.http2.impl.H2Processors
 
H2PseudoRequestHeaders - Class in org.apache.hc.core5.http2
Request pseudo HTTP headers defined by the HTTP/2 specification.
H2PseudoRequestHeaders() - Constructor for class org.apache.hc.core5.http2.H2PseudoRequestHeaders
 
H2PseudoResponseHeaders - Class in org.apache.hc.core5.http2
Response pseudo HTTP headers defined by the HTTP/2 specification.
H2PseudoResponseHeaders() - Constructor for class org.apache.hc.core5.http2.H2PseudoResponseHeaders
 
H2RequestConnControl - Class in org.apache.hc.core5.http2.protocol
HTTP/2 compatible extension of RequestConnControl.
H2RequestConnControl() - Constructor for class org.apache.hc.core5.http2.protocol.H2RequestConnControl
 
H2RequestContent - Class in org.apache.hc.core5.http2.protocol
HTTP/2 compatible extension of RequestContent.
H2RequestContent() - Constructor for class org.apache.hc.core5.http2.protocol.H2RequestContent
 
H2RequestContent(boolean) - Constructor for class org.apache.hc.core5.http2.protocol.H2RequestContent
 
H2RequesterBootstrap - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
H2AsyncRequester bootstrap.
H2RequesterBootstrap() - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
H2RequestTargetHost - Class in org.apache.hc.core5.http2.protocol
HTTP/2 compatible extension of RequestTargetHost.
H2RequestTargetHost() - Constructor for class org.apache.hc.core5.http2.protocol.H2RequestTargetHost
 
H2RequestValidateHost - Class in org.apache.hc.core5.http2.protocol
HTTP/2 compatible extension of RequestValidateHost.
H2RequestValidateHost() - Constructor for class org.apache.hc.core5.http2.protocol.H2RequestValidateHost
 
H2ResponseConnControl - Class in org.apache.hc.core5.http2.protocol
HTTP/2 compatible extension of ResponseConnControl.
H2ResponseConnControl() - Constructor for class org.apache.hc.core5.http2.protocol.H2ResponseConnControl
 
H2ResponseContent - Class in org.apache.hc.core5.http2.protocol
HTTP/2 compatible extension of ResponseContent.
H2ResponseContent() - Constructor for class org.apache.hc.core5.http2.protocol.H2ResponseContent
 
H2ResponseContent(boolean) - Constructor for class org.apache.hc.core5.http2.protocol.H2ResponseContent
 
H2ServerBootstrap - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
HTTP/2 capable HttpAsyncServer bootstrap.
H2ServerBootstrap() - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
H2ServerTlsStrategy - Class in org.apache.hc.core5.http2.ssl
Basic side-side implementation of TlsStrategy that upgrades to TLS for endpoints with the specified local ports.
H2ServerTlsStrategy() - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
H2ServerTlsStrategy(int...) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
Deprecated.
H2ServerTlsStrategy(SSLContext) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
H2ServerTlsStrategy(SSLContext, SecurePortStrategy) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
H2ServerTlsStrategy(SSLContext, SecurePortStrategy, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
H2ServerTlsStrategy(SSLContext, SecurePortStrategy, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
H2ServerTlsStrategy(SSLContext, SecurePortStrategy, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
H2ServerTlsStrategy(SSLContext, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
H2ServerTlsStrategy(SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
H2ServerTlsStrategy(SSLContext, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
H2Setting - Class in org.apache.hc.core5.http2.config
HTTP/2 protocol settings.
H2Setting(H2Param, int) - Constructor for class org.apache.hc.core5.http2.config.H2Setting
 
H2Stream(AbstractH2StreamMultiplexer.H2StreamChannelImpl, H2StreamHandler, boolean) - Constructor for class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
H2StreamChannel - Interface in org.apache.hc.core5.http2.impl.nio
 
H2StreamChannelImpl(int, boolean, int, int) - Constructor for class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
H2StreamHandler - Interface in org.apache.hc.core5.http2.impl.nio
 
h2StreamListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
H2StreamListener - Interface in org.apache.hc.core5.http2.impl.nio
HTTP/2 stream event listener.
H2StreamResetException - Exception in org.apache.hc.core5.http2
Signals HTTP/2 protocol error that renders the actual HTTP/2 data stream unreliable.
H2StreamResetException(int, String) - Constructor for exception org.apache.hc.core5.http2.H2StreamResetException
 
H2StreamResetException(H2Error, String) - Constructor for exception org.apache.hc.core5.http2.H2StreamResetException
 
H2TestClient - Class in org.apache.hc.core5.testing.nio
 
H2TestClient() - Constructor for class org.apache.hc.core5.testing.nio.H2TestClient
 
H2TestClient(IOReactorConfig, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.H2TestClient
 
H2TestServer - Class in org.apache.hc.core5.testing.nio
 
H2TestServer() - Constructor for class org.apache.hc.core5.testing.nio.H2TestServer
 
H2TestServer(IOReactorConfig, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.H2TestServer
 
H2TlsSupport - Class in org.apache.hc.core5.http2.ssl
HTTP/2 TLS support methods
H2TlsSupport() - Constructor for class org.apache.hc.core5.http2.ssl.H2TlsSupport
 
H2TransportMetrics - Interface in org.apache.hc.core5.http2
The point of access to connection statistics.
handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in interface org.apache.hc.core5.http.io.HttpRequestHandler
Handles the request and produces a response to be sent back to the client.
handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
Checks the HTTP request against the requestExpectations that it was previously given.
handle(ClassicHttpRequest, HttpFilterChain.ResponseTrigger, HttpContext) - Method in class org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
 
handle(ClassicHttpRequest, HttpFilterChain.ResponseTrigger, HttpContext, HttpFilterChain) - Method in interface org.apache.hc.core5.http.io.HttpFilterHandler
Processes the incoming HTTP request and if processing has been completed submits a final response to the client.
handle(ClassicHttpRequest, HttpFilterChain.ResponseTrigger, HttpContext, HttpFilterChain) - Method in class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
 
handle(ClassicHttpRequest, HttpFilterChain.ResponseTrigger, HttpContext, HttpFilterChain) - Method in class org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
 
handle(ClassicHttpRequest, HttpFilterChain.ResponseTrigger, HttpContext, HttpFilterChain) - Method in class org.apache.hc.core5.http.io.support.TerminalServerFilter
 
handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in interface org.apache.hc.core5.http.io.HttpServerRequestHandler
Handles the request and submits a final response to be sent back to the client.
handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator
 
handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
 
handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler
 
handle(HttpException) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
handle(HttpException, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
handle(HttpException, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
handle(HttpException, boolean) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
handle(HttpException, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
handle(HttpException, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
handle(HttpException, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
handle(HttpRequest, InputStream, HttpResponse, OutputStream, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
Handles an incoming request optionally reading its entity content form the given input stream and generates a response optionally writing out its entity content into the given output stream.
handle(HttpRequest, EntityDetails, HttpContext, AsyncFilterChain.ResponseTrigger) - Method in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
 
handle(HttpRequest, EntityDetails, HttpContext, AsyncFilterChain.ResponseTrigger, AsyncFilterChain) - Method in interface org.apache.hc.core5.http.nio.AsyncFilterHandler
Processes the incoming HTTP request and if processing has been completed submits a final response to the client.
handle(HttpRequest, EntityDetails, HttpContext, AsyncFilterChain.ResponseTrigger, AsyncFilterChain) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
 
handle(HttpRequest, EntityDetails, HttpContext, AsyncFilterChain.ResponseTrigger, AsyncFilterChain) - Method in class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter
 
handle(HttpRequest, EntityDetails, HttpContext, AsyncFilterChain.ResponseTrigger, AsyncFilterChain) - Method in class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter
 
handle(T, AsyncServerRequestHandler.ResponseTrigger, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncServerRequestHandler
Triggered to handles the request object produced by the AsyncRequestConsumer returned from the AsyncServerRequestHandler.prepare(HttpRequest, EntityDetails, HttpContext) method.
handle(T, AsyncServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
Triggered to handles the request object produced by the AsyncRequestConsumer returned from the AbstractServerExchangeHandler.supplyConsumer(HttpRequest, EntityDetails, HttpContext) method.
handle(T, AsyncServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler
 
handleDecodingResult(CoderResult, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
handleEncodingResult(CoderResult, OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
handleError(HttpRequest, Exception) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
Triggered to handle the exception thrown while processing a push response.
handleException(HttpException, ClassicHttpResponse) - Method in class org.apache.hc.core5.http.impl.io.HttpService
Handles the given exception and generates an HTTP response to be sent back to the client to inform about the exceptional condition encountered in the course of the request processing.
handleIncomingMessage(IncomingMessage) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
handleIncomingMessage(HttpRequest) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
handleIncomingMessage(HttpResponse) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
handleIOEvent(int) - Method in class org.apache.hc.core5.reactor.InternalChannel
 
handleOutgoingMessage(HttpRequest) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
handleOutgoingMessage(HttpResponse) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
handleOutgoingMessage(OutgoingMessage) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
handler - Variable in class org.apache.hc.core5.http.impl.bootstrap.HandlerEntry
 
handler - Variable in class org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
 
handler - Variable in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
 
handler - Variable in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
handler - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
handler - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
 
handler - Variable in class org.apache.hc.core5.http2.nio.command.PingCommand
 
HandlerEntry<T> - Class in org.apache.hc.core5.http.impl.bootstrap
 
HandlerEntry<T> - Class in org.apache.hc.core5.http2.impl.nio.bootstrap
 
HandlerEntry(String, String, T) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HandlerEntry
 
HandlerEntry(String, String, T) - Constructor for class org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncServerExchangeHandler
Processes the actual HTTP request.
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
handleRequest(HttpServerConnection, HttpContext) - Method in class org.apache.hc.core5.http.impl.io.HttpService
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client.
handleResponse(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpClientResponseHandler
Processes an ClassicHttpResponse and returns some value corresponding to that response.
handleResponse(HttpRequest, T) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
Triggered to handle the push message with the given promised request.
handlerFactory - Variable in class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter
 
HandlerFactory<T extends ResourceHolder> - Interface in org.apache.hc.core5.http.nio
Abstract handler factory.
handlerList - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
handlerList - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
handlerList - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
handlerMapper - Variable in class org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
 
handlerMapper - Variable in class org.apache.hc.core5.http.io.support.TerminalServerFilter
 
handlerRef - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
handlers - Variable in class org.apache.hc.core5.testing.SocksProxy
 
handleTimeout() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
handleTimeout() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
handleTimeout() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
handleTimeout() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
handshakeCallbackRef - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
handshakeStateRef - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
handshakeTimeout - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
handshakeTimeout - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
handshakeTimeout - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
handshakeTimeout - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
 
handshakeTimeout - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
 
handshakeTimeout - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
handshakeTimeout - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
handshakeTimeout - Variable in class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
handshakeTimeout - Variable in class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
handshakeTimeout - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
HANDSHAKING - org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
 
hasBufferedData() - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
hasCapacity - Variable in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
hasChild(int) - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
hasCommands() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
hasCommands() - Method in interface org.apache.hc.core5.reactor.IOSession
Tests if there enqueued commands pending execution.
hasCommands() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
hasCommands() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
hasCommands() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
hasConnection() - Method in class org.apache.hc.core5.pool.PoolEntry
 
hasData() - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
hasData() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Determines if the buffer contains data.
hasData() - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
hasData() - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
hasData() - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Determines if the buffer contains data.
hasData() - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Determines if the buffer contains data.
hasData() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
hasData() - Method in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
hasData() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
hasData() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer
Tests to make sure that the buffer has been acquired and the underlying buffer has a position larger than 0.
hasData() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.StaticBuffer
 
HASH_OFFSET - Static variable in class org.apache.hc.core5.util.LangUtils
 
HASH_SEED - Static variable in class org.apache.hc.core5.util.LangUtils
 
hashCode() - Method in class org.apache.hc.core5.http.HttpHost
 
hashCode() - Method in class org.apache.hc.core5.http.message.BasicNameValuePair
 
hashCode() - Method in class org.apache.hc.core5.http.ProtocolVersion
Obtains a hash code consistent with ProtocolVersion.equals(int, int).
hashCode() - Method in class org.apache.hc.core5.net.Host
 
hashCode() - Method in class org.apache.hc.core5.net.URIAuthority
 
hashCode() - Method in class org.apache.hc.core5.util.Deadline
 
hashCode() - Method in class org.apache.hc.core5.util.TimeValue
 
hashCode(int, boolean) - Static method in class org.apache.hc.core5.util.LangUtils
 
hashCode(int, int) - Static method in class org.apache.hc.core5.util.LangUtils
 
hashCode(int, Object) - Static method in class org.apache.hc.core5.util.LangUtils
 
hasNext() - Method in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
hasNext() - Method in class org.apache.hc.core5.http.message.BasicHeaderIterator
 
hasNext() - Method in class org.apache.hc.core5.http.message.BasicListHeaderIterator
 
hasValidIPv6ColonCount(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
 
head - Variable in class org.apache.hc.core5.http.Message
 
head - Variable in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
head() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
head() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
head() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
head(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
head(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
head(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
head(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
head(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
head(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
HEAD - org.apache.hc.core5.http.Method
 
HEAD_EXPECTED - org.apache.hc.core5.http2.impl.nio.FrameInputBuffer.State
 
HEAD_LEN - Static variable in class org.apache.hc.core5.http2.frame.FrameConsts
 
HEAD_LINE - Static variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
header - Variable in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
header - Variable in class org.apache.hc.core5.http2.hpack.StaticTable.InternalEntry
 
Header - Interface in org.apache.hc.core5.http
Represents an HTTP header field consisting of a field name and a field value.
HEADER_TABLE_SIZE - org.apache.hc.core5.http2.config.H2Param
 
headerBuffer - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
headerBufs - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
HeaderElement - Interface in org.apache.hc.core5.http
Represents an element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters.
HeaderElements - Class in org.apache.hc.core5.http
Constants for frequently used Header elements.
HeaderElements() - Constructor for class org.apache.hc.core5.http.HeaderElements
 
headerEquals(Header, Header) - Method in class org.apache.hc.core5.http.message.HeaderGroup
 
headerGroup - Variable in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
HeaderGroup - Class in org.apache.hc.core5.http.message
A class for combining a set of headers.
HeaderGroup() - Constructor for class org.apache.hc.core5.http.message.HeaderGroup
Constructor for HeaderGroup.
headerIt - Variable in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
headerIterator() - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
headerIterator() - Method in class org.apache.hc.core5.http.message.HeaderGroup
Returns an iterator over this group of headers.
headerIterator() - Method in interface org.apache.hc.core5.http.MessageHeaders
Returns an iterator of all the headers.
headerIterator(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
headerIterator(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Returns an iterator over the headers with a given name in this group.
headerIterator(String) - Method in interface org.apache.hc.core5.http.MessageHeaders
Returns an iterator of the headers with a given name.
headerLines - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
HeaderListConstraintException - Exception in org.apache.hc.core5.http2.hpack
Signals a header list constraint violation.
HeaderListConstraintException(String) - Constructor for exception org.apache.hc.core5.http2.hpack.HeaderListConstraintException
Creates a HeaderListConstraintException with the specified detail message.
headerLog - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
headerLog - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
headerLog - Variable in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
headerLog - Variable in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
headerName - Variable in class org.apache.hc.core5.http.message.BasicHeaderIterator
The header name to filter by.
headerName - Variable in class org.apache.hc.core5.http.message.BasicListHeaderIterator
The header name to filter by.
headers - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
headers - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
headers - Variable in class org.apache.hc.core5.http.message.HeaderGroup
The list of headers for this group, in the order in which they were added
headers - Variable in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
headers - Variable in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
headers - Variable in class org.apache.hc.core5.http2.hpack.StaticTable
 
HEADERS - org.apache.hc.core5.http.impl.nio.MessageState
 
HEADERS - org.apache.hc.core5.http2.frame.FrameType
 
HEADERS - Static variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
HEADERS - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
headerTableSize - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
headerTableSize - Variable in class org.apache.hc.core5.http2.config.H2Config
 
HeaderValueFormatter - Interface in org.apache.hc.core5.http.message
Interface for formatting elements of a header value.
HeaderValueParser - Interface in org.apache.hc.core5.http.message
Interface for parsing header values into elements.
headInsteadOfGet - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
headInsteadOfGet - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
headLine - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
host - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
host - Variable in class org.apache.hc.core5.http.HttpHost
 
host - Variable in class org.apache.hc.core5.net.URIAuthority
 
host - Variable in class org.apache.hc.core5.net.URIBuilder
 
Host - Class in org.apache.hc.core5.net
Component that holds all details needed to describe a network connection to a host.
Host(String, int) - Constructor for class org.apache.hc.core5.net.Host
 
HOST - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
HOST_SEPARATORS - Static variable in class org.apache.hc.core5.net.URISupport
 
hostname - Variable in class org.apache.hc.core5.http.impl.bootstrap.HandlerEntry
 
hostname - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
 
hostName - Variable in class org.apache.hc.core5.benchmark.Results
 
hostName - Variable in class org.apache.hc.core5.reactor.EndpointParameters
 
hostPort - Variable in class org.apache.hc.core5.benchmark.Results
 
hPackDecoder - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
HPackDecoder - Class in org.apache.hc.core5.http2.hpack
HPACK decoder.
HPackDecoder(Charset) - Constructor for class org.apache.hc.core5.http2.hpack.HPackDecoder
 
HPackDecoder(CharsetDecoder) - Constructor for class org.apache.hc.core5.http2.hpack.HPackDecoder
 
HPackDecoder(InboundDynamicTable, Charset) - Constructor for class org.apache.hc.core5.http2.hpack.HPackDecoder
 
HPackDecoder(InboundDynamicTable, CharsetDecoder) - Constructor for class org.apache.hc.core5.http2.hpack.HPackDecoder
 
hPackEncoder - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
HPackEncoder - Class in org.apache.hc.core5.http2.hpack
HPACK encoder.
HPackEncoder(Charset) - Constructor for class org.apache.hc.core5.http2.hpack.HPackEncoder
 
HPackEncoder(CharsetEncoder) - Constructor for class org.apache.hc.core5.http2.hpack.HPackEncoder
 
HPackEncoder(OutboundDynamicTable, Charset) - Constructor for class org.apache.hc.core5.http2.hpack.HPackEncoder
 
HPackEncoder(OutboundDynamicTable, CharsetEncoder) - Constructor for class org.apache.hc.core5.http2.hpack.HPackEncoder
 
HPackEntry - Interface in org.apache.hc.core5.http2.hpack
 
HPackException - Exception in org.apache.hc.core5.http2.hpack
Signals HPACK protocol violation.
HPackException(String) - Constructor for exception org.apache.hc.core5.http2.hpack.HPackException
 
HPackException(String, Exception) - Constructor for exception org.apache.hc.core5.http2.hpack.HPackException
 
HPackHeader - Class in org.apache.hc.core5.http2.hpack
Internal HPack header representation that also contains binary length of header name and header value.
HPackHeader(String, int, String, int, boolean) - Constructor for class org.apache.hc.core5.http2.hpack.HPackHeader
 
HPackHeader(String, String) - Constructor for class org.apache.hc.core5.http2.hpack.HPackHeader
 
HPackHeader(String, String, boolean) - Constructor for class org.apache.hc.core5.http2.hpack.HPackHeader
 
HPackHeader(Header) - Constructor for class org.apache.hc.core5.http2.hpack.HPackHeader
 
HPackRepresentation - Enum in org.apache.hc.core5.http2.hpack
 
HPackRepresentation() - Constructor for enum org.apache.hc.core5.http2.hpack.HPackRepresentation
 
HT - Static variable in class org.apache.hc.core5.http.Chars
 
HT - Static variable in class org.apache.hc.core5.util.Tokenizer
 
HTTP - org.apache.hc.core5.http.URIScheme
 
HTTP - Static variable in class org.apache.hc.core5.http.HttpVersion
The protocol name.
HTTP_0_9 - Static variable in class org.apache.hc.core5.http.HttpVersion
HTTP protocol version 0.9
HTTP_1_0 - Static variable in class org.apache.hc.core5.http.HttpVersion
HTTP protocol version 1.0
HTTP_1_1 - org.apache.hc.core5.http2.ssl.ApplicationProtocol
 
HTTP_1_1 - Static variable in class org.apache.hc.core5.http.HttpVersion
HTTP protocol version 1.1
HTTP_1_1_REQUIRED - org.apache.hc.core5.http2.H2Error
Use HTTP/1.1 for the request.
HTTP_2 - org.apache.hc.core5.http2.ssl.ApplicationProtocol
 
HTTP_2 - Static variable in class org.apache.hc.core5.http.HttpVersion
 
HTTP_2_0 - Static variable in class org.apache.hc.core5.http.HttpVersion
HTTP protocol version 2.0
HTTP_REQUEST - Static variable in class org.apache.hc.core5.http.protocol.HttpCoreContext
Attribute name of a HttpRequest object that represents the actual HTTP request.
HTTP_RESPONSE - Static variable in class org.apache.hc.core5.http.protocol.HttpCoreContext
Attribute name of a HttpResponse object that represents the actual HTTP response.
http1Config - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
http1Config - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
http1Config - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
http1Config - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
http1Config - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
http1Config - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
http1Config - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
http1Config - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
http1Config - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
http1Config - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
http1Config - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
http1Config - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
http1Config - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
http1Config(Http1Config) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
http1Config(Http1Config) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
Http1Config - Class in org.apache.hc.core5.http.config
HTTP/1.1 protocol parameters.
Http1Config(int, int, Timeout, int, int, int, int) - Constructor for class org.apache.hc.core5.http.config.Http1Config
 
Http1Config.Builder - Class in org.apache.hc.core5.http.config
 
Http1StreamChannel<OutgoingMessage extends HttpMessage> - Interface in org.apache.hc.core5.http.impl.nio
 
http1StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler
 
http1StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
http1StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler
 
http1StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
http1StreamListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
http1StreamListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
Http1StreamListener - Interface in org.apache.hc.core5.http.impl
HTTP/1.1 stream event listener.
Http1TestClient - Class in org.apache.hc.core5.testing.nio
 
Http1TestClient() - Constructor for class org.apache.hc.core5.testing.nio.Http1TestClient
 
Http1TestClient(IOReactorConfig, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.Http1TestClient
 
Http1TestServer - Class in org.apache.hc.core5.testing.nio
 
Http1TestServer() - Constructor for class org.apache.hc.core5.testing.nio.Http1TestServer
 
Http1TestServer(IOReactorConfig, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.Http1TestServer
 
http2StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
http2StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler
 
http2StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
http2StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
http2StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler
 
http2StreamHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
HttpAsyncRequester - Class in org.apache.hc.core5.http.impl.bootstrap
HTTP/1.1 client side message exchange initiator.
HttpAsyncRequester(IOReactorConfig, IOEventHandlerFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, ManagedConnPool<HttpHost, IOSession>) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
Use AsyncRequesterBootstrap to create instances of this class.
HttpAsyncRequester(IOReactorConfig, IOEventHandlerFactory, Decorator<IOSession>, Callback<Exception>, IOSessionListener, ManagedConnPool<HttpHost, IOSession>, TlsStrategy, Timeout) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
Use AsyncRequesterBootstrap to create instances of this class.
HttpAsyncRequester.InternalAsyncClientEndpoint - Class in org.apache.hc.core5.http.impl.bootstrap
 
HttpAsyncServer - Class in org.apache.hc.core5.http.impl.bootstrap
HTTP/1.1 server side message exchange handler.
HttpAsyncServer(IOEventHandlerFactory, IOReactorConfig, Decorator<IOSession>, Callback<Exception>, IOSessionListener) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
Use AsyncServerBootstrap to create instances of this class.
HttpAsyncServer(IOEventHandlerFactory, IOReactorConfig, Decorator<IOSession>, Callback<Exception>, IOSessionListener, String) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
Use AsyncServerBootstrap to create instances of this class.
HttpBenchmark - Class in org.apache.hc.core5.benchmark
Main program of the HTTP benchmark.
HttpBenchmark(BenchmarkConfig) - Constructor for class org.apache.hc.core5.benchmark.HttpBenchmark
 
HttpClientConnection - Interface in org.apache.hc.core5.http.io
A client-side HTTP connection, which can be used for sending requests and receiving responses.
HttpClientResponseHandler<T> - Interface in org.apache.hc.core5.http.io
Handler that encapsulates the process of generating a response object from a ClassicHttpResponse.
HttpConnection - Interface in org.apache.hc.core5.http
A generic HTTP connection, useful on client and server side.
HttpConnectionEventHandler - Interface in org.apache.hc.core5.http.impl.nio
IOEventHandler that also exposes HttpConnection properties.
HttpConnectionFactory<T extends HttpConnection> - Interface in org.apache.hc.core5.http.io
Factory for HttpConnection instances.
HttpConnectionMetrics - Interface in org.apache.hc.core5.http
The point of access to the statistics of an HttpConnection.
HttpContext - Interface in org.apache.hc.core5.http.protocol
HttpContext represents execution state of an HTTP process.
HttpCoreContext - Class in org.apache.hc.core5.http.protocol
Implementation of HttpContext that provides convenience setters for user assignable attributes and getter for readable attributes.
HttpCoreContext() - Constructor for class org.apache.hc.core5.http.protocol.HttpCoreContext
 
HttpCoreContext(HttpContext) - Constructor for class org.apache.hc.core5.http.protocol.HttpCoreContext
 
HttpDateGenerator - Class in org.apache.hc.core5.http.protocol
Generates a date in the format required by the HTTP protocol.
HttpDateGenerator() - Constructor for class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
HttpDateGenerator(String, ZoneId) - Constructor for class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
HttpEntities - Class in org.apache.hc.core5.http.io.entity
{HttpEntity} factory methods.
HttpEntities() - Constructor for class org.apache.hc.core5.http.io.entity.HttpEntities
 
HttpEntity - Interface in org.apache.hc.core5.http
An entity that can be sent or received with an HTTP message.
HttpEntityContainer - Interface in org.apache.hc.core5.http
Contains an HttpEntity.
HttpEntityWrapper - Class in org.apache.hc.core5.http.io.entity
Base class for wrapping entities that delegates all calls to the wrapped entity.
HttpEntityWrapper(HttpEntity) - Constructor for class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
Creates a new entity wrapper.
HttpException - Exception in org.apache.hc.core5.http
Signals that an HTTP exception has occurred.
HttpException() - Constructor for exception org.apache.hc.core5.http.HttpException
Creates a new HttpException with a null detail message.
HttpException(String) - Constructor for exception org.apache.hc.core5.http.HttpException
Creates a new HttpException with the specified detail message.
HttpException(String, Object...) - Constructor for exception org.apache.hc.core5.http.HttpException
Constructs a new HttpException with the specified detail message.
HttpException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.HttpException
Creates a new HttpException with the specified detail message and cause.
HttpFilterChain - Interface in org.apache.hc.core5.http.io
HttpFilterChain represents a single element in the server side request processing chain.
HttpFilterChain.ResponseTrigger - Interface in org.apache.hc.core5.http.io
Response trigger that can be used to generate the final HTTP response and terminate HTTP request processing.
HttpFilterHandler - Interface in org.apache.hc.core5.http.io
HttpFilterHandler represents a routine for handling all incoming requests in the server side request processing chain.
HttpHeaders - Class in org.apache.hc.core5.http
Constants enumerating standard and common HTTP headers.
HttpHeaders() - Constructor for class org.apache.hc.core5.http.HttpHeaders
 
HttpHost - Class in org.apache.hc.core5.http
Component that holds all details needed to describe an HTTP connection to a host.
HttpHost(String) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the default scheme and port and the given hostname.
HttpHost(String, int) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the default scheme and the given hostname and port.
HttpHost(String, String) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the given hostname and scheme and the default port for that scheme.
HttpHost(String, String, int) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the given scheme, hostname and port.
HttpHost(String, InetAddress, int) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the given scheme, inet address and port.
HttpHost(String, InetAddress, String, int) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates a new HttpHost, specifying all values.
HttpHost(String, NamedEndpoint) - Constructor for class org.apache.hc.core5.http.HttpHost
 
HttpHost(InetAddress) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the default scheme and port and the given inet address.
HttpHost(InetAddress, int) - Constructor for class org.apache.hc.core5.http.HttpHost
Creates HttpHost instance with the default scheme and the given inet address and port.
HttpHost(URIAuthority) - Constructor for class org.apache.hc.core5.http.HttpHost
HttpMessage - Interface in org.apache.hc.core5.http
HTTP messages consist of requests from client to server and responses from server to client.
HttpMessageParser<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.io
Message parser intended to build HTTP message head from an input stream.
HttpMessageParserFactory<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.io
Factory for HttpMessageParser instances.
HttpMessageWriter<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.io
Message writer intended to serialize HTTP message head to an output stream.
HttpMessageWriterFactory<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.io
Factory for HttpMessageWriter instances.
httpProcessor - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
httpProcessor - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
httpProcessor - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
httpProcessor - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
httpProcessor - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
httpProcessor - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
httpProcessor - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
HttpProcessor - Interface in org.apache.hc.core5.http.protocol
HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.
HttpProcessorBuilder - Class in org.apache.hc.core5.http.protocol
Builder for HttpProcessor instances.
HttpProcessorBuilder() - Constructor for class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
HttpProcessors - Class in org.apache.hc.core5.http.impl
Factory class for standard HttpProcessor instances.
HttpProcessors() - Constructor for class org.apache.hc.core5.http.impl.HttpProcessors
 
HttpProtocolNegotiator - Class in org.apache.hc.core5.http2.impl.nio
 
HttpProtocolNegotiator(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Constructor for class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
HttpRequest - Interface in org.apache.hc.core5.http
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, the identifier of the resource, and the protocol version in use.
HttpRequester - Class in org.apache.hc.core5.http.impl.bootstrap
HTTP/1.1 client side message exchange initiator.
HttpRequester(HttpRequestExecutor, HttpProcessor, ManagedConnPool<HttpHost, HttpClientConnection>, SocketConfig, HttpConnectionFactory<? extends HttpClientConnection>, SSLSocketFactory, Callback<SSLParameters>, SSLSessionVerifier, Resolver<HttpHost, InetSocketAddress>) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
Use RequesterBootstrap to create instances of this class.
HttpRequester.PoolEntryHolder - Class in org.apache.hc.core5.http.impl.bootstrap
 
HttpRequestExecutor - Class in org.apache.hc.core5.http.impl.io
HttpRequestExecutor is a client side HTTP protocol handler based on the blocking (classic) I/O model.
HttpRequestExecutor() - Constructor for class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
 
HttpRequestExecutor(ConnectionReuseStrategy) - Constructor for class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
 
HttpRequestExecutor(Timeout, ConnectionReuseStrategy, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
Creates new instance of HttpRequestExecutor.
HttpRequestExecutor.Builder - Class in org.apache.hc.core5.http.impl.io
Builder for HttpRequestExecutor.
HttpRequestFactory<T extends HttpRequest> - Interface in org.apache.hc.core5.http
A factory for HttpRequest objects.
HttpRequestHandler - Interface in org.apache.hc.core5.http.io
HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.
HttpRequestInterceptor - Interface in org.apache.hc.core5.http
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpRequestMapper<T> - Interface in org.apache.hc.core5.http
This class can be used to resolve an object matching a particular HttpRequest.
HttpRequestWrapper - Class in org.apache.hc.core5.http.message
Wraps an HttpRequest.
HttpRequestWrapper(HttpRequest) - Constructor for class org.apache.hc.core5.http.message.HttpRequestWrapper
 
HttpResponse - Interface in org.apache.hc.core5.http
After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseFactory<T extends HttpResponse> - Interface in org.apache.hc.core5.http
A factory for HttpResponse objects.
HttpResponseInformationCallback - Interface in org.apache.hc.core5.http.io
Informational (1xx) HTTP response callback.
HttpResponseInterceptor - Interface in org.apache.hc.core5.http
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpResponseWrapper - Class in org.apache.hc.core5.http.message
Wraps an HttpResponse.
HttpResponseWrapper(HttpResponse) - Constructor for class org.apache.hc.core5.http.message.HttpResponseWrapper
 
HTTPS - org.apache.hc.core5.http.URIScheme
 
HttpServer - Class in org.apache.hc.core5.http.impl.bootstrap
HTTP/1.1 server side message exchange handler.
HttpServer(int, HttpService, InetAddress, SocketConfig, ServerSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection>, Callback<SSLParameters>, ExceptionListener) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
HttpServer.Status - Enum in org.apache.hc.core5.http.impl.bootstrap
 
HttpServerConnection - Interface in org.apache.hc.core5.http.io
A server-side HTTP connection, which can be used for receiving requests and sending responses.
HttpServerExpectationFilter - Class in org.apache.hc.core5.http.io.support
HttpServerExpectationFilter add support for the Expect-Continue handshake to the request processing pipeline.
HttpServerExpectationFilter() - Constructor for class org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
 
HttpServerFilterChainElement - Class in org.apache.hc.core5.http.io.support
An element in a request processing chain.
HttpServerFilterChainElement(HttpFilterHandler, HttpServerFilterChainElement) - Constructor for class org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
 
HttpServerFilterChainRequestHandler - Class in org.apache.hc.core5.http.io.support
HttpServerRequestHandler implementation that delegates request processing to a HttpServerFilterChainElement.
HttpServerFilterChainRequestHandler(HttpServerFilterChainElement) - Constructor for class org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler
 
HttpServerRequestHandler - Interface in org.apache.hc.core5.http.io
HttpServerRequestHandler represents a routine for processing of a specific group of HTTP requests.
HttpServerRequestHandler.ResponseTrigger - Interface in org.apache.hc.core5.http.io
Response trigger that can be used to submit a final HTTP response and terminate HTTP request processing.
httpservice - Variable in class org.apache.hc.core5.http.impl.bootstrap.Worker
 
httpService - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
httpService - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
HttpService - Class in org.apache.hc.core5.http.impl.io
HttpService is a server side HTTP protocol handler based on the classic (blocking) I/O model.
HttpService(HttpProcessor, HttpRequestMapper<HttpRequestHandler>, ConnectionReuseStrategy, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.impl.io.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, HttpRequestMapper<HttpRequestHandler>, ConnectionReuseStrategy, HttpResponseFactory<ClassicHttpResponse>, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.io.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, HttpServerRequestHandler) - Constructor for class org.apache.hc.core5.http.impl.io.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, HttpServerRequestHandler, ConnectionReuseStrategy, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.io.HttpService
Create a new HTTP service.
HttpService.Builder - Class in org.apache.hc.core5.http.impl.io
Builder for HttpService.
HttpStatus - Class in org.apache.hc.core5.http
Constants enumerating the HTTP status codes.
HttpStatus() - Constructor for class org.apache.hc.core5.http.HttpStatus
 
HttpStreamResetException - Exception in org.apache.hc.core5.http
Signals HTTP protocol error that renders the actual HTTP data stream unreliable.
HttpStreamResetException(String) - Constructor for exception org.apache.hc.core5.http.HttpStreamResetException
 
HttpStreamResetException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.HttpStreamResetException
 
HttpTransportMetrics - Interface in org.apache.hc.core5.http.io
Transport level metrics.
HttpVersion - Class in org.apache.hc.core5.http
Represents an HTTP version.
HttpVersion(int, int) - Constructor for class org.apache.hc.core5.http.HttpVersion
Creates an HTTP protocol version designator.
HttpVersionPolicy - Enum in org.apache.hc.core5.http2
HTTP protocol version policy.
HttpVersionPolicy() - Constructor for enum org.apache.hc.core5.http2.HttpVersionPolicy
 
Huffman - Class in org.apache.hc.core5.http2.hpack
This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)
Huffman() - Constructor for class org.apache.hc.core5.http2.hpack.Huffman
 
huffmanBuf - Variable in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
HuffmanDecoder - Class in org.apache.hc.core5.http2.hpack
This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)
HuffmanDecoder(int[], byte[]) - Constructor for class org.apache.hc.core5.http2.hpack.HuffmanDecoder
 
HuffmanEncoder - Class in org.apache.hc.core5.http2.hpack
This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)
HuffmanEncoder(int[], byte[]) - Constructor for class org.apache.hc.core5.http2.hpack.HuffmanEncoder
 
HuffmanNode - Class in org.apache.hc.core5.http2.hpack
This Huffman codec implementation has been derived from Twitter HPack project (https://github.com/twitter/hpack)
HuffmanNode() - Constructor for class org.apache.hc.core5.http2.hpack.HuffmanNode
 
HuffmanNode(int, int) - Constructor for class org.apache.hc.core5.http2.hpack.HuffmanNode
 

I

id - Variable in enum org.apache.hc.core5.http.ssl.TLS
 
id - Variable in enum org.apache.hc.core5.http.URIScheme
 
id - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
id - Variable in enum org.apache.hc.core5.http2.ssl.ApplicationProtocol
 
id - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
id - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
id - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
id - Variable in class org.apache.hc.core5.testing.classic.Wire
 
idempotent - Variable in enum org.apache.hc.core5.http.Method
 
Identifiable - Interface in org.apache.hc.core5.util
Object with a unique identifier.
IdentityDecoder - Class in org.apache.hc.core5.http.impl.nio
Content decoder that reads data without any transformation.
IdentityDecoder(ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.IdentityDecoder
 
IdentityEncoder - Class in org.apache.hc.core5.http.impl.nio
Content encoder that writes data without any transformation.
IdentityEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics) - Constructor for class org.apache.hc.core5.http.impl.nio.IdentityEncoder
 
IdentityEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics, int) - Constructor for class org.apache.hc.core5.http.impl.nio.IdentityEncoder
 
IdentityInputStream - Class in org.apache.hc.core5.http.impl.io
Input stream that reads data without any transformation.
IdentityInputStream(SessionInputBuffer, InputStream) - Constructor for class org.apache.hc.core5.http.impl.io.IdentityInputStream
Default constructor.
IdentityOutputStream - Class in org.apache.hc.core5.http.impl.io
Output stream that writes data without any transformation.
IdentityOutputStream(SessionOutputBuffer, OutputStream) - Constructor for class org.apache.hc.core5.http.impl.io.IdentityOutputStream
Default constructor.
identityStorePassword - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
identityStorePassword - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
identityStorePath - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
identityStorePath - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
idGenerator - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
idle - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
IDLE - org.apache.hc.core5.http.impl.nio.MessageState
 
IDLE - org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
 
IDLE - org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
 
IDLE - org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
 
idx - Variable in class org.apache.hc.core5.reactor.IOWorkers.GenericSelector
 
idx - Variable in class org.apache.hc.core5.reactor.IOWorkers.PowerOfTwoSelector
 
IF - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
IF_MATCH - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
IF_MODIFIED_SINCE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
IF_NONE_MATCH - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
IF_RANGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
IF_UNMODIFIED_SINCE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ifAddress - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
illegalArgumentException(String, Object...) - Static method in class org.apache.hc.core5.util.Args
 
illegalArgumentExceptionNotEmpty(String) - Static method in class org.apache.hc.core5.util.Args
 
IMAGE_BMP - Static variable in class org.apache.hc.core5.http.ContentType
 
IMAGE_GIF - Static variable in class org.apache.hc.core5.http.ContentType
 
IMAGE_JPEG - Static variable in class org.apache.hc.core5.http.ContentType
 
IMAGE_PNG - Static variable in class org.apache.hc.core5.http.ContentType
 
IMAGE_SVG - Static variable in class org.apache.hc.core5.http.ContentType
 
IMAGE_TIFF - Static variable in class org.apache.hc.core5.http.ContentType
 
IMAGE_WEBP - Static variable in class org.apache.hc.core5.http.ContentType
 
IMMEDIATE - org.apache.hc.core5.http.impl.nio.FlushMode
 
IMMEDIATE - org.apache.hc.core5.io.CloseMode
 
IMMEDIATE - org.apache.hc.core5.reactor.Command.Priority
 
IMMEDIATE - Static variable in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
ImmediateResponseExchangeHandler - Class in org.apache.hc.core5.http.nio.support
AsyncServerExchangeHandler implementation that immediately responds with a predefined response generated by a AsyncResponseProducer and ignores any entity content enclosed in the request message.
ImmediateResponseExchangeHandler(int, String) - Constructor for class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
ImmediateResponseExchangeHandler(HttpResponse, String) - Constructor for class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
ImmediateResponseExchangeHandler(AsyncResponseProducer) - Constructor for class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
IMMUTABLE - org.apache.hc.core5.annotation.ThreadingBehavior
Instances of classes with the given contract are expected to be fully immutable and thread-safe.
IMMUTABLE_CONDITIONAL - org.apache.hc.core5.annotation.ThreadingBehavior
Instances of classes with the given contract are expected to be immutable if their dependencies injected at construction time are immutable and are expected to be thread-safe if their dependencies are thread-safe.
in - Variable in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
INACTIVE - org.apache.hc.core5.reactor.IOReactorStatus
The reactor is inactive / has not been started
INADEQUATE_SECURITY - org.apache.hc.core5.http2.H2Error
Negotiated TLS parameters not acceptable.
InboundDynamicTable - Class in org.apache.hc.core5.http2.hpack
 
InboundDynamicTable() - Constructor for class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
InboundDynamicTable(StaticTable) - Constructor for class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
inbuf - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
inBuf - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
inBuf - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
inBuffer - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
incFailureCount() - Method in class org.apache.hc.core5.benchmark.Stats
 
incKeepAliveCount() - Method in class org.apache.hc.core5.benchmark.Stats
 
incoming - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
incoming - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
incomingContentLengthStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
incomingContentLengthStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
incomingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
incomingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
incomingContentStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
incomingContentStrategy - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
incomingContentStrategy - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
IncomingEntityDetails - Class in org.apache.hc.core5.http.impl
HTTP message entity details.
IncomingEntityDetails(MessageHeaders) - Constructor for class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
IncomingEntityDetails(MessageHeaders, long) - Constructor for class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
IncomingHttpEntity - Class in org.apache.hc.core5.http.impl.io
 
IncomingHttpEntity(InputStream, long, boolean, Header, Header) - Constructor for class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
incomingMessage - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
incomingMessageParser - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
incrementBytesTransferred(long) - Method in class org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
 
incrementCapacity() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
incrementFramesTransferred() - Method in class org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
 
incrementInputCapacity(int, AtomicInteger, int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
incrementRequestCount() - Method in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
incrementRequestCount() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
incrementResponseCount() - Method in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
incrementResponseCount() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
incSuccessCount() - Method in class org.apache.hc.core5.benchmark.Stats
 
incTotalBytesRecv(int) - Method in class org.apache.hc.core5.benchmark.Stats
 
incTotalBytesSent(int) - Method in class org.apache.hc.core5.benchmark.Stats
 
incTotalContentLength(long) - Method in class org.apache.hc.core5.benchmark.Stats
 
index - Variable in class org.apache.hc.core5.http2.hpack.StaticTable.InternalEntry
 
indexOf(byte) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at 0 and finishing at ByteArrayBuffer.length().
indexOf(byte, int, int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at the specified beginIndex and finishing at endIndex.
indexOf(int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at 0 and finishing at CharArrayBuffer.length().
indexOf(int, int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at the specified beginIndex and finishing at endIndex.
inEncrypted - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
InetAddressUtils - Class in org.apache.hc.core5.net
A collection of utilities relating to InetAddresses.
InetAddressUtils() - Constructor for class org.apache.hc.core5.net.InetAddressUtils
 
infoClassloader - Variable in class org.apache.hc.core5.util.VersionInfo
The classloader from which the version info was obtained.
infoModule - Variable in class org.apache.hc.core5.util.VersionInfo
The module from the version info.
infoPackage - Variable in class org.apache.hc.core5.util.VersionInfo
The package that contains the version information.
infoRelease - Variable in class org.apache.hc.core5.util.VersionInfo
The release from the version info.
INFORMATIONAL - org.apache.hc.core5.http.message.StatusLine.StatusClass
Informational 1xx HTTP status codes.
informationResponse - Variable in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
informationResponse(HttpResponse, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncResponseConsumer
Triggered to signal receipt of an intermediate (1xx) HTTP response.
informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
infoTimestamp - Variable in class org.apache.hc.core5.util.VersionInfo
The timestamp from the version info.
INIT - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
INIT_BITSET(int...) - Static method in class org.apache.hc.core5.util.Tokenizer
 
INIT_BUF_CHUNK - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_BUF_SIZE - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_CONCURRENT_STREAM - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
INIT_ENABLE_PUSH - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
INIT_HEADER_TABLE_SIZE - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
INIT_MAX_EMPTY_LINE_COUNT - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_MAX_FRAME_SIZE - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
INIT_MAX_HEADER_COUNT - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_MAX_LINE_LENGTH - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_WAIT_FOR_CONTINUE - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_WINDOW_SIZE - Static variable in class org.apache.hc.core5.http.config.Http1Config
 
INIT_WINDOW_SIZE - Static variable in class org.apache.hc.core5.http2.config.H2Config
 
initial() - Static method in class org.apache.hc.core5.http2.config.H2Config
 
INITIAL_WINDOW_SIZE - org.apache.hc.core5.http2.config.H2Param
 
initialBufferSize - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
initialBufferSize - Variable in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
initialEndpoint - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
initialize() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
initialize(NamedEndpoint, SSLEngine) - Method in interface org.apache.hc.core5.reactor.ssl.SSLSessionInitializer
Triggered when the SSL connection is being initialized.
initialize(IOSession) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
initialized - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
INITIALIZED - org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
 
initializer - Variable in class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
initializer - Variable in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
initializer - Variable in class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
initializer - Variable in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
initializer - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
initialWindowSize - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
initialWindowSize - Variable in class org.apache.hc.core5.http.config.Http1Config
 
initialWindowSize - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
initialWindowSize - Variable in class org.apache.hc.core5.http2.config.H2Config
 
initiateSessionShutdown() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
initiateShutdown() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
initiateShutdown() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
initiateShutdown() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
initiateShutdown() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
initiateShutdown() - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
initiateShutdown() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
initiateShutdown() - Method in interface org.apache.hc.core5.reactor.IOReactor
Initiates shutdown of the reactor without blocking.
initiateShutdown() - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
initiateShutdown() - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
initInputWinSize - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
initOutputWinSize - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
initRequest() - Method in class org.apache.hc.core5.testing.framework.FrameworkTest
Returns a request with defaults for any parameter that is not specified.
initResponseExpectations() - Method in class org.apache.hc.core5.testing.framework.FrameworkTest
Returns an expected response with defaults for any parameter that is not specified.
initSSLContext(SSLContext, Collection<KeyManager>, Collection<TrustManager>, SecureRandom) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
inPlain - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
input(byte[]) - Method in class org.apache.hc.core5.testing.classic.Wire
 
input(byte[], int, int) - Method in class org.apache.hc.core5.testing.classic.Wire
 
input(int) - Method in class org.apache.hc.core5.testing.classic.Wire
 
input(ByteBuffer) - Method in class org.apache.hc.core5.testing.classic.Wire
 
INPUT - org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
 
inputBuffer - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
inputBuffer - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
inputEnd() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
inputEnd() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
inputEnd() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
inputIdle() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
inputIdle() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
inputIdle() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
inputMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
inputReady(IOSession) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
inputReady(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
inputReady(IOSession, ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
inputReady(IOSession, ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
inputReady(IOSession, ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
inputReady(IOSession, ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
inputReady(IOSession, ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
inputReady(IOSession, ByteBuffer) - Method in interface org.apache.hc.core5.reactor.IOEventHandler
Triggered when the given session has input pending.
inputReady(IOSession, ByteBuffer) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
inputStream - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
inputStream - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
 
inputStream - Variable in class org.apache.hc.core5.http.impl.io.IdentityInputStream
 
InputStreamEntity - Class in org.apache.hc.core5.http.io.entity
A streamed, non-repeatable entity that obtains its content from an InputStream.
InputStreamEntity(InputStream, long, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
InputStreamEntity(InputStream, long, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
InputStreamEntity(InputStream, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
inputStreamRef - Variable in class org.apache.hc.core5.http.impl.io.SocketHolder
 
inputWindow - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.DefaultAddressResolver
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.DefaultContentLengthStrategy
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
The default instance of this catalog.
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http.io.entity.EmptyInputStream
 
INSTANCE - Static variable in class org.apache.hc.core5.http.io.entity.NullEntity
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.BasicLineFormatter
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.BasicLineParser
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.LazyLaxLineParser
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.LazyLineParser
 
INSTANCE - Static variable in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.RequestConnControl
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.RequestContent
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.RequestDate
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.RequestExpectContinue
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.RequestTargetHost
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.protocol.RequestUserAgent
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http.ssl.TlsVersionParser
 
INSTANCE - Static variable in class org.apache.hc.core5.http2.frame.DefaultFrameFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.http2.hpack.StaticTable
 
INSTANCE - Static variable in class org.apache.hc.core5.http2.impl.DefaultH2RequestConverter
 
INSTANCE - Static variable in class org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter
 
INSTANCE - Static variable in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
INSTANCE - Static variable in class org.apache.hc.core5.http2.protocol.H2RequestConnControl
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http2.protocol.H2RequestContent
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http2.protocol.H2RequestTargetHost
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http2.protocol.H2RequestValidateHost
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http2.protocol.H2ResponseConnControl
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.http2.protocol.H2ResponseContent
Singleton instance.
INSTANCE - Static variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.classic.LoggingConnPoolListener
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.classic.LoggingExceptionListener
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.classic.LoggingHttp1StreamListener
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.nio.LoggingExceptionCallback
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.nio.LoggingIOSessionDecorator
 
INSTANCE - Static variable in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
INSTANCE - Static variable in class org.apache.hc.core5.util.Tokenizer
 
INSTANCE_CLIENT - Static variable in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
INSTANCE_SERVER - Static variable in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
INT_UNDEFINED - Static variable in class org.apache.hc.core5.util.TimeValue
 
Internal - Annotation Type in org.apache.hc.core5.annotation
The package, class or method to which this annotation is applied is marked as internal and its use ought to be avoided.
INTERNAL_ERROR - org.apache.hc.core5.http2.H2Error
Implementation fault
INTERNAL_MAX_VALUE - Static variable in class org.apache.hc.core5.util.Deadline
A special internal value that marks a deadline as the longest possible.
INTERNAL_MIN_VALUE - Static variable in class org.apache.hc.core5.util.Deadline
A special internal value that marks a deadline as the shortest possible.
InternalAsyncClientEndpoint(PoolEntry<HttpHost, IOSession>) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
InternalChannel - Class in org.apache.hc.core5.reactor
 
InternalChannel() - Constructor for class org.apache.hc.core5.reactor.InternalChannel
 
InternalClientHttp1EventHandlerFactory - Class in org.apache.hc.core5.testing.nio
 
InternalClientHttp1EventHandlerFactory(HttpProcessor, Http1Config, CharCodingConfig, ConnectionReuseStrategy, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
InternalClientProtocolNegotiationStarter - Class in org.apache.hc.core5.testing.nio
 
InternalClientProtocolNegotiationStarter(HttpProcessor, HandlerFactory<AsyncPushConsumer>, HttpVersionPolicy, H2Config, Http1Config, CharCodingConfig, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
InternalConnectChannel - Class in org.apache.hc.core5.reactor
 
InternalConnectChannel(SelectionKey, SocketChannel, IOSessionRequest, InternalDataChannel, IOEventHandlerFactory, IOReactorConfig) - Constructor for class org.apache.hc.core5.reactor.InternalConnectChannel
 
internalDataChannel - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
internalDataChannel - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
InternalDataChannel - Class in org.apache.hc.core5.reactor
 
InternalDataChannel(IOSession, NamedEndpoint, Decorator<IOSession>, IOSessionListener, Queue<InternalDataChannel>) - Constructor for class org.apache.hc.core5.reactor.InternalDataChannel
 
InternalEntry(HPackHeader, int) - Constructor for class org.apache.hc.core5.http2.hpack.StaticTable.InternalEntry
 
internalEventHandler - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
InternalNode(HPackHeader) - Constructor for class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
internalOutputChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
internalReleaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
InternalServerHttp1EventHandlerFactory - Class in org.apache.hc.core5.testing.nio
 
InternalServerHttp1EventHandlerFactory(HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, Http1Config, CharCodingConfig, ConnectionReuseStrategy, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
InternalServerProtocolNegotiationStarter - Class in org.apache.hc.core5.testing.nio
 
InternalServerProtocolNegotiationStarter(HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, HttpVersionPolicy, H2Config, Http1Config, CharCodingConfig, SSLContext, SSLSessionInitializer, SSLSessionVerifier) - Constructor for class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
inTransportMetric - Variable in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
inTransportMetrics - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
IOCallback<T> - Interface in org.apache.hc.core5.io
Abstract I/O callback.
IOEventHandler - Interface in org.apache.hc.core5.reactor
IOEventHandler interface is used by I/O reactors to handle I/O events for individual I/O sessions.
IOEventHandlerFactory - Interface in org.apache.hc.core5.reactor
Factory interface to create IOEventHandler instances for the given connected endpoints.
ioReactor - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
ioReactor - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
ioReactor - Variable in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
ioReactor - Variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
ioReactor - Variable in class org.apache.hc.core5.reactor.IOReactorWorker
 
IOReactor - Interface in org.apache.hc.core5.reactor
HttpCore NIO is based on the Reactor pattern as described by Doug Lea.
ioReactorConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
ioReactorConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
ioReactorConfig - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
ioReactorConfig - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
ioReactorConfig - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
ioReactorConfig - Variable in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
IOReactorConfig - Class in org.apache.hc.core5.reactor
I/O reactor configuration parameters.
IOReactorConfig(TimeValue, int, Timeout, boolean, TimeValue, boolean, boolean, int, int, int, int, SocketAddress, String, String) - Constructor for class org.apache.hc.core5.reactor.IOReactorConfig
 
IOReactorConfig.Builder - Class in org.apache.hc.core5.reactor
 
IOReactorExecutor<T extends IOReactorService> - Class in org.apache.hc.core5.testing.nio
 
IOReactorExecutor(IOReactorConfig, ThreadFactory) - Constructor for class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
IOReactorExecutor.Status - Enum in org.apache.hc.core5.testing.nio
 
ioReactorRef - Variable in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
ioReactors - Variable in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
IOReactorService - Interface in org.apache.hc.core5.reactor
IOReactor running as a service.
IOReactorShutdownException - Exception in org.apache.hc.core5.reactor
Signals the I/O reactor has been shut down or is in the process of shutting down.
IOReactorShutdownException(String) - Constructor for exception org.apache.hc.core5.reactor.IOReactorShutdownException
 
IOReactorStatus - Enum in org.apache.hc.core5.reactor
IOReactorStatus represents an internal status of an I/O reactor.
IOReactorStatus() - Constructor for enum org.apache.hc.core5.reactor.IOReactorStatus
 
IOReactorWorker - Class in org.apache.hc.core5.reactor
 
IOReactorWorker(AbstractSingleCoreIOReactor) - Constructor for class org.apache.hc.core5.reactor.IOReactorWorker
 
ioSession - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
ioSession - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
ioSession - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
ioSession - Variable in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
ioSession - Variable in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
ioSession - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
ioSession - Variable in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
IOSession - Interface in org.apache.hc.core5.reactor
IOSession interface represents a sequence of logically related data exchanges between two end points.
IOSession.Status - Enum in org.apache.hc.core5.reactor
This enum represents a set of states I/O session transitions through during its life-span.
ioSessionDecorator - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
ioSessionDecorator - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
ioSessionDecorator - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
ioSessionDecorator - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
ioSessionDecorator - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
ioSessionDecorator - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
ioSessionDecorator - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
IOSessionImpl - Class in org.apache.hc.core5.reactor
 
IOSessionImpl(String, SelectionKey, SocketChannel) - Constructor for class org.apache.hc.core5.reactor.IOSessionImpl
 
IOSessionListener - Interface in org.apache.hc.core5.reactor
IOSession event listener.
IOSessionRequest - Class in org.apache.hc.core5.reactor
 
IOSessionRequest(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Constructor for class org.apache.hc.core5.reactor.IOSessionRequest
 
ioThreadCount - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
ioThreadCount - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
IOWorkers - Class in org.apache.hc.core5.reactor
 
IOWorkers() - Constructor for class org.apache.hc.core5.reactor.IOWorkers
 
IOWorkers.GenericSelector - Class in org.apache.hc.core5.reactor
 
IOWorkers.PowerOfTwoSelector - Class in org.apache.hc.core5.reactor
 
IOWorkers.Selector - Interface in org.apache.hc.core5.reactor
 
IP_127_0_0_1 - Static variable in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
IPV4 - Static variable in class org.apache.hc.core5.net.InetAddressUtils
Represents the ipv4
IPV4_BASIC_PATTERN_STRING - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
IPV4_MAPPED_IPV6_PATTERN - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
IPV4_PATTERN - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
IPV6 - Static variable in class org.apache.hc.core5.net.InetAddressUtils
Represents the ipv6.
IPV6_HEX_COMPRESSED_PATTERN - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
IPV6_HOST_TERMINATORS - Static variable in class org.apache.hc.core5.net.URISupport
 
IPV6_STD_PATTERN - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
isAbsolute() - Method in class org.apache.hc.core5.net.URIBuilder
Tests whether the URI is absolute.
isAbsoluteRequestUri() - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
isAcquired() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
isAcquired() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer
Tests to see if this buffer has been acquired.
isAcquired() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.StaticBuffer
 
isActive() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
isApplicable(SocketAddress) - Method in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
isApplicable(SocketAddress) - Method in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
isBefore(long) - Method in class org.apache.hc.core5.util.Deadline
Returns whether this deadline occurs before the given time in milliseconds.
isBlank(CharSequence) - Static method in class org.apache.hc.core5.util.TextUtils
Checks if a CharSequence is empty (""), null or whitespace only.
isCancelled() - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
isCancelled() - Method in interface org.apache.hc.core5.concurrent.CancellableDependency
Determines whether the process or operation has been cancelled.
isCancelled() - Method in class org.apache.hc.core5.concurrent.CompletedFuture
 
isCancelled() - Method in class org.apache.hc.core5.concurrent.ComplexCancellable
 
isCancelled() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution
 
isCancelled() - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
isCancelled() - Method in class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
isChunked() - Method in interface org.apache.hc.core5.http.EntityDetails
Returns chunked transfer hint for this entity.
isChunked() - Method in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
isChunked() - Method in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
isChunked() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
isChunked() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
isChunked() - Method in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
Tells that this entity does not have to be chunked.
isChunked() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
isChunked() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
isChunked() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
isClientError() - Method in class org.apache.hc.core5.http.message.StatusLine
Whether this status code is in the HTTP series StatusLine.StatusClass.CLIENT_ERROR.
isClosed() - Method in interface org.apache.hc.core5.reactor.ListenerEndpoint
Determines if this endpoint has been closed and is no longer listens for incoming connections.
isClosed() - Method in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
isComparable(ProtocolVersion) - Method in class org.apache.hc.core5.http.ProtocolVersion
Checks whether this protocol can be compared to another one.
isComparable(ProtocolVersion) - Method in enum org.apache.hc.core5.http.ssl.TLS
 
isCompleted() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
isCompleted() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
isCompleted() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
isCompleted() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
isCompleted() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
isCompleted() - Method in interface org.apache.hc.core5.http.nio.ContentDecoder
Returns true if the entity has been received in its entirety.
isCompleted() - Method in interface org.apache.hc.core5.http.nio.ContentEncoder
Returns true if the entity has been transferred in its entirety.
isCompressionEnabled() - Method in class org.apache.hc.core5.http2.config.H2Config
 
isConnected() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
isConnected() - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Determines if the connection to the remote endpoint is still open and valid.
isConsistent() - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
isConsistent() - Method in interface org.apache.hc.core5.http.io.HttpClientConnection
Checks whether this connection is in a consistent state.
isDataAvailable(Timeout) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
isDataAvailable(Timeout) - Method in interface org.apache.hc.core5.http.io.BHttpConnection
Checks if input data is available from the connection.
isDisabled() - Method in class org.apache.hc.core5.util.Timeout
Whether this timeout is disabled.
isDisableSSLVerification() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isDone() - Method in class org.apache.hc.core5.concurrent.BasicFuture
 
isDone() - Method in class org.apache.hc.core5.concurrent.CompletedFuture
 
isDone() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
isDone() - Method in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
isDone() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
isDone() - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
isEarlyResponseDetected(ClassicHttpRequest, HttpClientConnection, InputStream, long, long) - Method in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
isEarlyResponseDetected(ClassicHttpRequest, HttpClientConnection, InputStream, long, long) - Method in class org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy
 
isEarlyResponseDetected(ClassicHttpRequest, HttpClientConnection, InputStream, long, long) - Method in interface org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy
Called before each write to the to a socket OutputStream with the number of bytes that have already been sent, and the size of the write that will occur if this check does not encounter an out of order response.
isEmpty() - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
isEmpty() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns true if this buffer is empty, that is, its ByteArrayBuffer.length() is equal to 0.
isEmpty() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns true if this buffer is empty, that is, its CharArrayBuffer.length() is equal to 0.
isEmpty(CharSequence) - Static method in class org.apache.hc.core5.util.TextUtils
Returns true if the parameter is null or of zero length
isEmpty(Object) - Static method in class org.apache.hc.core5.util.Args
Checks if an Object is empty or null.
isEnabled() - Method in class org.apache.hc.core5.testing.classic.Wire
 
isEnabled() - Method in class org.apache.hc.core5.util.Timeout
Whether this timeout is enabled.
isEndStream() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
isError() - Method in class org.apache.hc.core5.http.message.StatusLine
Whether this status code is in the HTTP series StatusLine.StatusClass.CLIENT_ERROR or StatusLine.StatusClass.SERVER_ERROR.
isExpired() - Method in class org.apache.hc.core5.util.Deadline
Returns whether the deadline has expired.
isFlagSet(FrameFlag) - Method in class org.apache.hc.core5.http2.frame.Frame
 
isForceHttp2() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isFull() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns true if this buffer is full, that is, its ByteArrayBuffer.length() is equal to its ByteArrayBuffer.capacity().
isFull() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns true if this buffer is full, that is, its CharArrayBuffer.length() is equal to its CharArrayBuffer.capacity().
isH2Blacklisted(String) - Static method in class org.apache.hc.core5.http.ssl.TlsCiphers
 
isHeadInsteadOfGet() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isIdempotent() - Method in enum org.apache.hc.core5.http.Method
 
isIdempotent(String) - Static method in enum org.apache.hc.core5.http.Method
 
isInformational() - Method in class org.apache.hc.core5.http.message.StatusLine
Whether this status code is in the HTTP series StatusLine.StatusClass.INFORMATIONAL.
isIPv4Address(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4MappedIPv64Address(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
 
isIPv6Address(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6HexCompressedAddress(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6StdAddress(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isIPv6URLBracketedAddress(String) - Static method in class org.apache.hc.core5.net.InetAddressUtils
Checks whether the parameter is a valid URL formatted bracketed IPv6 address (including compressed).
isKeepAlive() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isLocalClosed() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
isLocalClosed() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
isLocalReset() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
isLocalReset() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
isMax() - Method in class org.apache.hc.core5.util.Deadline
Returns whether this deadline is the maximum deadline.
isMin() - Method in class org.apache.hc.core5.util.Deadline
Returns whether this deadline is the minimum deadline.
isNonNegative(TimeValue) - Static method in class org.apache.hc.core5.util.TimeValue
 
isNotExpired() - Method in class org.apache.hc.core5.util.Deadline
Returns whether this deadline has not expired.
isOpaque() - Method in class org.apache.hc.core5.net.URIBuilder
Tests whether the URI is opaque.
isOpen() - Method in interface org.apache.hc.core5.http.HttpConnection
Checks if this connection is open.
isOpen() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
isOpen() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
isOpen() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
isOpen() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
isOpen() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
isOpen() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
isOpen() - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
isOpen() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
isOpen() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
isOpen() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
isOpen() - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
isOpen() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
isOutputCompleted() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
isOutputReady() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
isOutputReady() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
isOutputReady() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
isOutputReady() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
isOutputReady() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
isOutputReady() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
isOutputReady() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
isOutputReady() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
isOutputReady() - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
isOutputReady() - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
isOutputReady() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
isOutputReady() - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
isPadded() - Method in class org.apache.hc.core5.http2.frame.RawFrame
 
isPathEmpty() - Method in class org.apache.hc.core5.net.URIBuilder
Tests whether the path is empty.
isPositive(TimeValue) - Static method in class org.apache.hc.core5.util.TimeValue
 
isPowerOfTwo(int) - Static method in class org.apache.hc.core5.reactor.IOWorkers
 
isPushEnabled() - Method in class org.apache.hc.core5.http2.config.H2Config
 
isQueryEmpty() - Method in class org.apache.hc.core5.net.URIBuilder
Tests whether the query is empty.
isReadAllowed() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
Checks whether the underlying stream can be read from.
isRedirection() - Method in class org.apache.hc.core5.http.message.StatusLine
Whether this status code is in the HTTP series StatusLine.StatusClass.REDIRECTION.
isRemoteClosed() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
isRemoteClosed() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
isRemoteInitiated() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
isRepeatable() - Method in interface org.apache.hc.core5.http.HttpEntity
Tells if the entity is capable of producing its data more than once.
isRepeatable() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
Tells that this entity is repeatable.
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.FileEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.PathEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
isRepeatable() - Method in class org.apache.hc.core5.http.io.entity.StringEntity
 
isRepeatable() - Method in interface org.apache.hc.core5.http.nio.AsyncEntityProducer
Determines whether the producer can consistently produce the same content after invocation of ResourceHolder.releaseResources().
isRepeatable() - Method in interface org.apache.hc.core5.http.nio.AsyncRequestProducer
Determines whether the producer can consistently produce the same content after invocation of ResourceHolder.releaseResources().
isRepeatable() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
isRepeatable() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
isRepeatable() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
isRequestSupported(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
See the documentation for the same method in ClientPOJOAdapter.
isResetDeadline() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
isResponseFinal() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
isResponseFinal() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
isSafe() - Method in enum org.apache.hc.core5.http.Method
 
isSafe(String) - Static method in enum org.apache.hc.core5.http.Method
 
isSame(String) - Method in enum org.apache.hc.core5.http.Method
 
isSame(ProtocolVersion) - Method in enum org.apache.hc.core5.http.ssl.TLS
 
isSameMimeType(ContentType) - Method in class org.apache.hc.core5.http.ContentType
 
isSameSide(int) - Method in interface org.apache.hc.core5.http2.frame.StreamIdGenerator
 
isSecure(String) - Static method in enum org.apache.hc.core5.http.ssl.TLS
Check if a given protocol is considered secure and is enabled by default.
isSecure(SocketAddress) - Method in class org.apache.hc.core5.http.nio.ssl.FixedPortStrategy
Deprecated.
 
isSecure(SocketAddress) - Method in interface org.apache.hc.core5.http.nio.ssl.SecurePortStrategy
Deprecated.
Determines if the given address should be secured or considered secure.
isSelfClosed() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
isSensitive() - Method in interface org.apache.hc.core5.http.Header
Returns true if the header should be considered sensitive.
isSensitive() - Method in class org.apache.hc.core5.http.message.BasicHeader
 
isSensitive() - Method in class org.apache.hc.core5.http.message.BufferedHeader
 
isSensitive() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
isSeparator(char) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
isServerError() - Method in class org.apache.hc.core5.http.message.StatusLine
Whether this status code is in the HTTP series StatusLine.StatusClass.SERVER_ERROR.
isShutdown() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
isShutdown() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
isShutDown - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
isShutDown - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
isShuttingDown() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
isSoKeepalive() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
isSoKeepAlive() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
isSoKeepAlive() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
isSoReuseAddress() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
isSoReuseAddress() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
isStale() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
isStale() - Method in interface org.apache.hc.core5.http.io.BHttpConnection
Checks whether this connection has gone down.
isStatusClosed() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
isStreaming() - Method in interface org.apache.hc.core5.http.HttpEntity
Tells whether this entity depends on an underlying stream.
isStreaming() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.FileEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.PathEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
isStreaming() - Method in class org.apache.hc.core5.http.io.entity.StringEntity
 
isSuccessful() - Method in class org.apache.hc.core5.http.message.StatusLine
Whether this status code is in the HTTP series StatusLine.StatusClass.SUCCESSFUL.
isTcpNoDelay() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
isTcpNoDelay() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
isTerminal() - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
isTerminated() - Method in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
isTerminated() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
isTrusted(X509Certificate[], String) - Method in interface org.apache.hc.core5.ssl.TrustStrategy
Determines whether the certificate chain can be trusted without consulting the trust manager configured in the actual SSL context.
isType(FrameType) - Method in class org.apache.hc.core5.http2.frame.Frame
 
isUnsafe(char) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
isUseAcceptGZip() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isUseChunking() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isUseExpectContinue() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
isWeak(String) - Static method in class org.apache.hc.core5.http.ssl.TlsCiphers
 
isWhitespace(char) - Static method in class org.apache.hc.core5.util.CharArrayBuffer
 
isWhitespace(char) - Static method in class org.apache.hc.core5.util.Tokenizer
 
items - Variable in class org.apache.hc.core5.http.config.RegistryBuilder
 
iterate(MessageHeaders, String) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 

K

KEEP_ALIVE - Static variable in class org.apache.hc.core5.http.HeaderElements
 
KEEP_ALIVE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
keepAlive - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
keepAlive - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
keepAlive - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
keepAlive - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
keepAlive() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
keepAlive(ClassicHttpRequest, ClassicHttpResponse, HttpClientConnection, HttpContext) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
Determines whether the connection can be kept alive and is safe to be re-used for subsequent message exchanges.
keepAlive(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.core5.http.ConnectionReuseStrategy
Decides whether a connection can be kept open after a request.
keepAlive(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
 
keepAlive(HttpClientConnection, ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
keepAliveCount - Variable in class org.apache.hc.core5.benchmark.Results
 
keepAliveCount - Variable in class org.apache.hc.core5.benchmark.Stats
 
key - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
key - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
key - Variable in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
keyManager - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
KeyManagerDelegate(X509ExtendedKeyManager, PrivateKeyStrategy) - Constructor for class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 
keyManagerFactoryAlgorithm - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
keyManagers - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
keyStoreType - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
ksProvider - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 

L

LangUtils - Class in org.apache.hc.core5.util
A set of utility methods to help produce consistent equals and hashCode methods.
LangUtils() - Constructor for class org.apache.hc.core5.util.LangUtils
Disabled default constructor.
LAST - org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
 
LAST - org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
 
LAST_MODIFIED - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
lastCheck - Variable in class org.apache.hc.core5.util.Deadline
 
lastEventTime - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
lastIndex - Variable in class org.apache.hc.core5.http.message.BasicListHeaderIterator
The position of the last returned header.
lastReadTime - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
lastStreamId - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
lastTimeoutCheckMillis - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
lastWriteTime - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
LAX - org.apache.hc.core5.pool.PoolConcurrencyPolicy
Higher concurrency but with lax connection max limit guarantees.
LaxConnPool<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
Connection pool with higher concurrency but with lax connection limit guarantees.
LaxConnPool(int) - Constructor for class org.apache.hc.core5.pool.LaxConnPool
 
LaxConnPool(int, TimeValue, PoolReusePolicy, ConnPoolListener<T>) - Constructor for class org.apache.hc.core5.pool.LaxConnPool
 
LaxConnPool(int, TimeValue, PoolReusePolicy, DisposalCallback<C>, ConnPoolListener<T>) - Constructor for class org.apache.hc.core5.pool.LaxConnPool
 
LaxConnPool.LeaseRequest<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
 
LaxConnPool.PerRoutePool<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
 
LaxConnPool.PerRoutePool.RequestServiceStrategy - Enum in org.apache.hc.core5.pool
 
LazyLaxLineParser - Class in org.apache.hc.core5.http.message
Extension of BasicLineParser that defers parsing of header values.
LazyLaxLineParser() - Constructor for class org.apache.hc.core5.http.message.LazyLaxLineParser
 
LazyLineParser - Class in org.apache.hc.core5.http.message
Extension of BasicLineParser that defers parsing of header values.
LazyLineParser() - Constructor for class org.apache.hc.core5.http.message.LazyLineParser
 
lcName - Variable in class org.apache.hc.core5.net.Host
 
lease(Object, Timeout, FutureCallback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
lease(T, Object) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
lease(T, Object) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
lease(T, Object, Timeout, FutureCallback<PoolEntry<T, C>>) - Method in interface org.apache.hc.core5.pool.ConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object, Timeout, FutureCallback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
lease(T, Object, Timeout, FutureCallback<PoolEntry<T, C>>) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
leased - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
leased - Variable in class org.apache.hc.core5.pool.PoolStats
 
leased - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
leased - Variable in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
LeaseRequest(Object, Timeout, BasicFuture<PoolEntry<T, C>>) - Constructor for class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
LeaseRequest(T, Object, Timeout, BasicFuture<PoolEntry<T, C>>) - Constructor for class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
Constructor
len - Variable in class org.apache.hc.core5.http.impl.BasicEntityDetails
 
len - Variable in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
len - Variable in class org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
 
len - Variable in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
len - Variable in class org.apache.hc.core5.http2.frame.RawFrame
 
len - Variable in class org.apache.hc.core5.util.ByteArrayBuffer
 
len - Variable in class org.apache.hc.core5.util.CharArrayBuffer
 
length - Variable in class org.apache.hc.core5.http.io.entity.BasicHttpEntity
 
length - Variable in class org.apache.hc.core5.http.io.entity.ByteBufferEntity
 
length - Variable in class org.apache.hc.core5.http.io.entity.InputStreamEntity
 
length - Variable in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
length - Variable in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
length - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
length - Variable in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
length - Variable in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
length - Variable in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils.StreamDescription
 
length() - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
length() - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
length() - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
length() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Returns the length of this buffer.
length() - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
length() - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
length() - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Returns length data stored in the buffer
length() - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Return length data stored in the buffer
length() - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Returns the length of this buffer.
length() - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Returns the length of this buffer.
length() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
length() - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
Return length data stored in the buffer
length() - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
Return length data stored in the buffer
length() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
length() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
length() - Method in class org.apache.hc.core5.http2.hpack.StaticTable
 
length() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Returns the length of the buffer (byte count).
length() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns the length of the buffer (char count).
length(CharSequence) - Static method in class org.apache.hc.core5.util.TextUtils
Gets a CharSequence length or 0 if the CharSequence is null.
LengthDelimitedDecoder - Class in org.apache.hc.core5.http.impl.nio
Content decoder that cuts off after a defined number of bytes.
LengthDelimitedDecoder(ReadableByteChannel, SessionInputBuffer, BasicHttpTransportMetrics, long) - Constructor for class org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
 
LengthDelimitedEncoder - Class in org.apache.hc.core5.http.impl.nio
Content encoder that cuts off after a defined number of bytes.
LengthDelimitedEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics, long) - Constructor for class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
LengthDelimitedEncoder(WritableByteChannel, SessionOutputBuffer, BasicHttpTransportMetrics, long, int) - Constructor for class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
LengthRequiredException - Exception in org.apache.hc.core5.http
Signals message rejection due to missing content length.
LengthRequiredException() - Constructor for exception org.apache.hc.core5.http.LengthRequiredException
Creates an exception without a default detail message.
LengthRequiredException(String) - Constructor for exception org.apache.hc.core5.http.LengthRequiredException
Creates an exception with the specified detail message.
lengths - Variable in class org.apache.hc.core5.http2.hpack.HuffmanEncoder
 
LENGTHS - Static variable in class org.apache.hc.core5.http2.hpack.Huffman
 
lessEquals(ProtocolVersion) - Method in class org.apache.hc.core5.http.ProtocolVersion
Tests if this protocol version is less or equal to the given one.
lessEquals(ProtocolVersion) - Method in enum org.apache.hc.core5.http.ssl.TLS
 
LF - Static variable in class org.apache.hc.core5.http.Chars
 
LF - Static variable in class org.apache.hc.core5.util.Tokenizer
 
LIFO - org.apache.hc.core5.pool.PoolReusePolicy
Re-use as few connections as possible making it possible for connections to become idle and expire.
lineBuf - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageWriter
 
lineBuf - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
lineBuf - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
 
lineBuf - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
lineBuffer - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
lineBuffer - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
lineBuffer - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
lineBuffer - Variable in class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
lineBuffersize - Variable in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
lineBufferSize - Variable in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
lineFormatter - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageWriter
 
lineFormatter - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
 
lineFormatter - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
 
lineFormatter - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
 
lineFormatter - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
 
lineFormatter - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
 
LineFormatter - Interface in org.apache.hc.core5.http.message
Interface for formatting elements of the HEAD section of an HTTP message.
lineFromLineBuffer(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
Reads a complete line of characters up to a line delimiter from this session buffer.
lineFromReadBuffer(CharArrayBuffer, int) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
lineParser - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
lineParser - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
 
lineParser - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
 
lineParser - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
lineParser - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
lineParser - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
LineParser - Interface in org.apache.hc.core5.http.message
Interface for parsing lines in the HEAD section of an HTTP message.
LINGER_TIME - Static variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
LINK - Static variable in class org.apache.hc.core5.http.HttpHeaders
The HTTP Link header field name.
list - Variable in class org.apache.hc.core5.http.protocol.ChainBuilder
 
listen(InetSocketAddress) - Method in class org.apache.hc.core5.testing.nio.AsyncServer
 
listen(SocketAddress) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
listen(SocketAddress) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
listen(SocketAddress) - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
listen(SocketAddress, Object, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
listen(SocketAddress, Object, FutureCallback<ListenerEndpoint>) - Method in interface org.apache.hc.core5.reactor.ConnectionAcceptor
Opens a new listener endpoint with the given socket address.
listen(SocketAddress, Object, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
listen(SocketAddress, Object, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
listen(SocketAddress, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
listen(SocketAddress, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
listen(SocketAddress, FutureCallback<ListenerEndpoint>) - Method in interface org.apache.hc.core5.reactor.ConnectionAcceptor
Opens a new listener endpoint with the given socket address.
listen(SocketAddress, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
listen(SocketAddress, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
listen(SocketAddress, URIScheme) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
 
listen(SocketAddress, URIScheme, Object, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
 
listen(SocketAddress, URIScheme, FutureCallback<ListenerEndpoint>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
 
listener - Variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
LISTENER_THREAD_FACTORY - Static variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
ListenerEndpoint - Interface in org.apache.hc.core5.reactor
ListenerEndpoint interface represents an endpoint used by an I/O reactor to listen for incoming connection from remote clients.
ListenerEndpointImpl - Class in org.apache.hc.core5.reactor
 
ListenerEndpointImpl(SelectionKey, Object, SocketAddress) - Constructor for class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
ListenerEndpointRequest - Class in org.apache.hc.core5.reactor
 
ListenerEndpointRequest(SocketAddress, Object, BasicFuture<ListenerEndpoint>) - Constructor for class org.apache.hc.core5.reactor.ListenerEndpointRequest
 
listenerExecutorService - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
listenerPort - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
loadKeyMaterial(File, char[], char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(File, char[], char[], PrivateKeyStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(URL, char[], char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(URL, char[], char[], PrivateKeyStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(Path, char[], char[], OpenOption...) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(Path, char[], char[], PrivateKeyStrategy, OpenOption...) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(KeyStore, char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyMaterial(KeyStore, char[], PrivateKeyStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyStore(URL, char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadKeyStore(Path, char[], OpenOption...) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(File) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(File, char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(File, char[], TrustStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(URL, char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(URL, char[], TrustStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(Path) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(Path, char[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(Path, char[], TrustStrategy, OpenOption...) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(KeyStore, TrustStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadTrustMaterial(TrustStrategy) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
loadVersionInfo(String[], ClassLoader) - Static method in class org.apache.hc.core5.util.VersionInfo
Loads version information for a list of packages.
loadVersionInfo(String, ClassLoader) - Static method in class org.apache.hc.core5.util.VersionInfo
Loads version information for a package.
localAddress - Variable in class org.apache.hc.core5.http.EndpointDetails
 
localAddress - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
localAddress - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
localConfig - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
locale - Variable in class org.apache.hc.core5.http.message.BasicHttpResponse
 
localEndStream - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
localhost() - Static method in class org.apache.hc.core5.net.URIBuilder
Creates a new builder for the host InetAddress.getLocalHost().
LOCALHOST - Static variable in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
localReset(int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
localReset(Exception, int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
localReset(Exception, H2Error) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
localReset(H2Error) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
localReset(H2StreamResetException) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
localSettingState - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
LOCATION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
lock - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
lock - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
lock - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
lock - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
LOCK_TOKEN - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
log - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
log - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
log - Variable in class org.apache.hc.core5.testing.classic.Wire
 
log - Variable in class org.apache.hc.core5.testing.nio.LogAppendable
 
log - Variable in class org.apache.hc.core5.testing.nio.LoggingExceptionCallback
 
log - Variable in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
LogAppendable - Class in org.apache.hc.core5.testing.nio
 
LogAppendable(Logger, String) - Constructor for class org.apache.hc.core5.testing.nio.LogAppendable
 
logData(ByteBuffer, String) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
logException(Exception) - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
logFlowControl(String, int, int, int) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
logFrameInfo(String, RawFrame) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
logFramePayload(String, RawFrame) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
LoggingBHttpClientConnection - Class in org.apache.hc.core5.testing.classic
 
LoggingBHttpClientConnection(Http1Config) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
LoggingBHttpClientConnection(Http1Config, CharsetDecoder, CharsetEncoder, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
LoggingBHttpClientConnectionFactory - Class in org.apache.hc.core5.testing.classic
 
LoggingBHttpClientConnectionFactory() - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
LoggingBHttpClientConnectionFactory(Http1Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
LoggingBHttpClientConnectionFactory(Http1Config, CharCodingConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
LoggingBHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
LoggingBHttpServerConnection - Class in org.apache.hc.core5.testing.classic
 
LoggingBHttpServerConnection(String, Http1Config) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
LoggingBHttpServerConnection(String, Http1Config, CharsetDecoder, CharsetEncoder, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<ClassicHttpRequest>, HttpMessageWriterFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
LoggingBHttpServerConnectionFactory - Class in org.apache.hc.core5.testing.classic
 
LoggingBHttpServerConnectionFactory() - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
LoggingBHttpServerConnectionFactory(String, Http1Config, CharCodingConfig) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
LoggingBHttpServerConnectionFactory(String, Http1Config, CharCodingConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<ClassicHttpRequest>, HttpMessageWriterFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
LoggingBHttpServerConnectionFactory(String, Http1Config, CharCodingConfig, HttpMessageParserFactory<ClassicHttpRequest>, HttpMessageWriterFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
LoggingConnPoolListener - Class in org.apache.hc.core5.testing.classic
 
LoggingConnPoolListener() - Constructor for class org.apache.hc.core5.testing.classic.LoggingConnPoolListener
 
LoggingExceptionCallback - Class in org.apache.hc.core5.testing.nio
 
LoggingExceptionCallback() - Constructor for class org.apache.hc.core5.testing.nio.LoggingExceptionCallback
 
LoggingExceptionListener - Class in org.apache.hc.core5.testing.classic
 
LoggingExceptionListener() - Constructor for class org.apache.hc.core5.testing.classic.LoggingExceptionListener
 
LoggingH2StreamListener - Class in org.apache.hc.core5.testing.nio
 
LoggingH2StreamListener() - Constructor for class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
LoggingHttp1StreamListener - Class in org.apache.hc.core5.testing.classic
 
LoggingHttp1StreamListener - Class in org.apache.hc.core5.testing.nio
 
LoggingHttp1StreamListener() - Constructor for class org.apache.hc.core5.testing.classic.LoggingHttp1StreamListener
 
LoggingHttp1StreamListener(LoggingHttp1StreamListener.Type) - Constructor for class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
LoggingHttp1StreamListener.Type - Enum in org.apache.hc.core5.testing.nio
 
LoggingInputStream - Class in org.apache.hc.core5.testing.classic
 
LoggingInputStream(InputStream, Wire) - Constructor for class org.apache.hc.core5.testing.classic.LoggingInputStream
 
LoggingIOSession - Class in org.apache.hc.core5.testing.nio
 
LoggingIOSession(IOSession, Logger, Logger) - Constructor for class org.apache.hc.core5.testing.nio.LoggingIOSession
 
LoggingIOSession(ProtocolIOSession, Logger) - Constructor for class org.apache.hc.core5.testing.nio.LoggingIOSession
 
LoggingIOSessionDecorator - Class in org.apache.hc.core5.testing.nio
 
LoggingIOSessionDecorator() - Constructor for class org.apache.hc.core5.testing.nio.LoggingIOSessionDecorator
 
LoggingIOSessionListener - Class in org.apache.hc.core5.testing.nio
 
LoggingIOSessionListener() - Constructor for class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
LoggingOutputStream - Class in org.apache.hc.core5.testing.classic
 
LoggingOutputStream(OutputStream, Wire) - Constructor for class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
LoggingSocketHolder - Class in org.apache.hc.core5.testing.classic
 
LoggingSocketHolder(Socket, Wire) - Constructor for class org.apache.hc.core5.testing.classic.LoggingSocketHolder
 
LoggingSupport - Class in org.apache.hc.core5.testing.classic
 
LoggingSupport() - Constructor for class org.apache.hc.core5.testing.classic.LoggingSupport
 
lookup(String) - Method in interface org.apache.hc.core5.http.config.Lookup
 
lookup(String) - Method in class org.apache.hc.core5.http.config.Registry
 
lookup(String) - Method in interface org.apache.hc.core5.http.protocol.LookupRegistry
Looks up an object matching the given request path.
lookup(String) - Method in class org.apache.hc.core5.http.protocol.UriPatternMatcher
Looks up an object matching the given request path.
lookup(String) - Method in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
Looks up an object matching the given request path.
lookup(String) - Method in class org.apache.hc.core5.http.protocol.UriRegexMatcher
Looks up an object matching the given request path.
Lookup<I> - Interface in org.apache.hc.core5.http.config
Generic lookup by low-case string ID.
LOOKUP_TABLE - Static variable in enum org.apache.hc.core5.http2.config.H2Param
 
LOOKUP_TABLE - Static variable in enum org.apache.hc.core5.http2.frame.FrameType
 
lookupRegistry - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
lookupRegistry - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
lookupRegistry - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
LookupRegistry<T> - Interface in org.apache.hc.core5.http.protocol
A lookup registry.
loopbackAddress() - Static method in class org.apache.hc.core5.net.URIBuilder
Creates a new builder for the host InetAddress.getLoopbackAddress().
lowerBound - Variable in class org.apache.hc.core5.util.Tokenizer.Cursor
 
lowMark - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 

M

main(String[]) - Static method in class org.apache.hc.core5.benchmark.HttpBenchmark
 
MAIN_HANDLER - org.apache.hc.core5.http.impl.bootstrap.StandardFilter
 
major - Variable in class org.apache.hc.core5.http.ProtocolVersion
Major version number of the protocol
MalformedChunkCodingException - Exception in org.apache.hc.core5.http
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for exception org.apache.hc.core5.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException without a detail message.
MalformedChunkCodingException(String) - Constructor for exception org.apache.hc.core5.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
MalformedChunkCodingException(String, Object...) - Constructor for exception org.apache.hc.core5.http.MalformedChunkCodingException
Constructs a new MalformedChunkCodingException with the specified detail message.
malformedInputAction - Variable in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
malformedInputAction - Variable in class org.apache.hc.core5.http.config.CharCodingConfig
 
ManagedConnPool<T,​C extends ModalCloseable> - Interface in org.apache.hc.core5.pool
ConnPool that also implements ConnPoolControl and AutoCloseable.
map - Variable in class org.apache.hc.core5.http.config.Registry
 
map - Variable in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
map - Variable in class org.apache.hc.core5.http.protocol.UriPatternMatcher
 
map - Variable in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
 
MAP_BY_CODE - Static variable in enum org.apache.hc.core5.http2.H2Error
 
mapByName - Variable in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
mapByName - Variable in class org.apache.hc.core5.http2.hpack.StaticTable
 
mapper - Variable in class org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
 
mapper - Variable in class org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory
 
mark(int) - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Noop.
mark(int) - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Noop.
mark(int) - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
markEndStream() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
markSupported() - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Returns true.
markSupported() - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Returns true.
markSupported() - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
master - Variable in class org.apache.hc.core5.http.config.NamedElementChain
 
master - Variable in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
matchUriRequestPattern(String, String) - Method in class org.apache.hc.core5.http.protocol.UriPatternMatcher
Tests if the given request path matches the given pattern.
matchUriRequestPattern(String, String) - Method in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
Tests if the given request path matches the given pattern.
max - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
max - Variable in class org.apache.hc.core5.pool.PoolStats
 
MAX_CHANNEL_REQUESTS - Static variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
MAX_COLON_COUNT - Static variable in class org.apache.hc.core5.net.InetAddressUtils
 
MAX_COMMAND_CONNECT_LENGTH - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
MAX_CONCURRENT_STREAMS - org.apache.hc.core5.http2.config.H2Param
 
MAX_DNS_NAME_LENGTH - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
MAX_FORWARDS - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
MAX_FRAME_SIZE - org.apache.hc.core5.http2.config.H2Param
 
MAX_FRAME_SIZE - Static variable in class org.apache.hc.core5.http2.frame.FrameConsts
 
MAX_HEADER_LIST_SIZE - org.apache.hc.core5.http2.config.H2Param
 
MAX_LIMIT_EXCEEDED - Static variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
MAX_PADDING - Static variable in class org.apache.hc.core5.http2.frame.FrameConsts
 
MAX_VALUE - Static variable in class org.apache.hc.core5.net.Ports
The maximum port value per https://tools.ietf.org/html/rfc6335.
MAX_VALUE - Static variable in class org.apache.hc.core5.util.Deadline
The maximum (longest-lived) deadline.
MAX_VALUE - Static variable in class org.apache.hc.core5.util.TimeValue
A constant holding the maximum value a TimeValue can have: Long.MAX_VALUE days.
maxChunksToCheck - Variable in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
maxConcurrentStreams - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
maxConcurrentStreams - Variable in class org.apache.hc.core5.http2.config.H2Config
 
maxEmptyLineCount - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
maxEmptyLineCount - Variable in class org.apache.hc.core5.http.config.Http1Config
 
maxFramePayloadSize - Variable in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
maxFramePayloadSize - Variable in class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
maxFramePayloadSize - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
maxFramePayloadSize - Variable in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
maxFrameSize - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
maxFrameSize - Variable in class org.apache.hc.core5.http2.config.H2Config
 
maxHeaderCount - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
maxHeaderCount - Variable in class org.apache.hc.core5.http.config.Http1Config
 
maxHeaderListSize - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
maxHeaderListSize - Variable in class org.apache.hc.core5.http2.config.H2Config
 
maximizeConnWindow(int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
maxLineLen - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
maxLineLen - Variable in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
maxLineLength - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
maxLineLength - Variable in class org.apache.hc.core5.http.config.Http1Config
 
maxListSize - Variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
maxPerRoute - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
maxSize - Variable in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
maxSize - Variable in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
maxTableSize - Variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
maxTableSize - Variable in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
maxTotal - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
maxTotal - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
maxTotal - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
maxTotal - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
md - Variable in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils.StreamDescription
 
message - Variable in class org.apache.hc.core5.http.impl.IncomingEntityDetails
 
message - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
message - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
message - Variable in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
Message<H extends MessageHeaders,​B> - Class in org.apache.hc.core5.http
Generic message consisting of a message head and a message body.
Message(H, B) - Constructor for class org.apache.hc.core5.http.Message
 
MESSAGE_HEAD - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
 
MessageConstraintException - Exception in org.apache.hc.core5.http
Signals a message constraint violation.
MessageConstraintException(String) - Constructor for exception org.apache.hc.core5.http.MessageConstraintException
Creates a MessageConstraintException with the specified detail message.
messageConstraints - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
MessageDelineation() - Constructor for enum org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
 
MessageHeaders - Interface in org.apache.hc.core5.http
Messages head consisting of multiple message headers.
MessageState - Enum in org.apache.hc.core5.http.impl.nio
 
MessageState() - Constructor for enum org.apache.hc.core5.http.impl.nio.MessageState
 
MessageSupport - Class in org.apache.hc.core5.http.message
Support methods for HTTP message processing.
MessageSupport() - Constructor for class org.apache.hc.core5.http.message.MessageSupport
 
method - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
method - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
method - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
method - Variable in class org.apache.hc.core5.http.message.RequestLine
 
method - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
Method - Enum in org.apache.hc.core5.http
Common HTTP methods defined by the HTTP spec.
Method(boolean, boolean) - Constructor for enum org.apache.hc.core5.http.Method
 
METHOD - Static variable in class org.apache.hc.core5.http2.H2PseudoRequestHeaders
 
METHOD - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
MethodNotSupportedException - Exception in org.apache.hc.core5.http
Signals that an HTTP method is not supported.
MethodNotSupportedException(String) - Constructor for exception org.apache.hc.core5.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message and cause.
metrics - Variable in class org.apache.hc.core5.http.impl.BasicEndpointDetails
 
metrics - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
metrics - Variable in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
metrics - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
metrics - Variable in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
metrics - Variable in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
metrics - Variable in class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
metrics - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
metrics - Variable in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
metrics() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
 
metrics() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
 
mimeType - Variable in class org.apache.hc.core5.http.ContentType
 
min(TimeUnit) - Method in class org.apache.hc.core5.util.TimeValue
 
min(Deadline) - Method in class org.apache.hc.core5.util.Deadline
Returns the smaller of this and another Deadline.
min(TimeValue) - Method in class org.apache.hc.core5.util.TimeValue
 
MIN_FRAME_SIZE - Static variable in class org.apache.hc.core5.http2.frame.FrameConsts
 
MIN_VALUE - Static variable in class org.apache.hc.core5.net.Ports
The minimum port value per https://tools.ietf.org/html/rfc6335.
MIN_VALUE - Static variable in class org.apache.hc.core5.util.Deadline
The minimum (shortest-lived) deadline.
min0(long) - Static method in exception org.apache.hc.core5.util.TimeoutValueException
Returns the given value if positive, otherwise returns 0.
minChunkLimit - Variable in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
minor - Variable in class org.apache.hc.core5.http.ProtocolVersion
Minor version number of the protocol
MisdirectedRequestException - Exception in org.apache.hc.core5.http
Signals a misdirected request (the server is not authoritative to handle the request).
MisdirectedRequestException() - Constructor for exception org.apache.hc.core5.http.MisdirectedRequestException
Creates an exception without a detail message.
MisdirectedRequestException(String) - Constructor for exception org.apache.hc.core5.http.MisdirectedRequestException
Creates an exception with the specified detail message.
ModalCloseable - Interface in org.apache.hc.core5.io
Process or endpoint that can be closed either immediately or gracefully.
mode - Variable in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
 
mode() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Returns the current mode:
Mode() - Constructor for enum org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
 
modifyRequest(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
Modify the request.
modifyRequest(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
See the documentation for the same method in ClientPOJOAdapter.
modifyResponseExpectations(Map<String, Object>, Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.ClientTestingAdapter
Generally a test's response expectations should not need to be modified, but if a particular HTTP client (such as Groovy's RESTClient which uses HttpClient) needs to modify the response expectations, it should do so here.
MonitoringResponseOutOfOrderStrategy - Class in org.apache.hc.core5.http.impl.io
A ResponseOutOfOrderStrategy implementation which checks for premature responses every MonitoringResponseOutOfOrderStrategy.chunkSize bytes.
MonitoringResponseOutOfOrderStrategy() - Constructor for class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
Instantiates a default MonitoringResponseOutOfOrderStrategy.
MonitoringResponseOutOfOrderStrategy(long) - Constructor for class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
MonitoringResponseOutOfOrderStrategy(long, long) - Constructor for class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
moveAnyParametersInPathToQuery(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.FrameworkTest
 
MultiCoreIOReactor - Class in org.apache.hc.core5.reactor
 
MultiCoreIOReactor(IOReactor[], Thread[]) - Constructor for class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
MULTIPART_FORM_DATA - Static variable in class org.apache.hc.core5.http.ContentType
 
MULTIPART_MIXED - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for multipart/mixed.
MULTIPART_RELATED - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for multipart/related.

N

name - Variable in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
name - Variable in class org.apache.hc.core5.http.impl.bootstrap.FilterEntry
 
name - Variable in class org.apache.hc.core5.http.message.BasicHeader
 
name - Variable in class org.apache.hc.core5.http.message.BasicHeaderElement
 
name - Variable in class org.apache.hc.core5.http.message.BasicNameValuePair
 
name - Variable in class org.apache.hc.core5.http.message.BufferedHeader
Header name.
name - Variable in class org.apache.hc.core5.http2.hpack.HPackHeader
 
name - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry
 
name - Variable in class org.apache.hc.core5.net.Host
 
NAME - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
NamedElementChain<E> - Class in org.apache.hc.core5.http.config
Chain of doubly linked elements.
NamedElementChain() - Constructor for class org.apache.hc.core5.http.config.NamedElementChain
 
NamedElementChain.Node - Class in org.apache.hc.core5.http.config
 
NamedEndpoint - Interface in org.apache.hc.core5.net
Endpoint identified by name (usually a fully qualified domain name) and port.
nameLen - Variable in class org.apache.hc.core5.http2.hpack.HPackHeader
 
namePrefix - Variable in class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
NameValuePair - Interface in org.apache.hc.core5.http
A name-value pair parameter used as an element of HTTP messages.
NEG_ONE_MILLISECOND - Static variable in class org.apache.hc.core5.util.TimeValue
A negative one millisecond TimeValue.
NEG_ONE_SECOND - Static variable in class org.apache.hc.core5.util.TimeValue
A negative one second TimeValue.
NEGOTIATE - org.apache.hc.core5.http2.HttpVersionPolicy
 
negotiatedProtocolRef - Variable in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
NEVER_INDEXED - org.apache.hc.core5.http2.hpack.HPackRepresentation
 
newHttpRequest(String, String) - Method in interface org.apache.hc.core5.http.HttpRequestFactory
Creates request message with the given request method and request URI.
newHttpRequest(String, String) - Method in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory
 
newHttpRequest(String, String) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory
 
newHttpRequest(String, URI) - Method in interface org.apache.hc.core5.http.HttpRequestFactory
Creates request message with the given request method and request URI.
newHttpRequest(String, URI) - Method in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory
 
newHttpRequest(String, URI) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory
 
newHttpResponse(int) - Method in interface org.apache.hc.core5.http.HttpResponseFactory
Creates a new response with the given code.
newHttpResponse(int) - Method in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
 
newHttpResponse(int) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
 
newHttpResponse(int, String) - Method in interface org.apache.hc.core5.http.HttpResponseFactory
Creates response message with the given code and reason phrase.
newHttpResponse(int, String) - Method in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
 
newHttpResponse(int, String) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
 
newMatcher(UriPatternType) - Static method in enum org.apache.hc.core5.http.protocol.UriPatternType
 
newMessageDigest() - Static method in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
 
newSelector(SingleCoreIOReactor[]) - Static method in class org.apache.hc.core5.reactor.IOWorkers
 
newThread(Runnable) - Method in class org.apache.hc.core5.concurrent.DefaultThreadFactory
 
next - Variable in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
next - Variable in class org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
 
next - Variable in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
 
next - Variable in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
next() - Method in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
next() - Method in class org.apache.hc.core5.http.message.BasicHeaderIterator
Obtains the next header from this iteration.
next() - Method in class org.apache.hc.core5.http.message.BasicListHeaderIterator
Obtains the next header from this iteration.
next() - Method in class org.apache.hc.core5.reactor.IOWorkers.GenericSelector
 
next() - Method in class org.apache.hc.core5.reactor.IOWorkers.PowerOfTwoSelector
 
next() - Method in interface org.apache.hc.core5.reactor.IOWorkers.Selector
 
nextChunk() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Read the next chunk.
nextChunk(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
nextWriteStartsNewChunk(long, long) - Method in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
nf2 - Static variable in class org.apache.hc.core5.benchmark.ResultFormatter
 
nf3 - Static variable in class org.apache.hc.core5.benchmark.ResultFormatter
 
nf6 - Static variable in class org.apache.hc.core5.benchmark.ResultFormatter
 
NHttpMessageParser<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.nio
Message parser intended to build HTTP message head from a session input buffer..
NHttpMessageParserFactory<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.nio
Factory for NHttpMessageParser instances.
NHttpMessageWriter<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.nio
Message writer intended to serialize HTTP message head to a session buffer.
NHttpMessageWriterFactory<T extends MessageHeaders> - Interface in org.apache.hc.core5.http.nio
Factory for NHttpMessageWriter instances.
NO_AUTHENTICATION_REQUIRED - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
NO_ERROR - org.apache.hc.core5.http2.H2Error
Graceful shutdown
NO_HTTP_CLIENT - Static variable in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
NO_OP - Static variable in interface org.apache.hc.core5.http.ExceptionListener
 
Node(String, E) - Constructor for class org.apache.hc.core5.http.config.NamedElementChain.Node
 
NoHttpResponseException - Exception in org.apache.hc.core5.http
Signals that the target server failed to respond with a valid HTTP response.
NoHttpResponseException(String) - Constructor for exception org.apache.hc.core5.http.NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message.
NoHttpResponseException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.NoHttpResponseException
Constructs a NoHttpResponseException with the specified detail message and cause.
NONE - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
 
NoopAsyncPushHandler - Class in org.apache.hc.core5.http2.impl.nio
 
NoopAsyncPushHandler() - Constructor for class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
NoopEntityConsumer - Class in org.apache.hc.core5.http.nio.entity
Deprecated.
NoopEntityConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
NoopH2StreamHandler - Class in org.apache.hc.core5.http2.impl.nio
 
NoopH2StreamHandler() - Constructor for class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
NoResponseOutOfOrderStrategy - Class in org.apache.hc.core5.http.impl.io
An implementation of ResponseOutOfOrderStrategy which does not check for early responses.
NoResponseOutOfOrderStrategy() - Constructor for class org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy
 
NORMAL - org.apache.hc.core5.reactor.Command.Priority
 
normalizedValueOf(String) - Static method in enum org.apache.hc.core5.http.Method
Returns the Method for a normalized value of a method name.
normalizeSyntax() - Method in class org.apache.hc.core5.net.URIBuilder
Normalizes syntax of URI components if the URI is considered non-opaque (the path component has a root): characters of scheme and host components are converted to lower case dot segments of the path component are removed if the path has a root percent encoding of all components is normalized
notBlank(CharSequence, String) - Static method in class org.apache.hc.core5.util.Asserts
 
notBlank(T, String) - Static method in class org.apache.hc.core5.util.Args
 
notEmpty(CharSequence, String) - Static method in class org.apache.hc.core5.util.Asserts
 
notEmpty(T, String) - Static method in class org.apache.hc.core5.util.Args
 
NotImplementedException - Exception in org.apache.hc.core5.http
Signals an unsupported / unimplemented feature of the HTTP protocol.
NotImplementedException() - Constructor for exception org.apache.hc.core5.http.NotImplementedException
Creates an exception without a detail message.
NotImplementedException(String) - Constructor for exception org.apache.hc.core5.http.NotImplementedException
Creates an exception with the specified detail message.
notNegative(int, String) - Static method in class org.apache.hc.core5.util.Args
 
notNegative(long, String) - Static method in class org.apache.hc.core5.util.Args
 
notNull(Object, String) - Static method in class org.apache.hc.core5.util.Asserts
 
notNull(T, String) - Static method in class org.apache.hc.core5.util.Args
Validate that the specified argument is not null; otherwise throwing an exception with the specified message.
NullEntity - Class in org.apache.hc.core5.http.io.entity
An empty entity with no content-type.
NullEntity() - Constructor for class org.apache.hc.core5.http.io.entity.NullEntity
 
NullPointerException(String) - Static method in class org.apache.hc.core5.util.Args
 

O

objectMap - Variable in class org.apache.hc.core5.http.protocol.UriRegexMatcher
 
Obsolete - Annotation Type in org.apache.hc.core5.annotation
The field or method to which this annotation is applied is marked as implementing requirements of the HTTP protocol or a related protocol that are now obsolete.
ODD - Static variable in interface org.apache.hc.core5.http2.frame.StreamIdGenerator
 
of(long, TimeUnit) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
of(long, TimeUnit) - Static method in class org.apache.hc.core5.util.TimeValue
Creates a TimeValue.
of(Duration) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout from a Duration.
of(Duration) - Static method in class org.apache.hc.core5.util.TimeValue
Creates a TimeValue from a Duration.
of(FrameFlag...) - Static method in enum org.apache.hc.core5.http2.frame.FrameFlag
 
ofDays(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofDays(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
off - Variable in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
off - Variable in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
ofHours(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofHours(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
ofMicroseconds(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofMicroseconds(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
ofMilliseconds(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofMilliseconds(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
ofMinutes(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofMinutes(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
ofNanoseconds(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofNanoseconds(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
ofSeconds(long) - Static method in class org.apache.hc.core5.util.Timeout
Creates a Timeout.
ofSeconds(long) - Static method in class org.apache.hc.core5.util.TimeValue
 
onComplete() - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
onConnect() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
onConnect() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
onDisconnect() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
onDisconnect() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
ONE_MILLISECOND - Static variable in class org.apache.hc.core5.util.Timeout
A one milliseconds Timeout.
onError(Exception) - Method in interface org.apache.hc.core5.http.ExceptionListener
 
onError(Exception) - Method in class org.apache.hc.core5.testing.classic.LoggingExceptionListener
 
onError(Throwable) - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
onError(HttpConnection, Exception) - Method in interface org.apache.hc.core5.http.ExceptionListener
 
onError(HttpConnection, Exception) - Method in class org.apache.hc.core5.testing.classic.LoggingExceptionListener
 
onException(Exception) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
onException(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
onException(Exception) - Method in class org.apache.hc.core5.reactor.InternalChannel
 
onException(Exception) - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
onException(Exception) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
onExchangeComplete(HttpConnection, boolean) - Method in interface org.apache.hc.core5.http.impl.Http1StreamListener
 
onExchangeComplete(HttpConnection, boolean) - Method in class org.apache.hc.core5.testing.classic.LoggingHttp1StreamListener
 
onExchangeComplete(HttpConnection, boolean) - Method in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
onFrameInput(HttpConnection, int, RawFrame) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamListener
 
onFrameInput(HttpConnection, int, RawFrame) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
onFrameOutput(HttpConnection, int, RawFrame) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamListener
 
onFrameOutput(HttpConnection, int, RawFrame) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
onHeaderInput(HttpConnection, int, List<? extends Header>) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamListener
 
onHeaderInput(HttpConnection, int, List<? extends Header>) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
onHeaderOutput(HttpConnection, int, List<? extends Header>) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamListener
 
onHeaderOutput(HttpConnection, int, List<? extends Header>) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
onInput(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
onInput(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
onInputFlowControl(HttpConnection, int, int, int) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamListener
 
onInputFlowControl(HttpConnection, int, int, int) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
onIOEvent(int) - Method in class org.apache.hc.core5.reactor.InternalChannel
 
onIOEvent(int) - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
onIOEvent(int) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
onLease(HttpHost, ConnPoolStats<HttpHost>) - Method in class org.apache.hc.core5.testing.classic.LoggingConnPoolListener
 
onLease(T, ConnPoolStats<T>) - Method in interface org.apache.hc.core5.pool.ConnPoolListener
 
onNext(ByteBuffer) - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
onOutput() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
onOutput() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
onOutputFlowControl(HttpConnection, int, int, int) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamListener
 
onOutputFlowControl(HttpConnection, int, int, int) - Method in class org.apache.hc.core5.testing.nio.LoggingH2StreamListener
 
onRelease(HttpHost, ConnPoolStats<HttpHost>) - Method in class org.apache.hc.core5.testing.classic.LoggingConnPoolListener
 
onRelease(T, ConnPoolStats<T>) - Method in interface org.apache.hc.core5.pool.ConnPoolListener
 
onRequestHead(HttpConnection, HttpRequest) - Method in interface org.apache.hc.core5.http.impl.Http1StreamListener
 
onRequestHead(HttpConnection, HttpRequest) - Method in class org.apache.hc.core5.testing.classic.LoggingHttp1StreamListener
 
onRequestHead(HttpConnection, HttpRequest) - Method in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
onRequestReceived(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
onRequestReceived(ClassicHttpRequest) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
onRequestSubmitted(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
onRequestSubmitted(ClassicHttpRequest) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
onResponseHead(HttpConnection, HttpResponse) - Method in interface org.apache.hc.core5.http.impl.Http1StreamListener
 
onResponseHead(HttpConnection, HttpResponse) - Method in class org.apache.hc.core5.testing.classic.LoggingHttp1StreamListener
 
onResponseHead(HttpConnection, HttpResponse) - Method in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
onResponseReceived(ClassicHttpResponse) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
onResponseReceived(ClassicHttpResponse) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
onResponseSubmitted(ClassicHttpResponse) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
onResponseSubmitted(ClassicHttpResponse) - Method in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
onSubscribe(Subscription) - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
onTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
onTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
onTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.InternalChannel
 
onTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
onTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
onTLSSessionEnd(SSLIOSession) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
onTLSSessionStart(SSLIOSession) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
openOptions - Variable in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
options() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
options() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
options() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
options(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
options(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
options(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
options(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
options(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
options(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
OPTIONS - org.apache.hc.core5.http.Method
 
org.apache.hc.core5.annotation - package org.apache.hc.core5.annotation
Provides annotations for public interface definitions
org.apache.hc.core5.benchmark - package org.apache.hc.core5.benchmark
Apache Bench (AB) clone based on HttpCore.
org.apache.hc.core5.concurrent - package org.apache.hc.core5.concurrent
Core concurrency component APIs.
org.apache.hc.core5.function - package org.apache.hc.core5.function
Commonly used functional interfaces.
org.apache.hc.core5.http - package org.apache.hc.core5.http
Core HTTP transport component APIs.
org.apache.hc.core5.http.config - package org.apache.hc.core5.http.config
Core configuration APIs.
org.apache.hc.core5.http.impl - package org.apache.hc.core5.http.impl
Default implementations of core HTTP APIs.
org.apache.hc.core5.http.impl.bootstrap - package org.apache.hc.core5.http.impl.bootstrap
HTTP/1.1 requester and server bootstrap.
org.apache.hc.core5.http.impl.io - package org.apache.hc.core5.http.impl.io
Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.
org.apache.hc.core5.http.impl.nio - package org.apache.hc.core5.http.impl.nio
Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.
org.apache.hc.core5.http.io - package org.apache.hc.core5.http.io
Core HTTP transport APIs based on the classic (blocking) I/O model.
org.apache.hc.core5.http.io.entity - package org.apache.hc.core5.http.io.entity
HTTP message entity APIs based on the classic (blocking) I/O model.
org.apache.hc.core5.http.io.ssl - package org.apache.hc.core5.http.io.ssl
 
org.apache.hc.core5.http.io.support - package org.apache.hc.core5.http.io.support
Support classes for the classic (blocking) I/O model.
org.apache.hc.core5.http.message - package org.apache.hc.core5.http.message
Core HTTP message components, message element parser and writer APIs and their default implementations.
org.apache.hc.core5.http.nio - package org.apache.hc.core5.http.nio
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
org.apache.hc.core5.http.nio.command - package org.apache.hc.core5.http.nio.command
Commands for HTTP transports based on asynchronous, event driven I/O model.
org.apache.hc.core5.http.nio.entity - package org.apache.hc.core5.http.nio.entity
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
org.apache.hc.core5.http.nio.ssl - package org.apache.hc.core5.http.nio.ssl
TLS protocol support.
org.apache.hc.core5.http.nio.support - package org.apache.hc.core5.http.nio.support
Support classes for the asynchronous I/O model.
org.apache.hc.core5.http.nio.support.classic - package org.apache.hc.core5.http.nio.support.classic
Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model.
org.apache.hc.core5.http.protocol - package org.apache.hc.core5.http.protocol
Core HTTP protocol interceptors.
org.apache.hc.core5.http.ssl - package org.apache.hc.core5.http.ssl
 
org.apache.hc.core5.http.support - package org.apache.hc.core5.http.support
 
org.apache.hc.core5.http2 - package org.apache.hc.core5.http2
Core HTTP/2 transport component APIs.
org.apache.hc.core5.http2.config - package org.apache.hc.core5.http2.config
Core HTTP/2 configuration APIs.
org.apache.hc.core5.http2.frame - package org.apache.hc.core5.http2.frame
Core HTTP/2 data frame APIs.
org.apache.hc.core5.http2.hpack - package org.apache.hc.core5.http2.hpack
HTTP/2 HPACK APIs.
org.apache.hc.core5.http2.impl - package org.apache.hc.core5.http2.impl
Default implementations of core HTTP/2 APIs.
org.apache.hc.core5.http2.impl.io - package org.apache.hc.core5.http2.impl.io
 
org.apache.hc.core5.http2.impl.nio - package org.apache.hc.core5.http2.impl.nio
Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.
org.apache.hc.core5.http2.impl.nio.bootstrap - package org.apache.hc.core5.http2.impl.nio.bootstrap
HTTP/2 capable requester and server bootstrap.
org.apache.hc.core5.http2.nio - package org.apache.hc.core5.http2.nio
HTTP/2 transport specific APIs based on the asynchronous, event driven I/O model.
org.apache.hc.core5.http2.nio.command - package org.apache.hc.core5.http2.nio.command
HTTP/2 specific commands for HTTP/2 transport based on asynchronous, event driven I/O model.
org.apache.hc.core5.http2.nio.pool - package org.apache.hc.core5.http2.nio.pool
HTTP/2 specific pool component APIs.
org.apache.hc.core5.http2.nio.support - package org.apache.hc.core5.http2.nio.support
Support classes for HTTP/2 asynchronous transport.
org.apache.hc.core5.http2.protocol - package org.apache.hc.core5.http2.protocol
HTTP/2 protocol interceptors.
org.apache.hc.core5.http2.ssl - package org.apache.hc.core5.http2.ssl
HTTP/2 specific TLS protocol support.
org.apache.hc.core5.io - package org.apache.hc.core5.io
Core I/O component APIs and utilities.
org.apache.hc.core5.net - package org.apache.hc.core5.net
Core network component APIs and utilities.
org.apache.hc.core5.pool - package org.apache.hc.core5.pool
Client side connection pool component APIs.
org.apache.hc.core5.reactive - package org.apache.hc.core5.reactive
 
org.apache.hc.core5.reactor - package org.apache.hc.core5.reactor
Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern.
org.apache.hc.core5.reactor.ssl - package org.apache.hc.core5.reactor.ssl
TLS/SSL support for I/O reactors.
org.apache.hc.core5.ssl - package org.apache.hc.core5.ssl
Utility classes for trust and key material management and TLS/SSL context initialization.
org.apache.hc.core5.testing - package org.apache.hc.core5.testing
 
org.apache.hc.core5.testing.classic - package org.apache.hc.core5.testing.classic
 
org.apache.hc.core5.testing.framework - package org.apache.hc.core5.testing.framework
 
org.apache.hc.core5.testing.nio - package org.apache.hc.core5.testing.nio
 
org.apache.hc.core5.testing.reactive - package org.apache.hc.core5.testing.reactive
 
org.apache.hc.core5.util - package org.apache.hc.core5.util
Core utility classes.
originServer - Variable in class org.apache.hc.core5.http.protocol.ResponseServer
 
OTHER - org.apache.hc.core5.http.message.StatusLine.StatusClass
Any other HTTP status codes (e.g.
out - Variable in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
outboundClosedCount - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
OutboundDynamicTable - Class in org.apache.hc.core5.http2.hpack
 
OutboundDynamicTable() - Constructor for class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
OutboundDynamicTable(StaticTable) - Constructor for class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
outbuf - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
outbuffer - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
outEncrypted - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
outgoing - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
outgoing - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
outgoingContentLengthStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
outgoingContentLengthStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
outgoingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
outgoingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
outgoingContentStrategy - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
outgoingMessage - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
outgoingMessageWriter - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
output(byte[]) - Method in class org.apache.hc.core5.testing.classic.Wire
 
output(byte[], int, int) - Method in class org.apache.hc.core5.testing.classic.Wire
 
output(int) - Method in class org.apache.hc.core5.testing.classic.Wire
 
output(ByteBuffer) - Method in class org.apache.hc.core5.testing.classic.Wire
 
OUTPUT - org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
 
OUTPUT_BUFFER_SIZE - Static variable in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
outputBuffer - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
outputBuffer - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
outputChannel - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
outputChannel - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
outputChannel - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
outputChannel - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
outputChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
outputChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
outputChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
outputEnd() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
outputEnd() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
outputEnd() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
outputIdle() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
outputIdle() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
outputIdle() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
outputMetrics - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
outputQueue - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
outputReady(IOSession) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
outputReady(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
outputReady(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
outputReady(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
outputReady(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
outputReady(IOSession) - Method in interface org.apache.hc.core5.reactor.IOEventHandler
Triggered when the given session is ready for output.
outputReady(IOSession) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
outputReady(IOSession) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
outputReady(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
outputRequests - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
outputRequests - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
outputStream - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
outputStream - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
 
outputStream - Variable in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
 
outputStream - Variable in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
outputStreamRef - Variable in class org.apache.hc.core5.http.impl.io.SocketHolder
 
outputTerminated - Variable in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
outputWindow - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
outTransportMetric - Variable in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
outTransportMetrics - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
overwrite - Variable in class org.apache.hc.core5.http.protocol.RequestContent
 
overwrite - Variable in class org.apache.hc.core5.http.protocol.ResponseContent
 
OVERWRITE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 

P

PADDED - org.apache.hc.core5.http2.frame.FrameFlag
 
param - Variable in class org.apache.hc.core5.http2.config.H2Setting
 
PARAM_DELIMITER - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
PARAM_VALUE_SEPARATOR - Static variable in class org.apache.hc.core5.net.URIBuilder
 
parameters - Variable in class org.apache.hc.core5.http.message.BasicHeaderElement
 
parameters - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
params - Variable in class org.apache.hc.core5.http.ContentType
 
parent - Variable in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
parentContext - Variable in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
parse(CharSequence) - Static method in class org.apache.hc.core5.http.ContentType
Parses textual representation of Content-Type value.
parse(CharSequence) - Static method in class org.apache.hc.core5.net.Host
 
parse(CharSequence) - Static method in class org.apache.hc.core5.net.URIAuthority
 
parse(CharSequence, boolean) - Static method in class org.apache.hc.core5.http.ContentType
 
parse(CharSequence, Charset) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a list of NameValuePairs URI query parameters.
parse(CharSequence, Charset) - Static method in class org.apache.hc.core5.net.WWWFormCodec
Returns a list of NameValuePair parameters parsed from the application/x-www-form-urlencoded content.
parse(CharSequence, Charset, char...) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a list of NameValuePairs parameters.
parse(CharSequence, Tokenizer.Cursor) - Static method in class org.apache.hc.core5.net.Host
 
parse(CharSequence, Tokenizer.Cursor) - Static method in class org.apache.hc.core5.net.URIAuthority
 
parse(CharSequence, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.core5.http.ssl.TlsVersionParser
 
parse(String) - Static method in enum org.apache.hc.core5.http.ssl.TLS
 
parse(String) - Method in class org.apache.hc.core5.http.ssl.TlsVersionParser
 
parse(String) - Static method in class org.apache.hc.core5.util.Deadline
Creates a deadline from a string in the format "yyyy-MM-dd\'T\'HH:mm:ss.SSSZ".
parse(String) - Static method in class org.apache.hc.core5.util.Timeout
Parses a Timeout in the format <Integer><SPACE><TimeUnit>, for example "1,200 MILLISECONDS"
parse(String) - Static method in class org.apache.hc.core5.util.TimeValue
Parses a TimeValue in the format <Long><SPACE><TimeUnit>, for example "1200 MILLISECONDS".
parse(URI, Charset) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a list of NameValuePairs URI query parameters.
parse(Header) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
parse(HttpEntity) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Returns a list of NameValuePairs as parsed from an HttpEntity.
parse(HttpEntity, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Returns a list of NameValuePairs as parsed from an HttpEntity.
parse(SessionInputBuffer, InputStream) - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
parse(SessionInputBuffer, InputStream) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
 
parse(SessionInputBuffer, InputStream) - Method in interface org.apache.hc.core5.http.io.HttpMessageParser
Generates an instance of MessageHeaders from the given input stream..
parse(SessionInputBuffer, boolean) - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
parse(SessionInputBuffer, boolean) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
 
parse(SessionInputBuffer, boolean) - Method in interface org.apache.hc.core5.http.nio.NHttpMessageParser
Attempts to parse a complete message head from the content of the internal buffer.
parseChallengeResponse(String, HttpContext) - Method in class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
Parses authorization header value into an authentication token sent by the client as a response to an authentication challenge.
parseChallengeResponse(String, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
Parses authorization header value into an authentication token sent by the client as a response to an authentication challenge.
parseCommandLine(CommandLine) - Static method in class org.apache.hc.core5.benchmark.CommandLineUtils
 
parseContent(CharSequence, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.core5.util.Tokenizer
Extracts from the sequence of chars a token terminated with any of the given delimiters or a whitespace characters.
parseElements(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
parseElements(CharSequence, ParserCursor) - Method in interface org.apache.hc.core5.http.message.HeaderValueParser
Parses a header value into elements.
ParseException - Exception in org.apache.hc.core5.http
Signals a protocol exception due to failure to parse a message element.
ParseException() - Constructor for exception org.apache.hc.core5.http.ParseException
Creates a ParseException without details.
ParseException(String) - Constructor for exception org.apache.hc.core5.http.ParseException
Creates a ParseException with a detail message.
ParseException(String, CharSequence, int, int) - Constructor for exception org.apache.hc.core5.http.ParseException
Creates a ParseException with parsing context details.
ParseException(String, CharSequence, int, int, int) - Constructor for exception org.apache.hc.core5.http.ParseException
Creates a ParseException with parsing context details.
parseHeader() - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
parseHeader() - Method in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
parseHeader(CharArrayBuffer) - Method in class org.apache.hc.core5.http.message.BasicLineParser
 
parseHeader(CharArrayBuffer) - Method in class org.apache.hc.core5.http.message.LazyLaxLineParser
 
parseHeader(CharArrayBuffer) - Method in class org.apache.hc.core5.http.message.LazyLineParser
 
parseHeader(CharArrayBuffer) - Method in interface org.apache.hc.core5.http.message.LineParser
Parses a header from the given buffer containing one line of text.
parseHeaderElement(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
parseHeaderElement(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicHeaderElementIterator
 
parseHeaderElement(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
parseHeaderElement(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicTokenIterator
 
parseHeaderElement(CharSequence, ParserCursor) - Method in interface org.apache.hc.core5.http.message.HeaderValueParser
Parses a single header element.
parseHeaders(SessionInputBuffer, InputStream, int, int, LineParser) - Static method in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
Parses HTTP headers from the data receiver stream according to the generic format as specified by the HTTP/1.1 protocol specification.
parseHeaders(SessionInputBuffer, InputStream, int, int, LineParser, List<CharArrayBuffer>) - Static method in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
Parses HTTP headers from the data receiver stream according to the generic format as specified by the HTTP/1.1 protocol specification.
parseHeadLine() - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
parseLenient(CharSequence) - Static method in class org.apache.hc.core5.http.ContentType
Parses textual representation of Content-Type value ignoring invalid charsets.
parseMessageHead(boolean) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
parseMessageHead(boolean) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
parseNameValuePair(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
parseNameValuePair(CharSequence, ParserCursor) - Method in interface org.apache.hc.core5.http.message.HeaderValueParser
Parses a name=value specification, where the = and value are optional.
parseNextElement() - Method in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
parseParameters(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
parseParameters(CharSequence, ParserCursor) - Method in interface org.apache.hc.core5.http.message.HeaderValueParser
Parses a list of name-value pairs.
parsePath(CharSequence, Charset) - Static method in class org.apache.hc.core5.net.URIBuilder
 
parsePathSegments(CharSequence) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a list of URI path segments.
parsePathSegments(CharSequence, Charset) - Static method in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
Returns a list of URI path segments.
parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class org.apache.hc.core5.http.message.BasicLineParser
 
parseQuery(CharSequence, Charset, boolean) - Static method in class org.apache.hc.core5.net.URIBuilder
 
parser - Variable in class org.apache.hc.core5.http.message.BasicHeaderElementIterator
 
ParserCursor - Class in org.apache.hc.core5.http.message
This class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operation
ParserCursor(int, int) - Constructor for class org.apache.hc.core5.http.message.ParserCursor
 
parseRequestLine(CharArrayBuffer) - Method in class org.apache.hc.core5.http.message.BasicLineParser
Parses a request line.
parseRequestLine(CharArrayBuffer) - Method in interface org.apache.hc.core5.http.message.LineParser
Parses a request line from the given buffer containing one line of text.
parseStatusLine(CharArrayBuffer) - Method in class org.apache.hc.core5.http.message.BasicLineParser
 
parseStatusLine(CharArrayBuffer) - Method in interface org.apache.hc.core5.http.message.LineParser
Parses a status line from the given buffer containing one line of text.
parseToken(CharSequence, ParserCursor, BitSet) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
parseToken(CharSequence, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.core5.util.Tokenizer
Extracts from the sequence of chars a token terminated with any of the given delimiters discarding semantically insignificant whitespace characters.
parseTokens(CharSequence, ParserCursor) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
parseTokens(Header) - Static method in class org.apache.hc.core5.http.message.MessageSupport
 
parseTrailerHeaders() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Reads and stores the Trailer headers.
parseValue(CharSequence, ParserCursor, BitSet) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
parseValue(CharSequence, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.core5.util.Tokenizer
Extracts from the sequence of chars a value which can be enclosed in quote marks and terminated with any of the given delimiters discarding semantically insignificant whitespace characters.
password - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Deprecated.
 
patch() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
patch() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
patch() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
patch(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
patch(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
patch(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
patch(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
patch(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
patch(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
PATCH - org.apache.hc.core5.http.Method
 
path - Variable in class org.apache.hc.core5.http.io.entity.PathEntity
 
path - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
path - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
PATH - Static variable in class org.apache.hc.core5.http2.H2PseudoRequestHeaders
 
PATH - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
PATH_SEPARATOR - Static variable in class org.apache.hc.core5.net.URIBuilder
 
PATH_SEPARATORS - Static variable in class org.apache.hc.core5.net.URIBuilder
 
PathEntity - Class in org.apache.hc.core5.http.io.entity
A self contained, repeatable entity that obtains its content from a path.
PathEntity(Path, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.PathEntity
 
PathEntity(Path, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.PathEntity
 
PathEntityProducer - Class in org.apache.hc.core5.http.nio.entity
AsyncEntityProducer implementation that generates a data stream from the content at a Path.
PathEntityProducer(Path, int, ContentType, boolean, OpenOption...) - Constructor for class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
PathEntityProducer(Path, OpenOption...) - Constructor for class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
PathEntityProducer(Path, ContentType, boolean, OpenOption...) - Constructor for class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
PathEntityProducer(Path, ContentType, OpenOption...) - Constructor for class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
pathRootless - Variable in class org.apache.hc.core5.net.URIBuilder
 
pathSegments - Variable in class org.apache.hc.core5.net.URIBuilder
 
PATTERN_RFC1123 - Static variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
Date format pattern used to generate the header in RFC 1123 format.
patternMap - Variable in class org.apache.hc.core5.http.protocol.UriRegexMatcher
 
pause() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
pause() - Method in interface org.apache.hc.core5.reactor.ConnectionAcceptor
Suspends the I/O reactor preventing it from accepting new connections on all active endpoints.
pause() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
pause() - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
paused - Variable in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
payload - Variable in class org.apache.hc.core5.http2.frame.RawFrame
 
PAYLOAD_EXPECTED - org.apache.hc.core5.http2.impl.nio.FrameInputBuffer.State
 
payloadFile - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
payloadFile - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
payloadLen - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
payloadText - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
payloadText - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
peekByte(ByteBuffer) - Static method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
pending - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
pending - Variable in class org.apache.hc.core5.pool.PoolStats
 
pendingRequests - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
PercentCodec - Class in org.apache.hc.core5.net
Percent-encoding mechanism defined in RFC 3986
PercentCodec() - Constructor for class org.apache.hc.core5.net.PercentCodec
 
PerRoutePool(T, int, TimeValue, PoolReusePolicy, ConnPoolStats<T>, DisposalCallback<C>, ConnPoolListener<T>) - Constructor for class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
PerRoutePool(T, DisposalCallback<C>) - Constructor for class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
PING - org.apache.hc.core5.http2.frame.FrameType
 
PING_MESSAGE - Static variable in class org.apache.hc.core5.http2.nio.support.BasicPingHandler
 
PingCommand - Class in org.apache.hc.core5.http2.nio.command
HTTP/2 ping command.
PingCommand(AsyncPingHandler) - Constructor for class org.apache.hc.core5.http2.nio.command.PingCommand
 
pingHandlers - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
pipeline - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
pipeline - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
policy - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
policy - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
policy - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
poll() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
poll() - Method in interface org.apache.hc.core5.reactor.IOSession
Removes first Command from the command queue if available.
poll() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
poll() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
poll() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
poolConcurrencyPolicy - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
poolConcurrencyPolicy - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
poolConcurrencyPolicy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
PoolConcurrencyPolicy - Enum in org.apache.hc.core5.pool
Enumeration of pool concurrency policies
PoolConcurrencyPolicy() - Constructor for enum org.apache.hc.core5.pool.PoolConcurrencyPolicy
 
PoolEntry<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
Pool entry containing a pool connection object along with its route.
PoolEntry() - Constructor for class org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
 
PoolEntry(T) - Constructor for class org.apache.hc.core5.pool.PoolEntry
 
PoolEntry(T, TimeValue) - Constructor for class org.apache.hc.core5.pool.PoolEntry
Creates new PoolEntry instance.
PoolEntry(T, TimeValue, Supplier<Long>) - Constructor for class org.apache.hc.core5.pool.PoolEntry
 
PoolEntry(T, TimeValue, DisposalCallback<C>) - Constructor for class org.apache.hc.core5.pool.PoolEntry
Creates new PoolEntry instance.
PoolEntry(T, TimeValue, DisposalCallback<C>, Supplier<Long>) - Constructor for class org.apache.hc.core5.pool.PoolEntry
 
PoolEntryHolder(PoolEntry<HttpHost, HttpClientConnection>) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.HttpRequester.PoolEntryHolder
 
poolEntryRef - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
poolEntryRef - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester.PoolEntryHolder
 
poolReusePolicy - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
poolReusePolicy - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
poolReusePolicy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
PoolReusePolicy - Enum in org.apache.hc.core5.pool
Enumeration of pooled connection re-use policies
PoolReusePolicy() - Constructor for enum org.apache.hc.core5.pool.PoolReusePolicy
 
PoolStats - Class in org.apache.hc.core5.pool
Pool statistics.
PoolStats(int, int, int, int) - Constructor for class org.apache.hc.core5.pool.PoolStats
 
port - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
port - Variable in class org.apache.hc.core5.net.Host
 
port - Variable in class org.apache.hc.core5.net.URIBuilder
 
port - Variable in class org.apache.hc.core5.reactor.EndpointParameters
 
port - Variable in class org.apache.hc.core5.testing.framework.TestingFramework
 
port - Variable in class org.apache.hc.core5.testing.SocksProxy
 
PORT_SEPARATORS - Static variable in class org.apache.hc.core5.net.URISupport
 
Ports - Class in org.apache.hc.core5.net
Port helper methods.
Ports() - Constructor for class org.apache.hc.core5.net.Ports
 
pos - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
The current position within the current chunk
pos - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
The current position
pos - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
pos - Variable in class org.apache.hc.core5.util.Tokenizer.Cursor
 
position - Variable in class org.apache.hc.core5.http.impl.bootstrap.FilterEntry
 
position - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry
 
Position() - Constructor for enum org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
 
Position() - Constructor for enum org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
 
positive(int, String) - Static method in class org.apache.hc.core5.util.Args
 
positive(long, String) - Static method in class org.apache.hc.core5.util.Args
 
positive(T, String) - Static method in class org.apache.hc.core5.util.Args
 
post() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
post() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
post() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
post(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
post(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
post(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
post(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
post(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
post(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
POST - org.apache.hc.core5.http.Method
 
postProcess(ClassicHttpResponse, HttpProcessor, HttpContext) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
Post-processes the given response using the given protocol processor and completes the process of request execution.
PowerOfTwoSelector(SingleCoreIOReactor[]) - Constructor for class org.apache.hc.core5.reactor.IOWorkers.PowerOfTwoSelector
 
PRAGMA - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
preface - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
PREFACE - Static variable in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
PREFACE - Static variable in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
PrefaceHandlerBase - Class in org.apache.hc.core5.http2.impl.nio
 
PrefaceHandlerBase(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Constructor for class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
prefix - Variable in class org.apache.hc.core5.testing.nio.LogAppendable
 
prepare(HttpRequest, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncServerRequestHandler
Triggered to signal new incoming request.
prepareConnectCommand() - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
prepareSocket(Socket) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
preProcess(ClassicHttpRequest, HttpProcessor, HttpContext) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
Pre-process the given request using the given protocol processor and initiates the process of request execution.
previous - Variable in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
previous - Variable in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
primary - Variable in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
print(PrintStream, Results) - Static method in class org.apache.hc.core5.benchmark.ResultFormatter
 
printData(ByteBuffer, Appendable) - Method in class org.apache.hc.core5.http2.frame.FramePrinter
 
printError(String) - Static method in class org.apache.hc.core5.benchmark.CommandLineUtils
 
printFrameInfo(RawFrame, Appendable) - Method in class org.apache.hc.core5.http2.frame.FramePrinter
 
printPayload(RawFrame, Appendable) - Method in class org.apache.hc.core5.http2.frame.FramePrinter
 
Priority() - Constructor for enum org.apache.hc.core5.reactor.Command.Priority
 
PRIORITY - org.apache.hc.core5.http2.frame.FrameFlag
 
PRIORITY - org.apache.hc.core5.http2.frame.FrameType
 
PrivateKeyDetails - Class in org.apache.hc.core5.ssl
Private key details.
PrivateKeyDetails(String, X509Certificate[]) - Constructor for class org.apache.hc.core5.ssl.PrivateKeyDetails
 
PrivateKeyStrategy - Interface in org.apache.hc.core5.ssl
A strategy allowing for a choice of an alias during SSL authentication.
proceed(ClassicHttpRequest, HttpFilterChain.ResponseTrigger, HttpContext) - Method in interface org.apache.hc.core5.http.io.HttpFilterChain
Proceeds to the next element in the request processing chain.
proceed(HttpRequest, EntityDetails, HttpContext, AsyncFilterChain.ResponseTrigger) - Method in interface org.apache.hc.core5.http.nio.AsyncFilterChain
Proceeds to the next element in the request processing chain.
process(HttpRequest, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.HttpRequestInterceptor
Processes a request.
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestConnControl
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestContent
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestDate
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestExpectContinue
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestTargetHost
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestUserAgent
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestValidateHost
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.protocol.H2RequestConnControl
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.protocol.H2RequestContent
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.protocol.H2RequestTargetHost
 
process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.protocol.H2RequestValidateHost
 
process(HttpResponse, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.HttpResponseInterceptor
Processes a response.
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.ResponseConnControl
 
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.ResponseContent
Processes the response (possibly updating or inserting) Content-Length and Transfer-Encoding headers.
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.ResponseDate
 
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.protocol.ResponseServer
 
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.protocol.H2ResponseConnControl
 
process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http2.protocol.H2ResponseContent
 
processClosedSessions() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
processCommands() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
processConnectionRequest(SocketChannel, IOSessionRequest) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
processedRemoteStreamId - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
processEvent(SelectionKey) - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
processEvents(int) - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
processEvents(Set<SelectionKey>) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
processFooters() - Method in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
processNextPendingRequest() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
processor - Variable in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
processor - Variable in class org.apache.hc.core5.http.impl.io.HttpService
 
processPendingChannels() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
processPendingCommands() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
processPendingConnectionRequests() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
processPendingRequest(StrictConnPool.LeaseRequest<T, C>) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
processPendingRequests() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
processRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext, Publisher<ByteBuffer>, Callback<Publisher<ByteBuffer>>) - Method in interface org.apache.hc.core5.reactive.ReactiveRequestProcessor
Processes the actual HTTP request.
processRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext, Publisher<ByteBuffer>, Callback<Publisher<ByteBuffer>>) - Method in class org.apache.hc.core5.testing.reactive.ReactiveEchoProcessor
 
processRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext, Publisher<ByteBuffer>, Callback<Publisher<ByteBuffer>>) - Method in class org.apache.hc.core5.testing.reactive.ReactiveRandomProcessor
 
processSessionRequests() - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
processThrowable(Throwable, FrameworkTest) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
produce(DataStreamChannel) - Method in interface org.apache.hc.core5.http.nio.AsyncDataProducer
Triggered to signal the ability of the underlying data channel to accept more data.
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
produce(DataStreamChannel) - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
produceData(ContentType, OutputStream) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
Writes out entity data into the given stream.
produceData(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
Triggered to signal the ability of the underlying byte channel to accept more data.
produceData(StreamChannel<CharBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
Triggered to signal the ability of the underlying char channel to accept more data.
produceData(StreamChannel<CharBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
produceInputCapacityUpdate() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
produceOutput() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
produceOutput() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
produceOutput() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
produceOutput() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
produceOutput() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
produceOutput() - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
produceOutput() - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
produceRequest(RequestChannel, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
Triggered to signal the ability of the underlying request channel to accept a request messages.
produceRequest(RequestChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
produceResponse(ResponseChannel, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncPushProducer
Triggered to signal the ability of the underlying response channel to accept response messages.
produceResponse(ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
produceStream(long) - Static method in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
Produces a deterministic stream of bytes, in randomly sized chunks of up to 128kB.
produceStream(long, int, AtomicReference<String>) - Static method in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
Produces a deterministic stream of bytes, in randomly sized chunks, while computing the hash of the random data.
produceStream(long, AtomicReference<String>) - Static method in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
Produces a deterministic stream of bytes, in randomly sized chunks of up to 128kB, while computing the hash of the random data.
propagateEndStream() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
PROPERTY_MODULE - Static variable in class org.apache.hc.core5.util.VersionInfo
 
PROPERTY_RELEASE - Static variable in class org.apache.hc.core5.util.VersionInfo
 
PROPERTY_TIMESTAMP - Static variable in class org.apache.hc.core5.util.VersionInfo
Deprecated.
This will be removed in 6.0.
protocol - Variable in class org.apache.hc.core5.http.message.BasicLineParser
A version of the protocol to parse.
protocol - Variable in class org.apache.hc.core5.http.ProtocolVersion
Name of the protocol.
protocol - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
PROTOCOL_ERROR - org.apache.hc.core5.http2.H2Error
Protocol error detected
PROTOCOL_VERSION - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
ProtocolException - Exception in org.apache.hc.core5.http
Signals that an HTTP protocol violation has occurred.
ProtocolException() - Constructor for exception org.apache.hc.core5.http.ProtocolException
Creates a new ProtocolException with a null detail message.
ProtocolException(String) - Constructor for exception org.apache.hc.core5.http.ProtocolException
Creates a new ProtocolException with the specified detail message.
ProtocolException(String, Object...) - Constructor for exception org.apache.hc.core5.http.ProtocolException
Constructs a new ProtocolException with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.ProtocolException
Creates a new ProtocolException with the specified detail message and cause.
protocolHandlerRef - Variable in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
ProtocolIOSession - Interface in org.apache.hc.core5.reactor
TLS capable, protocol upgradable IOSession.
ProtocolNegotiationException - Exception in org.apache.hc.core5.http2.impl.nio
Signals a protocol error in HTTP protocol negotiation.
ProtocolNegotiationException(String) - Constructor for exception org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException
Creates a MessageConstraintException with the specified detail message.
ProtocolUpgradeHandler - Interface in org.apache.hc.core5.reactor
Application protocol upgrade handler.
protocolUpgradeHandlerMap - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
protocolVersion - Variable in class org.apache.hc.core5.benchmark.Results
 
ProtocolVersion - Class in org.apache.hc.core5.http
Represents a protocol version.
ProtocolVersion(String, int, int) - Constructor for class org.apache.hc.core5.http.ProtocolVersion
Create a protocol version designator.
protoversion - Variable in class org.apache.hc.core5.http.message.RequestLine
 
protoVersion - Variable in class org.apache.hc.core5.http.message.StatusLine
The protocol version.
provider - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
PROXY_AUTHENTICATE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
PROXY_AUTHORIZATION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
PROXY_CONNECTION - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
publisher - Variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
purgePoolMap() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
push(List<Header>, AsyncPushProducer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
push(List<Header>, AsyncPushProducer) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamChannel
 
PUSH_PROMISE - org.apache.hc.core5.http2.frame.FrameType
 
pushConsumerList - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
pushConsumerList - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
pushEnabled - Variable in class org.apache.hc.core5.http2.config.H2Config.Builder
 
pushEnabled - Variable in class org.apache.hc.core5.http2.config.H2Config
 
pushHandlerFactory - Variable in class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
pushHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
pushHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
pushHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
pushHandlerFactory - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
pushProducer - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
pushPromise(HttpRequest, AsyncPushProducer) - Method in interface org.apache.hc.core5.http.nio.AsyncFilterChain.ResponseTrigger
Pushes a request message head as a promise to deliver a response message.
pushPromise(HttpRequest, AsyncPushProducer, HttpContext) - Method in interface org.apache.hc.core5.http.nio.ResponseChannel
Pushes a request message head through this channel as a promise to deliver a response message.
pushPromise(HttpRequest, HttpContext, AsyncPushProducer) - Method in interface org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger
Pushes a request message head as a promise to deliver a response message.
put() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
put() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
put() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
put(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
put(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
put(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
put(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
put(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
put(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
put(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
put(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
put(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
PUT - org.apache.hc.core5.http.Method
 
putPrivateKeyDetails(Map<String, PrivateKeyDetails>, String, String[]) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder.KeyManagerDelegate
 

Q

QP_SEP_A - Static variable in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
 
QP_SEP_A - Static variable in class org.apache.hc.core5.net.WWWFormCodec
 
QP_SEP_S - Static variable in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
 
query - Variable in class org.apache.hc.core5.net.URIBuilder
 
QUERY - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
QUERY_PARAM_SEPARATOR - Static variable in class org.apache.hc.core5.net.URIBuilder
 
QUERY_PARAM_SEPARATORS - Static variable in class org.apache.hc.core5.net.URIBuilder
 
QUERY_VALUE_SEPARATORS - Static variable in class org.apache.hc.core5.net.URIBuilder
 
queryParams - Variable in class org.apache.hc.core5.net.URIBuilder
 

R

RADIX - Static variable in class org.apache.hc.core5.net.PercentCodec
 
RANGE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
RANGE - Static variable in class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
The range from which to generate random data.
RawFrame - Class in org.apache.hc.core5.http2.frame
HTTP/2 stream frame.
RawFrame(int, int, int, ByteBuffer) - Constructor for class org.apache.hc.core5.http2.frame.RawFrame
 
rcvBufSize - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
rcvBufSize - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
rcvBufSize - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
rcvBufSize - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
Reactive3TestUtils - Class in org.apache.hc.core5.testing.reactive
 
Reactive3TestUtils() - Constructor for class org.apache.hc.core5.testing.reactive.Reactive3TestUtils
 
Reactive3TestUtils.StreamDescription - Class in org.apache.hc.core5.testing.reactive
 
reactiveDataConsumer - Variable in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
ReactiveDataConsumer - Class in org.apache.hc.core5.reactive
An asynchronous data consumer that supports Reactive Streams.
ReactiveDataConsumer() - Constructor for class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
reactiveDataProducer - Variable in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
ReactiveDataProducer - Class in org.apache.hc.core5.reactive
An asynchronous data producer that supports Reactive Streams.
ReactiveDataProducer(Publisher<ByteBuffer>) - Constructor for class org.apache.hc.core5.reactive.ReactiveDataProducer
 
ReactiveEchoProcessor - Class in org.apache.hc.core5.testing.reactive
 
ReactiveEchoProcessor() - Constructor for class org.apache.hc.core5.testing.reactive.ReactiveEchoProcessor
 
ReactiveEntityProducer - Class in org.apache.hc.core5.reactive
An AsyncEntityProducer that subscribes to a Publisher instance, as defined by the Reactive Streams specification.
ReactiveEntityProducer(Publisher<ByteBuffer>, long, ContentType, String) - Constructor for class org.apache.hc.core5.reactive.ReactiveEntityProducer
Creates a new ReactiveEntityProducer with the given parameters.
ReactiveRandomProcessor - Class in org.apache.hc.core5.testing.reactive
 
ReactiveRandomProcessor() - Constructor for class org.apache.hc.core5.testing.reactive.ReactiveRandomProcessor
 
ReactiveRequestProcessor - Interface in org.apache.hc.core5.reactive
 
ReactiveResponseConsumer - Class in org.apache.hc.core5.reactive
An AsyncResponseConsumer that publishes the response body through a Publisher, as defined by the Reactive Streams specification.
ReactiveResponseConsumer() - Constructor for class org.apache.hc.core5.reactive.ReactiveResponseConsumer
Creates a ReactiveResponseConsumer.
ReactiveResponseConsumer(FutureCallback<Message<HttpResponse, Publisher<ByteBuffer>>>) - Constructor for class org.apache.hc.core5.reactive.ReactiveResponseConsumer
Creates a ReactiveResponseConsumer that will call back the supplied FutureCallback with a streamable response.
ReactiveServerExchangeHandler - Class in org.apache.hc.core5.reactive
An implementation of AsyncServerExchangeHandler designed to work with reactive streams.
ReactiveServerExchangeHandler(ReactiveRequestProcessor) - Constructor for class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
Creates a ReactiveServerExchangeHandler.
reactor() - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
reactorConfig - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
reactorConfig - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
reactorConfig - Variable in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
reactorConfig - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
read() - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read() - Method in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
Read the next byte from the stream
read() - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Returns -1.
read() - Method in class org.apache.hc.core5.http.impl.io.IdentityInputStream
 
read() - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
read() - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Returns -1.
read() - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
read() - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Reads one byte from the buffer.
read() - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
Reads one byte from this buffer.
read() - Method in class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
read() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
read() - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
read(byte[]) - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - Method in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
Read more bytes from the stream.
read(byte[]) - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Returns -1.
read(byte[]) - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Returns -1.
read(byte[]) - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
read(byte[]) - Method in class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
read(byte[]) - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
read(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
Read some bytes from the stream.
read(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
Does standard InputStream.read(byte[], int, int) behavior, but also notifies the watcher when the contents have been consumed.
read(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Returns -1.
read(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.IdentityInputStream
 
read(byte[], int, int) - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Returns -1.
read(byte[], int, int) - Method in class org.apache.hc.core5.http.io.EofSensorInputStream
 
read(byte[], int, int) - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
Reads up to len bytes of data from this buffer into an array of bytes.
read(byte[], int, int) - Method in class org.apache.hc.core5.http.nio.support.classic.ContentInputStream
 
read(byte[], int, int) - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
read(byte[], int, int) - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
read(byte[], int, int, InputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
read(byte[], int, int, InputStream) - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Reads up to len bytes of data from the session buffer into an array of bytes.
read(byte[], InputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
read(byte[], InputStream) - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Reads some number of bytes from the session buffer and stores them into the buffer array b.
read(InputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
read(InputStream) - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Reads the next byte of data from this session buffer.
read(InputStream) - Method in class org.apache.hc.core5.http2.impl.io.FrameInputBuffer
 
read(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
read(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.IdentityDecoder
 
read(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
 
read(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
read(ByteBuffer) - Method in interface org.apache.hc.core5.http.nio.ContentDecoder
Reads a portion of content from the underlying channel
read(ByteBuffer) - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Reads a sequence of bytes from this buffer into the destination buffer.
read(ByteBuffer) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
read(ByteBuffer) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
read(ByteBuffer) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
read(ByteBuffer) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
read(ByteBuffer, int) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
read(ByteBuffer, int) - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Reads a sequence of bytes from this buffer into the destination buffer, up to the given maximum limit.
read(ByteBuffer, ReadableByteChannel) - Method in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
Attempts to read a complete frame from the given source buffer and the underlying data channel.
read(ReadableByteChannel) - Method in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
Attempts to read a complete frame from the underlying data channel.
read(WritableByteChannel) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
read(WritableByteChannel) - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Reads a sequence of bytes from this buffer into the destination channel.
read(WritableByteChannel, int) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
read(WritableByteChannel, int) - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Reads a sequence of bytes from this buffer into the destination channel, up to the given maximum limit.
READ - Static variable in class org.apache.hc.core5.reactor.EventMask
Interest in data input.
READ_CONTENT - org.apache.hc.core5.http.impl.nio.ChunkDecoder.State
 
READ_FOOTERS - org.apache.hc.core5.http.impl.nio.ChunkDecoder.State
 
READ_HEAD_LINE - org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
 
READ_HEADERS - org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
 
READ_WRITE - Static variable in class org.apache.hc.core5.reactor.EventMask
Interest in data input/output.
readByte(ByteBuffer) - Static method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
readChunkHead() - Method in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
readFrom(ReadableByteChannel) - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
readFromChannel(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
Reads from the channel to the destination.
readFromChannel(ByteBuffer, int) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
Reads from the channel to the destination.
readLine(CharArrayBuffer, boolean) - Method in class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
readLine(CharArrayBuffer, boolean) - Method in interface org.apache.hc.core5.http.nio.SessionInputBuffer
Attempts to transfer a complete line of characters up to a line delimiter from this buffer to the destination buffer.
readLine(CharArrayBuffer, InputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine(CharArrayBuffer, InputStream) - Method in interface org.apache.hc.core5.http.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
READY - org.apache.hc.core5.http.impl.bootstrap.HttpServer.Status
 
READY - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
 
READY - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
 
READY - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
 
READY - org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
 
READY - org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
 
REASON_PHRASES - Static variable in class org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
Reason phrases lookup table.
reasonCatalog - Variable in class org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
 
reasonCatalog - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
 
reasonCatalog - Variable in class org.apache.hc.core5.http.message.BasicHttpResponse
 
reasonPhrase - Variable in class org.apache.hc.core5.http.message.BasicHttpResponse
 
reasonPhrase - Variable in class org.apache.hc.core5.http.message.StatusLine
The reason phrase.
ReasonPhraseCatalog - Interface in org.apache.hc.core5.http
Interface for obtaining reason phrases for HTTP status codes.
RECEIVE_ADDRESS - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
RECEIVE_ADDRESS_TYPE - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
RECEIVE_AUTH - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
RECEIVE_AUTH_METHOD - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
RECEIVE_RESPONSE_CODE - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
receivedRequest - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
receivedRequest - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
receiveEncryptedData() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
receiveRequestEntity(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
receiveRequestEntity(ClassicHttpRequest) - Method in interface org.apache.hc.core5.http.io.HttpServerConnection
Receives the next request entity available from this connection and attaches it to an existing request.
receiveRequestHeader() - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
receiveRequestHeader() - Method in interface org.apache.hc.core5.http.io.HttpServerConnection
Receives the request line and all headers available from this connection.
receiveResponseEntity(ClassicHttpResponse) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
receiveResponseEntity(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpClientConnection
Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.
receiveResponseHeader() - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
receiveResponseHeader() - Method in interface org.apache.hc.core5.http.io.HttpClientConnection
Receives the request line and headers of the next response available from this connection.
REDIRECTION - org.apache.hc.core5.http.message.StatusLine.StatusClass
Redirection 3xx HTTP status codes.
REFERER - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
ReflectionUtils - Class in org.apache.hc.core5.util
 
ReflectionUtils() - Constructor for class org.apache.hc.core5.util.ReflectionUtils
 
REFUSED_STREAM - org.apache.hc.core5.http2.H2Error
Stream not processed
REGEX - org.apache.hc.core5.http.protocol.UriPatternType
 
register(String, I) - Method in class org.apache.hc.core5.http.config.RegistryBuilder
 
register(String, String, T) - Method in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
register(String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Registers the given AsyncPushConsumer Supplier as a default handler for URIs matching the given pattern.
register(String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Registers the given AsyncPushConsumer Supplier as a default handler for URIs matching the given pattern.
register(String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
register(String, Supplier<AsyncServerExchangeHandler>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Registers the given AsyncServerExchangeHandler Supplier as a default handler for URIs matching the given pattern.
register(String, Supplier<AsyncServerExchangeHandler>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Registers the given AsyncServerExchangeHandler Supplier as a default handler for URIs matching the given pattern.
register(String, Supplier<AsyncServerExchangeHandler>) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
register(String, Supplier<AsyncServerExchangeHandler>) - Method in class org.apache.hc.core5.testing.nio.Http1TestServer
 
register(String, HttpRequestHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Registers the given HttpRequestHandler as a default handler for URIs matching the given pattern.
register(String, AsyncServerRequestHandler<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Registers the given AsyncServerRequestHandler as a default handler for URIs matching the given pattern.
register(String, AsyncServerRequestHandler<T>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Registers the given AsyncServerRequestHandler as a default handler for URIs matching the given pattern.
register(String, AsyncServerRequestHandler<T>) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
register(String, AsyncServerRequestHandler<T>) - Method in class org.apache.hc.core5.testing.nio.Http1TestServer
 
register(String, T) - Method in interface org.apache.hc.core5.http.protocol.LookupRegistry
Registers the given object for URIs matching the given pattern.
register(String, T) - Method in class org.apache.hc.core5.http.protocol.UriPatternMatcher
Registers the given object for URIs matching the given pattern.
register(String, T) - Method in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
Registers the given object for URIs matching the given pattern.
register(String, T) - Method in class org.apache.hc.core5.http.protocol.UriRegexMatcher
Registers the given object for URIs matching the given regex.
registerHandler(String, HttpRequestHandler) - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
registerHandlerVirtual(String, String, HttpRequestHandler) - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
registerProtocol(String, ProtocolUpgradeHandler) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
registerProtocol(String, ProtocolUpgradeHandler) - Method in interface org.apache.hc.core5.reactor.ProtocolIOSession
Registers protocol upgrade handler with the given application protocol ID.
registerVirtual(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Registers the given AsyncPushConsumer Supplier as a handler for URIs matching the given host and the pattern.
registerVirtual(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Registers the given AsyncPushConsumer Supplier as a handler for URIs matching the given host and the pattern.
registerVirtual(String, String, Supplier<AsyncServerExchangeHandler>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Registers the given AsyncServerExchangeHandler Supplier as a handler for URIs matching the given host and the pattern.
registerVirtual(String, String, Supplier<AsyncServerExchangeHandler>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Registers the given AsyncServerExchangeHandler Supplier as a handler for URIs matching the given host and the pattern.
registerVirtual(String, String, HttpRequestHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Registers the given HttpRequestHandler as a handler for URIs matching the given host and the pattern.
registerVirtual(String, String, AsyncServerRequestHandler<T>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Registers the given AsyncServerRequestHandler as a handler for URIs matching the given host and the pattern.
registerVirtual(String, String, AsyncServerRequestHandler<T>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Registers the given AsyncServerRequestHandler as a handler for URIs matching the given host and the pattern.
registry - Variable in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
registry - Variable in class org.apache.hc.core5.testing.nio.H2TestClient
 
registry - Variable in class org.apache.hc.core5.testing.nio.H2TestServer
 
registry - Variable in class org.apache.hc.core5.testing.nio.Http1TestServer
 
Registry<I> - Class in org.apache.hc.core5.http.config
Generic registry of items keyed by low-case string ID.
Registry(Map<String, I>) - Constructor for class org.apache.hc.core5.http.config.Registry
 
RegistryBuilder<I> - Class in org.apache.hc.core5.http.config
Builder for Registry instances.
RegistryBuilder() - Constructor for class org.apache.hc.core5.http.config.RegistryBuilder
 
registrySupplier - Variable in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
release() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
release() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer
Releases the resources for this buffer.
release() - Method in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.StaticBuffer
 
release(PoolEntry<T, C>, boolean) - Method in interface org.apache.hc.core5.pool.ConnPool
Releases the pool entry back to the pool.
release(PoolEntry<T, C>, boolean) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
release(PoolEntry<T, C>, boolean) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
release(PoolEntry<T, C>, boolean) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
releaseAndDiscard() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
releaseAndDiscard() - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Shuts down the underlying connection and removes it from the connection pool.
releaseAndReuse() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
releaseAndReuse() - Method in class org.apache.hc.core5.http.nio.AsyncClientEndpoint
Releases the underlying connection back to the connection pool as re-usable.
releaseConnection() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester.PoolEntryHolder
 
releaseResources() - Method in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
releaseResources() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.FileEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.PathEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
releaseResources() - Method in interface org.apache.hc.core5.http.nio.ResourceHolder
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
releaseResources() - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
releaseResources() - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
releaseResources() - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
releaseResources() - Method in class org.apache.hc.core5.reactive.ReactiveEntityProducer
 
releaseResources() - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
releaseResources() - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
releaseSeqNum - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
remaining - Variable in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
remaining() - Method in class org.apache.hc.core5.util.Deadline
Returns the difference in milliseconds between the deadline and now.
remainingTimeValue() - Method in class org.apache.hc.core5.util.Deadline
Returns the difference as a TimeValue between the deadline and now.
remote - Variable in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
remoteAddress - Variable in class org.apache.hc.core5.http.EndpointDetails
 
remoteAddress - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
remoteConfig - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
remoteEndpoint - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
remoteEndStream - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
remoteInitiated - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
remoteSettingState - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
remove() - Method in class org.apache.hc.core5.http.message.AbstractHeaderElementIterator
 
remove() - Method in class org.apache.hc.core5.http.message.BasicHeaderIterator
Removing headers is not supported.
remove() - Method in class org.apache.hc.core5.http.message.BasicListHeaderIterator
Removes the header that was returned last.
remove(String) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
remove(PoolEntry<T, C>) - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
removeAttribute(String) - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
removeAttribute(String) - Method in interface org.apache.hc.core5.http.protocol.HttpContext
Removes attribute with the given name from the context.
removeAttribute(String) - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
removeCapacity(int) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
Internal method for removing capacity.
removeHeader(Header) - Method in interface org.apache.hc.core5.http.HttpMessage
Removes a header from this message.
removeHeader(Header) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Removes the first given header.
removeHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
removeHeader(Header) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
removeHeaders(String) - Method in interface org.apache.hc.core5.http.HttpMessage
Removes all headers with a certain name from this message.
removeHeaders(String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Removes all headers with a given name in this group.
removeHeaders(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
removeHeaders(String) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
removeHeaders(Header) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Removes all headers that match the given header.
removeLast() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
removeLast() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
removeLeased(PoolEntry<T, C>) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
removeParameter(String) - Method in class org.apache.hc.core5.net.URIBuilder
Removes parameter of URI query if set.
removeQuery() - Method in class org.apache.hc.core5.net.URIBuilder
Removes URI query.
replace(String, E) - Method in class org.apache.hc.core5.http.config.NamedElementChain
 
REPLACE - org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
 
REPLACE - org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
 
replaceFilter(String, HttpFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Replace an existing filter with the given name with new filter.
replaceFilter(String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Replace an existing filter with the given name with new filter.
replaceFilter(String, AsyncFilterHandler) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Replace an existing filter with the given name with new filter.
request - Variable in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
request - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
request - Variable in class org.apache.hc.core5.testing.framework.FrameworkTest
 
REQUEST - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
requestChainBuilder - Variable in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
requestChannel - Variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
RequestChannel - Interface in org.apache.hc.core5.http.nio
Abstract request channel.
requestCommitted - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
requestCommitted - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
RequestConnControl - Class in org.apache.hc.core5.http.protocol
RequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestConnControl() - Constructor for class org.apache.hc.core5.http.protocol.RequestConnControl
 
requestConsumer - Variable in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
requestConsumerRef - Variable in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
RequestContent - Class in org.apache.hc.core5.http.protocol
RequestContent is the most important interceptor for outgoing requests.
RequestContent() - Constructor for class org.apache.hc.core5.http.protocol.RequestContent
Default constructor.
RequestContent(boolean) - Constructor for class org.apache.hc.core5.http.protocol.RequestContent
Constructor that can be used to fine-tune behavior of this interceptor.
requestCount - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
requestCount - Variable in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
RequestDate - Class in org.apache.hc.core5.http.protocol
RequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client side protocol processors.
RequestDate() - Constructor for class org.apache.hc.core5.http.protocol.RequestDate
 
requestDirection - Variable in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
requester - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
RequesterBootstrap - Class in org.apache.hc.core5.http.impl.bootstrap
HttpRequester bootstrap.
RequesterBootstrap() - Constructor for class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
requesterRef - Variable in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
RequestExecutionCommand - Class in org.apache.hc.core5.http.nio.command
Request execution command.
RequestExecutionCommand(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, CancellableDependency, HttpContext) - Constructor for class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
RequestExecutionCommand(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Constructor for class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
RequestExecutionCommand(AsyncClientExchangeHandler, HttpContext) - Constructor for class org.apache.hc.core5.http.nio.command.RequestExecutionCommand
 
requestExecutor - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
requestExpectations - Variable in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
 
RequestExpectContinue - Class in org.apache.hc.core5.http.protocol
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
RequestExpectContinue() - Constructor for class org.apache.hc.core5.http.protocol.RequestExpectContinue
 
requestFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
 
requestFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
 
requestFactory - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
 
requestFactory - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
 
requestHandler - Variable in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
requestHandler - Variable in class org.apache.hc.core5.http.impl.io.HttpService
 
requestHandler - Variable in class org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator
 
requestHandler - Variable in class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler
 
requestHandler - Variable in class org.apache.hc.core5.testing.framework.TestingFramework
 
RequestHandlerRegistry<T> - Class in org.apache.hc.core5.http.protocol
Generic registry of request handlers that can be resolved by properties of request messages.
RequestHandlerRegistry() - Constructor for class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
RequestHandlerRegistry(String, Supplier<LookupRegistry<T>>) - Constructor for class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
RequestHandlerRegistry(String, UriPatternType) - Constructor for class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
RequestHandlerRegistry(UriPatternType) - Constructor for class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
RequestHeaderFieldsTooLargeException - Exception in org.apache.hc.core5.http
Signals request header field length or total field size violation.
RequestHeaderFieldsTooLargeException(String) - Constructor for exception org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException
Creates a new RequestHeaderFieldsTooLargeException with the specified detail message.
RequestHeaderFieldsTooLargeException(String, Throwable) - Constructor for exception org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException
Creates a new RequestHeaderFieldsTooLargeException with the specified detail message and cause.
requestInterceptors - Variable in class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
RequestLine - Class in org.apache.hc.core5.http.message
HTTP/1.1 request line.
RequestLine(String, String, ProtocolVersion) - Constructor for class org.apache.hc.core5.http.message.RequestLine
 
RequestLine(HttpRequest) - Constructor for class org.apache.hc.core5.http.message.RequestLine
 
requestListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
RequestListener - Class in org.apache.hc.core5.http.impl.bootstrap
 
RequestListener(SocketConfig, ServerSocket, HttpService, HttpConnectionFactory<? extends HttpServerConnection>, ExceptionListener, ExecutorService) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
RequestNotExecutedException - Exception in org.apache.hc.core5.http
ConnectionClosedException subclass that signals requests cannot not be executed due to the connection being closed.
RequestNotExecutedException() - Constructor for exception org.apache.hc.core5.http.RequestNotExecutedException
Constructs a new RequestNotExecutedException with a default message.
RequestNotExecutedException(String) - Constructor for exception org.apache.hc.core5.http.RequestNotExecutedException
Constructs a new RequestNotExecutedException with the specified detail message.
requestOutput() - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
requestOutput() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
requestOutput() - Method in interface org.apache.hc.core5.http.nio.DataStreamChannel
Signals intent by the data producer to produce more data.
requestOutput() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
requestParser - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
requestParserFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
requestParserFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
requestParserFactory - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
requestParserFactory - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
requestParserFactory - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
requestParserFactory(HttpMessageParserFactory<ClassicHttpRequest>) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
requestProcessor - Variable in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
requestProducer - Variable in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
requestQueue - Variable in class org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
 
requestQueue - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
requestQueue - Variable in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
requests - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
requests - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
requests - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
RequestServiceStrategy() - Constructor for enum org.apache.hc.core5.pool.LaxConnPool.PerRoutePool.RequestServiceStrategy
 
requestSession(HttpHost, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
requestSession(HttpHost, Timeout, FutureCallback<IOSession>) - Method in class org.apache.hc.core5.testing.nio.AsyncRequester
 
requestSessionInput() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
requestSessionOutput() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
requestSessionOutput() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
requestShutdown(CloseMode) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
requestState - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
requestState - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
requestState - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
requestState - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
requestState - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
requestState - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
RequestTargetHost - Class in org.apache.hc.core5.http.protocol
RequestHostOutgoing is responsible for adding Host header to the outgoing message.
RequestTargetHost() - Constructor for class org.apache.hc.core5.http.protocol.RequestTargetHost
 
requestUri - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
RequestUserAgent - Class in org.apache.hc.core5.http.protocol
RequestUserAgent is responsible for adding User-Agent header.
RequestUserAgent() - Constructor for class org.apache.hc.core5.http.protocol.RequestUserAgent
 
RequestUserAgent(String) - Constructor for class org.apache.hc.core5.http.protocol.RequestUserAgent
 
RequestValidateHost - Class in org.apache.hc.core5.http.protocol
RequestTargetHost is responsible for copying Host header value to HttpRequest.setAuthority(URIAuthority) of the incoming message.
RequestValidateHost() - Constructor for class org.apache.hc.core5.http.protocol.RequestValidateHost
 
requestWriter - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
requestWriterFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
requestWriterFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
requestWriterFactory - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
requestWriterFactory - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
requestWriterFactory - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
requestWriterFactory(HttpMessageWriterFactory<ClassicHttpRequest>) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
requireNonNullProvider(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
RESERVED_PREFIX - Static variable in interface org.apache.hc.core5.http.protocol.HttpContext
The prefix reserved for use by HTTP components.
reset() - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Noop.
reset() - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
reset() - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
 
reset() - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Noop.
reset() - Method in interface org.apache.hc.core5.http.nio.NHttpMessageParser
Resets the parser.
reset() - Method in interface org.apache.hc.core5.http.nio.NHttpMessageWriter
Resets the writer.
reset() - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractSharedBuffer
 
reset() - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
Resets the buffer by clearing its state and stored content.
reset() - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
Resets the buffer by clearing its state and stored content.
reset() - Method in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
reset() - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
reset(Exception) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
resize(int) - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
resolve(I) - Method in interface org.apache.hc.core5.function.Resolver
 
resolve(HttpHost) - Method in class org.apache.hc.core5.http.impl.DefaultAddressResolver
 
resolve(HttpRequest, HttpContext) - Method in interface org.apache.hc.core5.http.HttpRequestMapper
Resolves a handler matching the given request.
resolve(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 
Resolver<I,​O> - Interface in org.apache.hc.core5.function
Abstract resolver from input to output.
ResourceHolder - Interface in org.apache.hc.core5.http.nio
Abstract resource holder.
respondImmediately - Variable in class org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
 
respondImmediately - Variable in class org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
 
response - Variable in class org.apache.hc.core5.http.nio.support.BasicPushProducer
 
response - Variable in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
response - Variable in class org.apache.hc.core5.testing.framework.FrameworkTest
 
RESPONSE - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
responseChainBuilder - Variable in class org.apache.hc.core5.http.protocol.HttpProcessorBuilder
 
responseChannel - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
responseChannel - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
ResponseChannel - Interface in org.apache.hc.core5.http.nio
Abstract response / response promise channel.
responseCommitted - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
responseCommitted - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
responseCommitted - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
responseCompletion - Variable in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
ResponseConnControl - Class in org.apache.hc.core5.http.protocol
ResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence of HTTP/1.0 connections.
ResponseConnControl() - Constructor for class org.apache.hc.core5.http.protocol.ResponseConnControl
 
responseConsumer - Variable in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
responseConsumer - Variable in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
ResponseContent - Class in org.apache.hc.core5.http.protocol
ResponseContent is the most important interceptor for outgoing responses.
ResponseContent() - Constructor for class org.apache.hc.core5.http.protocol.ResponseContent
Default constructor.
ResponseContent(boolean) - Constructor for class org.apache.hc.core5.http.protocol.ResponseContent
Constructor that can be used to fine-tune behavior of this interceptor.
responseCount - Variable in class org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
 
ResponseDate - Class in org.apache.hc.core5.http.protocol
ResponseDate is responsible for adding Date header to the outgoing responses.
ResponseDate() - Constructor for class org.apache.hc.core5.http.protocol.ResponseDate
 
responseDirection - Variable in class org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener
 
responseFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
responseFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
 
responseFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
 
responseFactory - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
 
responseFactory - Variable in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
 
responseFactory - Variable in class org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
 
responseFactory - Variable in class org.apache.hc.core5.http.io.support.TerminalServerFilter
 
responseFuture - Variable in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
responseInterceptors - Variable in class org.apache.hc.core5.http.protocol.DefaultHttpProcessor
 
ResponseOutOfOrderException - Exception in org.apache.hc.core5.http.impl.io
Signals an early (out of order) response.
ResponseOutOfOrderException() - Constructor for exception org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException
 
responseOutOfOrderStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
responseOutOfOrderStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
responseOutOfOrderStrategy - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
responseOutOfOrderStrategy(ResponseOutOfOrderStrategy) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
ResponseOutOfOrderStrategy - Interface in org.apache.hc.core5.http.io
Represents a strategy to determine how frequently the client should check for an out of order response.
responseParser - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
responseParserFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
responseParserFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
 
responseParserFactory - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
responseParserFactory - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnectionFactory
 
responseParserFactory - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
responseParserFactory(HttpMessageParserFactory<ClassicHttpResponse>) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
 
responseProducer - Variable in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
responseProducer - Variable in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
responseProducerRef - Variable in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
responseProducerRef - Variable in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
ResponseServer - Class in org.apache.hc.core5.http.protocol
ResponseServer is responsible for adding Server header.
ResponseServer() - Constructor for class org.apache.hc.core5.http.protocol.ResponseServer
 
ResponseServer(String) - Constructor for class org.apache.hc.core5.http.protocol.ResponseServer
 
responseState - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
responseState - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
responseState - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
responseState - Variable in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
responseState - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
responseState - Variable in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
responseWriter - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
responseWriterFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
responseWriterFactory - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
responseWriterFactory - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
responseWriterFactory - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
responseWriterFactory - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
responseWriterFactory(HttpMessageWriterFactory<ClassicHttpResponse>) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
result - Variable in class org.apache.hc.core5.concurrent.BasicFuture
 
result - Variable in class org.apache.hc.core5.concurrent.CompletedFuture
 
result - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
resultCallback - Variable in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
resultCallback - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
resultCallback - Variable in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
resultCallback - Variable in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
resultCallback - Variable in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
resultCallback - Variable in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
resultCallback - Variable in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
ResultFormatter - Class in org.apache.hc.core5.benchmark
 
ResultFormatter() - Constructor for class org.apache.hc.core5.benchmark.ResultFormatter
 
resultRef - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
Results - Class in org.apache.hc.core5.benchmark
Benchmark results
Results(String, ProtocolVersion, String, int, String, long, int, long, long, long, long, long, long, long) - Constructor for class org.apache.hc.core5.benchmark.Results
 
resume() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
resume() - Method in interface org.apache.hc.core5.reactor.ConnectionAcceptor
Resumes the I/O reactor restoring its ability to accept incoming connections on all active endpoints.
resume() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
resume() - Method in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
RETRY_AFTER - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
root - Variable in class org.apache.hc.core5.http2.hpack.HuffmanDecoder
 
route - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
route - Variable in class org.apache.hc.core5.pool.PoolEntry
 
route - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
route - Variable in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
routeToPool - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
routeToPool - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
RST_STREAM - org.apache.hc.core5.http2.frame.FrameType
 
run() - Method in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
run() - Method in class org.apache.hc.core5.http.impl.bootstrap.Worker
 
run() - Method in class org.apache.hc.core5.reactor.IOReactorWorker
 
RUNNING - org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
 
runTests() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
Run the tests that have been previously added.

S

safe - Variable in enum org.apache.hc.core5.http.Method
 
SAFE - org.apache.hc.core5.annotation.ThreadingBehavior
Instances of classes with the given contract are expected to be fully thread-safe.
SAFE_CONDITIONAL - org.apache.hc.core5.annotation.ThreadingBehavior
Instances of classes with the given contract are expected to be thread-safe if their dependencies injected at construction time are thread-safe.
same(String) - Method in enum org.apache.hc.core5.http.URIScheme
 
SC_ACCEPTED - Static variable in class org.apache.hc.core5.http.HttpStatus
202 Accepted (HTTP/1.0 - RFC 7231)
SC_ALREADY_REPORTED - Static variable in class org.apache.hc.core5.http.HttpStatus
208 Already Reported (WebDAV - RFC 5842, p.30, section 7.1)
SC_BAD_GATEWAY - Static variable in class org.apache.hc.core5.http.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 7231)
SC_BAD_REQUEST - Static variable in class org.apache.hc.core5.http.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 7231)
SC_CLIENT_ERROR - Static variable in class org.apache.hc.core5.http.HttpStatus
4xx Client Error (HTTP/1.1 - RFC 7231)
SC_CONFLICT - Static variable in class org.apache.hc.core5.http.HttpStatus
409 Conflict (HTTP/1.1 - RFC 7231)
SC_CONTINUE - Static variable in class org.apache.hc.core5.http.HttpStatus
100 Continue (HTTP/1.1 - RFC 7231)
SC_CREATED - Static variable in class org.apache.hc.core5.http.HttpStatus
201 Created (HTTP/1.0 - RFC 7231)
SC_EARLY_HINTS - Static variable in class org.apache.hc.core5.http.HttpStatus
103 Early Hints (Early Hints - RFC 8297)
SC_EXPECTATION_FAILED - Static variable in class org.apache.hc.core5.http.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 7231)
SC_FAILED_DEPENDENCY - Static variable in class org.apache.hc.core5.http.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - Static variable in class org.apache.hc.core5.http.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 7231)
SC_GATEWAY_TIMEOUT - Static variable in class org.apache.hc.core5.http.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 7231)
SC_GONE - Static variable in class org.apache.hc.core5.http.HttpStatus
410 Gone (HTTP/1.1 - RFC 7231)
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.hc.core5.http.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 7231)
SC_IM_USED - Static variable in class org.apache.hc.core5.http.HttpStatus
226 IM Used (Delta encoding in HTTP - RFC 3229, p.
SC_INFORMATIONAL - Static variable in class org.apache.hc.core5.http.HttpStatus
100 1xx Informational (HTTP/1.1 - RFC 7231)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.apache.hc.core5.http.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - Static variable in class org.apache.hc.core5.http.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - Static variable in class org.apache.hc.core5.http.HttpStatus
500 Internal Server Error (HTTP/1.0 - RFC 7231)
SC_LENGTH_REQUIRED - Static variable in class org.apache.hc.core5.http.HttpStatus
411 Length Required (HTTP/1.1 - RFC 7231)
SC_LOCKED - Static variable in class org.apache.hc.core5.http.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_LOOP_DETECTED - Static variable in class org.apache.hc.core5.http.HttpStatus
508 Loop Detected (WebDAV - RFC 5842, p.33, section 7.2)
SC_METHOD_FAILURE - Static variable in class org.apache.hc.core5.http.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - Static variable in class org.apache.hc.core5.http.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 7231)
SC_MISDIRECTED_REQUEST - Static variable in class org.apache.hc.core5.http.HttpStatus
421 Misdirected Request (HTTP/2 - RFC 7540)
SC_MOVED_PERMANENTLY - Static variable in class org.apache.hc.core5.http.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 7231)
SC_MOVED_TEMPORARILY - Static variable in class org.apache.hc.core5.http.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 7231)
SC_MULTI_STATUS - Static variable in class org.apache.hc.core5.http.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_MULTIPLE_CHOICES - Static variable in class org.apache.hc.core5.http.HttpStatus
300 Multiple Choices (HTTP/1.1 - RFC 7231)
SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.apache.hc.core5.http.HttpStatus
511 Network Authentication Required (Additional HTTP Status Codes - RFC 6585)
SC_NO_CONTENT - Static variable in class org.apache.hc.core5.http.HttpStatus
204 No Content (HTTP/1.0 - RFC 7231)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.hc.core5.http.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 7231)
SC_NOT_ACCEPTABLE - Static variable in class org.apache.hc.core5.http.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 7231)
SC_NOT_EXTENDED - Static variable in class org.apache.hc.core5.http.HttpStatus
510 Not Extended (An HTTP Extension Framework - RFC 2774, p.
SC_NOT_FOUND - Static variable in class org.apache.hc.core5.http.HttpStatus
404 Not Found (HTTP/1.0 - RFC 7231)
SC_NOT_IMPLEMENTED - Static variable in class org.apache.hc.core5.http.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 7231)
SC_NOT_MODIFIED - Static variable in class org.apache.hc.core5.http.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 7231)
SC_OK - Static variable in class org.apache.hc.core5.http.HttpStatus
200 OK (HTTP/1.0 - RFC 7231)
SC_PARTIAL_CONTENT - Static variable in class org.apache.hc.core5.http.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 7231)
SC_PAYMENT_REQUIRED - Static variable in class org.apache.hc.core5.http.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 7231)
SC_PERMANENT_REDIRECT - Static variable in class org.apache.hc.core5.http.HttpStatus
308 Permanent Redirect (HTTP/1.1 - RFC 7538)
SC_PRECONDITION_FAILED - Static variable in class org.apache.hc.core5.http.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 7231)
SC_PRECONDITION_REQUIRED - Static variable in class org.apache.hc.core5.http.HttpStatus
428 Precondition Required (Additional HTTP Status Codes - RFC 6585)
SC_PROCESSING - Static variable in class org.apache.hc.core5.http.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.hc.core5.http.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 7231)
SC_REDIRECTION - Static variable in class org.apache.hc.core5.http.HttpStatus
3xx Redirection (HTTP/1.1 - RFC 7231)
SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.apache.hc.core5.http.HttpStatus
431 Request Header Fields Too Large (Additional HTTP Status Codes - RFC 6585)
SC_REQUEST_TIMEOUT - Static variable in class org.apache.hc.core5.http.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 7231)
SC_REQUEST_TOO_LONG - Static variable in class org.apache.hc.core5.http.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 7231)
SC_REQUEST_URI_TOO_LONG - Static variable in class org.apache.hc.core5.http.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 7231)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.hc.core5.http.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 7231)
SC_RESET_CONTENT - Static variable in class org.apache.hc.core5.http.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 7231)
SC_SEE_OTHER - Static variable in class org.apache.hc.core5.http.HttpStatus
303 See Other (HTTP/1.1 - RFC 7231)
SC_SERVER_ERROR - Static variable in class org.apache.hc.core5.http.HttpStatus
500 Server Error (HTTP/1.0 - RFC 7231)
SC_SERVICE_UNAVAILABLE - Static variable in class org.apache.hc.core5.http.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 7231)
SC_SUCCESS - Static variable in class org.apache.hc.core5.http.HttpStatus
2xx Success (HTTP/1.0 - RFC 7231)
SC_SWITCHING_PROTOCOLS - Static variable in class org.apache.hc.core5.http.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 7231)
SC_TEMPORARY_REDIRECT - Static variable in class org.apache.hc.core5.http.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 7231)
SC_TOO_EARLY - Static variable in class org.apache.hc.core5.http.HttpStatus
425 Too Early (Using Early Data in HTTP - RFC 8470)
SC_TOO_MANY_REQUESTS - Static variable in class org.apache.hc.core5.http.HttpStatus
429 Too Many Requests (Additional HTTP Status Codes - RFC 6585)
SC_UNAUTHORIZED - Static variable in class org.apache.hc.core5.http.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 7231)
SC_UNAVAILABLE_FOR_LEGAL_REASONS - Static variable in class org.apache.hc.core5.http.HttpStatus
451 Unavailable For Legal Reasons (Legal Obstacles - RFC 7725)
SC_UNPROCESSABLE_ENTITY - Static variable in class org.apache.hc.core5.http.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.hc.core5.http.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 7231)
SC_UPGRADE_REQUIRED - Static variable in class org.apache.hc.core5.http.HttpStatus
426 Upgrade Dependency (HTTP/1.1 - RFC 2817)
SC_USE_PROXY - Static variable in class org.apache.hc.core5.http.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 7231)
SC_VARIANT_ALSO_NEGOTIATES - Static variable in class org.apache.hc.core5.http.HttpStatus
506 Variant Also Negotiates ( Transparent Content Negotiation - RFC 2295)
scale() - Method in class org.apache.hc.core5.util.TimeValue
 
scale(TimeUnit) - Method in class org.apache.hc.core5.util.TimeValue
Returns a made up scale for TimeUnits.
scheme - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
scheme - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
scheme - Variable in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
 
scheme - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
scheme - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
scheme - Variable in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
scheme - Variable in class org.apache.hc.core5.net.URIBuilder
 
scheme - Variable in class org.apache.hc.core5.reactor.EndpointParameters
 
scheme - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
 
scheme(String) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
 
SCHEME - Static variable in class org.apache.hc.core5.http2.H2PseudoRequestHeaders
 
SCHEME_DEFAULT - Static variable in class org.apache.hc.core5.net.Ports
The scheme default port.
schemeName - Variable in class org.apache.hc.core5.http.HttpHost
 
securePorts - Variable in class org.apache.hc.core5.http.nio.ssl.FixedPortStrategy
Deprecated.
 
securePortStrategy - Variable in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
securePortStrategy - Variable in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
SecurePortStrategy - Interface in org.apache.hc.core5.http.nio.ssl
Deprecated.
Use configuration parameters provided by connection listeners.
secureRandom - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
selectApplicationProtocols(Object) - Static method in class org.apache.hc.core5.http2.ssl.H2TlsSupport
 
selectInterval - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
selectInterval - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
selector - Variable in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
selectTimeoutMillis - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
selectTimeoutMillis - Variable in class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
selfClosed - Variable in class org.apache.hc.core5.http.io.EofSensorInputStream
Indicates whether this stream itself is closed.
SEND_AUTH - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
SEND_CONNECT - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
SEND_USERNAME_PASSWORD - org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
sendEncryptedData() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
sendInformation(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpFilterChain.ResponseTrigger
Sends an intermediate informational HTTP response to the client.
sendInformation(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpServerRequestHandler.ResponseTrigger
Sends an intermediate informational HTTP response to the client.
sendInformation(HttpResponse) - Method in interface org.apache.hc.core5.http.nio.AsyncFilterChain.ResponseTrigger
Sends an intermediate informational HTTP response to the client.
sendInformation(HttpResponse, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger
Sends an intermediate informational HTTP response to the client.
sendInformation(HttpResponse, HttpContext) - Method in interface org.apache.hc.core5.http.nio.ResponseChannel
Sends an intermediate informational HTTP response through this channel.
sendRequest(HttpRequest, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.nio.RequestChannel
Sends a request through this channel.
sendRequest(RequestChannel, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncRequestProducer
Triggered to signal the ability of the underlying request channel to accept a request messages.
sendRequest(RequestChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestProducer
 
sendRequestEntity(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
sendRequestEntity(ClassicHttpRequest) - Method in interface org.apache.hc.core5.http.io.HttpClientConnection
Sends the request entity over the connection.
sendRequestHeader(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
sendRequestHeader(ClassicHttpRequest) - Method in interface org.apache.hc.core5.http.io.HttpClientConnection
Sends the request line and all headers over the connection.
sendResponse(HttpResponse, EntityDetails, HttpContext) - Method in interface org.apache.hc.core5.http.nio.ResponseChannel
Sends a final HTTP response through this channel.
sendResponse(ResponseChannel, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncResponseProducer
Triggered to signal the ability of the underlying response channel to accept response messages.
sendResponse(ResponseChannel, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseProducer
 
sendResponseEntity(ClassicHttpResponse) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
sendResponseEntity(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpServerConnection
Sends the response entity of a response over this connection.
sendResponseHeader(ClassicHttpResponse) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
 
sendResponseHeader(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpServerConnection
Sends the response line and headers of a response over this connection.
sensitive - Variable in class org.apache.hc.core5.http.message.BasicHeader
 
sensitive - Variable in class org.apache.hc.core5.http2.hpack.HPackHeader
 
SEPARATORS - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
seqNum - Variable in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
serializable - Variable in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
SerializableEntity - Class in org.apache.hc.core5.http.io.entity
A streamed entity that obtains its content from a Serializable.
SerializableEntity(Serializable, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.SerializableEntity
Creates new instance of this class.
SerializableEntity(Serializable, ContentType, String) - Constructor for class org.apache.hc.core5.http.io.entity.SerializableEntity
Creates new instance of this class.
serialVersionUID - Static variable in exception org.apache.hc.core5.http.ConnectionClosedException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.ConnectionRequestTimeoutException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.ContentTooLongException
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.ContentType
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.HttpException
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.HttpHost
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.HttpStreamResetException
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.HttpVersion
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.impl.io.ResponseOutOfOrderException
Required for serialization support.
serialVersionUID - Static variable in exception org.apache.hc.core5.http.LengthRequiredException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.MalformedChunkCodingException
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BasicClassicHttpResponse
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BasicHeader
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BasicHttpResponse
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BasicNameValuePair
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.BufferedHeader
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.HeaderGroup
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.RequestLine
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.message.StatusLine
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.MessageConstraintException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.MethodNotSupportedException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.MisdirectedRequestException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.NoHttpResponseException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.NotImplementedException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.ParseException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.ProtocolException
 
serialVersionUID - Static variable in class org.apache.hc.core5.http.ProtocolVersion
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.StreamClosedException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.TruncatedChunkException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http.UnsupportedHttpVersionException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http2.H2ConnectionException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http2.H2CorruptFrameException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http2.H2StreamResetException
Required for serialization support.
serialVersionUID - Static variable in exception org.apache.hc.core5.http2.hpack.HeaderListConstraintException
Required for serialization support.
serialVersionUID - Static variable in exception org.apache.hc.core5.http2.hpack.HPackException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException
Required for serialization support.
serialVersionUID - Static variable in class org.apache.hc.core5.net.Host
 
serialVersionUID - Static variable in class org.apache.hc.core5.net.URIAuthority
 
serialVersionUID - Static variable in class org.apache.hc.core5.pool.PoolStats
 
serialVersionUID - Static variable in exception org.apache.hc.core5.reactor.IOReactorShutdownException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.ssl.SSLInitializationException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
serialVersionUID - Static variable in class org.apache.hc.core5.util.ByteArrayBuffer
 
serialVersionUID - Static variable in class org.apache.hc.core5.util.CharArrayBuffer
 
serialVersionUID - Static variable in exception org.apache.hc.core5.util.DeadlineTimeoutException
 
serialVersionUID - Static variable in exception org.apache.hc.core5.util.TimeoutValueException
 
server - Variable in class org.apache.hc.core5.testing.framework.TestingFramework
 
server - Variable in class org.apache.hc.core5.testing.SocksProxy
 
server() - Static method in class org.apache.hc.core5.http.impl.HttpProcessors
Creates HttpProcessor initialized with default protocol interceptors for server side HTTP/1.1 processing.
server() - Static method in class org.apache.hc.core5.http2.impl.H2Processors
 
server(String) - Static method in class org.apache.hc.core5.http.impl.HttpProcessors
Creates HttpProcessor initialized with default protocol interceptors for server side HTTP/1.1 processing.
server(String) - Static method in class org.apache.hc.core5.http2.impl.H2Processors
 
SERVER - org.apache.hc.core5.reactor.ssl.SSLMode
 
SERVER - org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener.Type
 
SERVER - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
SERVER_ERROR - org.apache.hc.core5.http.message.StatusLine.StatusClass
5xx HTTP status codes.
ServerBootstrap - Class in org.apache.hc.core5.http.impl.bootstrap
HttpServer bootstrap.
ServerBootstrap() - Constructor for class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
ServerH2IOEventHandler - Class in org.apache.hc.core5.http2.impl.nio
IOEventHandler that implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.
ServerH2IOEventHandler(ServerH2StreamMultiplexer) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler
 
ServerH2PrefaceHandler - Class in org.apache.hc.core5.http2.impl.nio
I/O event handler for events fired by ProtocolIOSession that implements server side of the HTTP/2 protocol negotiation handshake.
ServerH2PrefaceHandler(ProtocolIOSession, ServerH2StreamMultiplexerFactory) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
ServerH2PrefaceHandler(ProtocolIOSession, ServerH2StreamMultiplexerFactory, FutureCallback<ProtocolIOSession>) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
ServerH2StreamHandler - Class in org.apache.hc.core5.http2.impl.nio
 
ServerH2StreamHandler(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, HandlerFactory<AsyncServerExchangeHandler>, HttpCoreContext) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
ServerH2StreamMultiplexer - Class in org.apache.hc.core5.http2.impl.nio
I/O event handler for events fired by ProtocolIOSession that implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.
ServerH2StreamMultiplexer(ProtocolIOSession, HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, CharCodingConfig, H2Config) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
ServerH2StreamMultiplexer(ProtocolIOSession, FrameFactory, HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, CharCodingConfig, H2Config, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
ServerH2StreamMultiplexerFactory - Class in org.apache.hc.core5.http2.impl.nio
ServerH2StreamMultiplexerFactory(HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, H2Config, CharCodingConfig, H2StreamListener) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
ServerH2UpgradeHandler - Class in org.apache.hc.core5.http2.impl.nio
Protocol upgrade handler that upgrades the underlying ProtocolIOSession to HTTP/2 in case of a successful protocol negotiation.
ServerH2UpgradeHandler(ServerH2StreamMultiplexerFactory) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler
 
ServerHttp1IOEventHandler - Class in org.apache.hc.core5.http.impl.nio
IOEventHandler that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.
ServerHttp1IOEventHandler(ServerHttp1StreamDuplexer) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler
 
ServerHttp1IOEventHandlerFactory - Class in org.apache.hc.core5.http.impl.nio
ServerHttp1IOEventHandlerFactory(ServerHttp1StreamDuplexerFactory, TlsStrategy, Timeout) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
 
ServerHttp1StreamDuplexer - Class in org.apache.hc.core5.http.impl.nio
I/O event handler for events fired by ProtocolIOSession that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.
ServerHttp1StreamDuplexer(ProtocolIOSession, HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, String, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParser<HttpRequest>, NHttpMessageWriter<HttpResponse>, ContentLengthStrategy, ContentLengthStrategy, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
ServerHttp1StreamDuplexer.DelayedOutputChannel - Class in org.apache.hc.core5.http.impl.nio
 
ServerHttp1StreamDuplexerFactory - Class in org.apache.hc.core5.http.impl.nio
ServerHttp1StreamDuplexerFactory(HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, ContentLengthStrategy, ContentLengthStrategy, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
ServerHttp1StreamDuplexerFactory(HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, Http1Config, CharCodingConfig, ConnectionReuseStrategy, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
ServerHttp1StreamDuplexerFactory(HttpProcessor, HandlerFactory<AsyncServerExchangeHandler>, Http1Config, CharCodingConfig, Http1StreamListener) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
ServerHttp1StreamHandler - Class in org.apache.hc.core5.http.impl.nio
 
ServerHttp1StreamHandler(Http1StreamChannel<HttpResponse>, HttpProcessor, ConnectionReuseStrategy, HandlerFactory<AsyncServerExchangeHandler>, HttpCoreContext) - Constructor for class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
ServerHttp1UpgradeHandler - Class in org.apache.hc.core5.http2.impl.nio
Protocol upgrade handler that upgrades the underlying ProtocolIOSession to HTTP/1.1 in case of a successful protocol negotiation or as a default fall-back.
ServerHttp1UpgradeHandler(ServerHttp1StreamDuplexerFactory) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler
 
ServerHttpProtocolNegotiationStarter - Class in org.apache.hc.core5.http2.impl.nio
Server I/O event starter that prepares I/O sessions for an initial protocol handshake.
ServerHttpProtocolNegotiationStarter(ServerHttp1StreamDuplexerFactory, ServerH2StreamMultiplexerFactory, HttpVersionPolicy, TlsStrategy, Timeout) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
serverName - Variable in class org.apache.hc.core5.benchmark.Results
 
serverNameRef - Variable in class org.apache.hc.core5.benchmark.Stats
 
ServerPushH2StreamHandler - Class in org.apache.hc.core5.http2.impl.nio
 
ServerPushH2StreamHandler(H2StreamChannel, HttpProcessor, BasicHttpConnectionMetrics, AsyncPushProducer, HttpCoreContext) - Constructor for class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
serverRef - Variable in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
serverSocket - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
serverSocket - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
serverSocketFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
serverSocketFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
ServerSupport - Class in org.apache.hc.core5.http.impl
HTTP Server support methods.
ServerSupport() - Constructor for class org.apache.hc.core5.http.impl.ServerSupport
 
serverThread - Variable in class org.apache.hc.core5.testing.SocksProxy
 
servicePendingRequest() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
servicePendingRequests(LaxConnPool.PerRoutePool.RequestServiceStrategy) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
session - Variable in class org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
 
session - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
session - Variable in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
sessionEndCallback - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
sessionFuture - Variable in class org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
 
SessionInputBuffer - Interface in org.apache.hc.core5.http.io
Session input buffer for HTTP/1.1 blocking connections.
SessionInputBuffer - Interface in org.apache.hc.core5.http.nio
Session input buffer for HTTP/1.1 non-blocking connections.
SessionInputBufferImpl - Class in org.apache.hc.core5.http.impl.io
Abstract base class for session input buffers that stream data from an arbitrary InputStream.
SessionInputBufferImpl - Class in org.apache.hc.core5.http.impl.nio
 
SessionInputBufferImpl(int) - Constructor for class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
SessionInputBufferImpl(int) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
SessionInputBufferImpl(int, int) - Constructor for class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
SessionInputBufferImpl(int, int) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
SessionInputBufferImpl(int, int, int) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
SessionInputBufferImpl(int, int, int, Charset) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
 
SessionInputBufferImpl(int, int, int, CharsetDecoder) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionInputBufferImpl
Creates SessionInputBufferImpl instance.
SessionInputBufferImpl(int, CharsetDecoder) - Constructor for class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
SessionInputBufferImpl(BasicHttpTransportMetrics, int) - Constructor for class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
 
SessionInputBufferImpl(BasicHttpTransportMetrics, int, int, int, CharsetDecoder) - Constructor for class org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
Creates new instance of SessionInputBufferImpl.
sessionListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
sessionListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
sessionListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
sessionListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
sessionListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
sessionListener - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
sessionListener - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
SessionOutputBuffer - Interface in org.apache.hc.core5.http.io
Session output buffer for blocking HTTP/1.1 connections.
SessionOutputBuffer - Interface in org.apache.hc.core5.http.nio
Session output buffer for non-blocking HTTP/1.1 connections.
SessionOutputBufferImpl - Class in org.apache.hc.core5.http.impl.io
Abstract base class for session output buffers that stream data to an arbitrary OutputStream.
SessionOutputBufferImpl - Class in org.apache.hc.core5.http.impl.nio
 
SessionOutputBufferImpl(int) - Constructor for class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
SessionOutputBufferImpl(int) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
SessionOutputBufferImpl(int, int) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
SessionOutputBufferImpl(int, int, Charset) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
SessionOutputBufferImpl(int, int, CharsetEncoder) - Constructor for class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
Creates SessionOutputBufferImpl instance.
SessionOutputBufferImpl(int, CharsetEncoder) - Constructor for class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
SessionOutputBufferImpl(BasicHttpTransportMetrics, int, int, CharsetEncoder) - Constructor for class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
Creates new instance of SessionOutputBufferImpl.
sessionPool - Variable in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
sessionRequest - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
sessionRequest - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
sessionShutdownCallback - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
sessionStartCallback - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
SET_COOKIE - Static variable in class org.apache.hc.core5.http.HttpHeaders
The HTTP Set-Cookie header field name.
setAbsoluteRequestUri(boolean) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setAbsoluteRequestUri(boolean) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
Sets a flag that the BasicHttpRequest.getRequestUri() method should return the request URI in an absolute form.
setAbsoluteRequestUri(boolean) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setAbsoluteRequestUri(boolean) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setAbsoluteRequestUri(boolean) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setAccessible(Method) - Static method in class org.apache.hc.core5.util.ReflectionUtils
 
setAdapter(ClientTestingAdapter) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
setAdapter(ClientTestingAdapter) - Method in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
setApplicationProtocols(SSLParameters, String[]) - Static method in class org.apache.hc.core5.http2.ssl.H2TlsSupport
Deprecated.
Use SSLParameters.setApplicationProtocols(String[]).
setAttribute(String, Object) - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
setAttribute(String, Object) - Method in interface org.apache.hc.core5.http.protocol.HttpContext
Sets value of the attribute with the given name.
setAttribute(String, Object) - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
setAuthority(NamedEndpoint) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the authority.
setAuthority(URIAuthority) - Method in interface org.apache.hc.core5.http.HttpRequest
Sets authority of this request message.
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setAuthority(URIAuthority) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the authority.
setBacklogSize(int) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the maximum queue length for incoming connection indications (a request to connect) also known as server socket backlog.
setBacklogSize(int) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default backlog size value for server sockets binds.
setBufferLimit(int) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
setBufferSize(int) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
setCanonicalHostName(String) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Sets canonical name (fully qualified domain name) of the server.
setCanonicalHostName(String) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Sets canonical name (fully qualified domain name) of the server.
setCanonicalHostName(String) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Sets canonical name (fully qualified domain name) of the server.
setChannel(DataStreamChannel) - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Sets message char coding.
setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Sets connection configuration.
setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Sets connection configuration.
setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Sets message char coding.
setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Sets message char coding.
setCharset(Charset) - Method in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
setCharset(Charset) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setCharset(Charset) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
setCharset(Charset) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setCharset(Charset) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setCharset(Charset) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setCharset(Charset) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the Charset.
setCharset(CharCodingConfig) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Sets message char coding.
setChild(int, HuffmanNode) - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
setChunkSizeHint(int) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
setCode(int) - Method in interface org.apache.hc.core5.http.HttpResponse
Updates status code of this response message.
setCode(int) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
setCode(int) - Method in class org.apache.hc.core5.http.message.HttpResponseWrapper
 
setCompleted() - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
Sets the completed status of this decoder to true.
setCompleted(boolean) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
Sets the completed status of this decoder.
setCompressionEnabled(boolean) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setConcurrencyLevel(int) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection>) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns HttpConnectionFactory instance.
setConnectionFactory(HttpConnectionFactory<? extends HttpClientConnection>) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns ConnectionReuseStrategy instance.
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns ConnectionReuseStrategy instance.
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
Assigns ConnectionReuseStrategy instance.
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns ConnectionReuseStrategy instance.
setConnPoolListener(ConnPoolListener<HttpHost>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns ConnPoolListener instance.
setConnPoolListener(ConnPoolListener<HttpHost>) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setConnPoolListener(ConnPoolListener<HttpHost>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns ConnPoolListener instance.
setContentLength(long) - Method in class org.apache.hc.core5.benchmark.Stats
 
setContentType(ContentType) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setCustomQuery(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets custom URI query.
setDefaultMaxIOThreadCount(int) - Static method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Sets the default value for ioThreadCount.
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
setDefaultMaxPerRoute(int) - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
setDefaultMaxPerRoute(int) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
setDependency(Future<?>) - Method in class org.apache.hc.core5.concurrent.ComplexFuture
 
setDependency(Cancellable) - Method in interface org.apache.hc.core5.concurrent.CancellableDependency
Sets Cancellable dependency on another ongoing process or operation represented by Cancellable.
setDependency(Cancellable) - Method in class org.apache.hc.core5.concurrent.ComplexCancellable
 
setDependency(Cancellable) - Method in class org.apache.hc.core5.concurrent.ComplexFuture
 
setDependency(Cancellable) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.CancellableExecution
 
setDesiredResponse(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
Sets the desired response.
setDisableSSLVerification(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setEnableRetransmissions(SSLParameters, boolean) - Static method in class org.apache.hc.core5.http2.ssl.H2TlsSupport
 
setEntity(byte[], ContentType) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setEntity(byte[], ContentType) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setEntity(byte[], ContentType) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setEntity(byte[], ContentType) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setEntity(byte[], ContentType) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setEntity(String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setEntity(String) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setEntity(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setEntity(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setEntity(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setEntity(String, ContentType) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setEntity(String, ContentType) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setEntity(String, ContentType) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setEntity(String, ContentType) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setEntity(String, ContentType) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setEntity(HttpEntity) - Method in interface org.apache.hc.core5.http.HttpEntityContainer
Sets an entity for this message.
setEntity(HttpEntity) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setEntity(HttpEntity) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setEntity(HttpEntity) - Method in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
 
setEntity(HttpEntity) - Method in class org.apache.hc.core5.http.message.BasicClassicHttpResponse
 
setEntity(AsyncEntityProducer) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setEntity(AsyncEntityProducer) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setEntity(AsyncEntityProducer) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setEvent(int) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
setEvent(int) - Method in interface org.apache.hc.core5.reactor.IOSession
Declares interest in a particular I/O event type by updating the event mask associated with the session.
setEvent(int) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
setEvent(int) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
setEvent(int) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
setEventMask(int) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
setEventMask(int) - Method in interface org.apache.hc.core5.reactor.IOSession
Declares interest in I/O event notifications by setting the event mask associated with the session
setEventMask(int) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
setEventMask(int) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
setEventMask(int) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
setExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns Exception Callback instance.
setExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns Exception Callback instance.
setExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns Exception Callback instance.
setExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns Exception Callback instance.
setExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns Exception Callback instance.
setExceptionListener(ExceptionListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns ExceptionListener instance.
setForceHttp2(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setFragment(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI fragment.
setH2Config(H2Config) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Sets HTTP/2 protocol parameters
setH2Config(H2Config) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Sets HTTP/2 protocol parameters
setH2Config(H2Config) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Sets HTTP/2 protocol parameters
setHandshakeTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
setHandshakeTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
setHeader(String, Object) - Method in interface org.apache.hc.core5.http.HttpMessage
Overwrites the first header with the same name.
setHeader(String, Object) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
setHeader(String, Object) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
setHeader(String, Object) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setHeader(String, String) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
setHeader(Header) - Method in interface org.apache.hc.core5.http.HttpMessage
Overwrites the first header with the same name.
setHeader(Header) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
setHeader(Header) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Replaces the first occurrence of the header with the same name.
setHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setHeader(Header) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
setHeaders(String[]) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setHeaders(Iterator<Header>) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
setHeaders(Header...) - Method in interface org.apache.hc.core5.http.HttpMessage
Overwrites all the headers in the message.
setHeaders(Header...) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.message.HeaderGroup
Sets all of the headers contained within this group overriding any existing headers.
setHeaders(Header...) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setHeaders(Header...) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
setHeaderTableSize(int) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setHeadInsteadOfGet(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setHost(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI host.
setHost(InetAddress) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI host.
setHttp1Config(Http1Config) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Sets HTTP/1.1 protocol parameters
setHttp1Config(Http1Config) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Sets HTTP/1.1 protocol parameters.
setHttp1Config(Http1Config) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Sets connection configuration.
setHttp1Config(Http1Config) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Sets HTTP/1.1 protocol parameters
setHttp1Config(Http1Config) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Sets HTTP/1.1 protocol parameters
setHttpHost(HttpHost) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setHttpHost(HttpHost) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setHttpHost(HttpHost) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setHttpHost(HttpHost) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setHttpHost(HttpHost) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the scheme, host name, and port.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns HttpProcessor instance.
setIdentityStorePassword(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setIdentityStorePath(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setInitialWindowSize(int) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
setInitialWindowSize(int) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setInputMode() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Sets the mode to input.
setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Sets I/O reactor configuration.
setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Sets I/O reactor configuration.
setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Sets I/O reactor configuration.
setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Sets I/O reactor configuration.
setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Sets I/O reactor configuration.
setIOSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns IOSession Decorator instance.
setIOSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns IOSession Decorator instance.
setIOSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns IOSession Decorator instance.
setIOSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns IOSession Decorator instance.
setIOSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns IOSession Decorator instance.
setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns IOSessionListener instance.
setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns IOSessionListener instance.
setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns IOSessionListener instance.
setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns IOSessionListener instance.
setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns IOSessionListener instance.
setIoThreadCount(int) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the number of I/O dispatch threads to be used by the I/O reactor.
setKeepAlive(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setKeyManagerFactoryAlgorithm(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the key manager factory algorithm name.
setKeyStoreProvider(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the JCA provider name to use for creating key stores.
setKeyStoreProvider(Provider) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the JCA provider to use for creating key stores.
setKeyStoreType(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the key store type.
setLastCheck() - Method in class org.apache.hc.core5.util.Deadline
 
setLength(int) - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Sets the length of the buffer.
setLength(int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Sets the length of the buffer.
setListenerPort(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Sets listener port number.
setLocalAddress(InetAddress) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns local interface for the listener.
setLocale(Locale) - Method in interface org.apache.hc.core5.http.HttpResponse
Changes the locale of this response.
setLocale(Locale) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
setLocale(Locale) - Method in class org.apache.hc.core5.http.message.HttpResponseWrapper
 
setLocalEndStream() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>>) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns LookupRegistry instance.
setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>>) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns LookupRegistry instance.
setLookupRegistry(LookupRegistry<HttpRequestHandler>) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns LookupRegistry instance.
setMalformedInputAction(CodingErrorAction) - Method in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
setMax(int) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
setMaxConcurrentStreams(int) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setMaxEmptyLineCount(int) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
setMaxFrameSize(int) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setMaxHeaderCount(int) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
setMaxHeaderListSize(int) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setMaxLineLength(int) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
setMaxListSize(int) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
setMaxPerRoute(HttpHost, int) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
setMaxPerRoute(HttpHost, int) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
setMaxPerRoute(T, int) - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
setMaxPerRoute(T, int) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
setMaxPerRoute(T, int) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
setMaxSize(int) - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
setMaxSize(int) - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
setMaxTableSize(int) - Method in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
setMaxTableSize(int) - Method in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
setMaxTotal(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
setMaxTotal(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
setMaxTotal(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
setMaxTotal(int) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setMaxTotal(int) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
setMaxTotal(int) - Method in interface org.apache.hc.core5.pool.ConnPoolControl
 
setMaxTotal(int) - Method in class org.apache.hc.core5.pool.LaxConnPool
 
setMaxTotal(int) - Method in class org.apache.hc.core5.pool.StrictConnPool
 
setMethod(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setOutputMode() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
Sets the mode to output.
setParameter(String, String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets parameter of URI query overriding existing value if set.
setParameters(List<NameValuePair>) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI query parameters.
setParameters(NameValuePair...) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI query parameters.
setPath(String) - Method in interface org.apache.hc.core5.http.HttpRequest
Sets URI path of this request message.
setPath(String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setPath(String) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
setPath(String) - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
setPath(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setPath(String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setPath(String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setPath(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI path.
setPathSegments(String...) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI path.
setPathSegments(List<String>) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI path.
setPathSegmentsRootless(String...) - Method in class org.apache.hc.core5.net.URIBuilder
Sets rootless URI path (the first segment does not start with a /).
setPathSegmentsRootless(List<String>) - Method in class org.apache.hc.core5.net.URIBuilder
Sets rootless URI path (the first segment does not start with a /).
setPayloadFile(File) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setPayloadText(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns PoolConcurrencyPolicy instance.
setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns PoolConcurrencyPolicy instance.
setPoolReusePolicy(PoolReusePolicy) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns PoolReusePolicy instance.
setPoolReusePolicy(PoolReusePolicy) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setPoolReusePolicy(PoolReusePolicy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns PoolReusePolicy instance.
setPort(int) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI port.
setProtocol(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the SSLContext algorithm name.
setProtocolVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
setProtocolVersion(ProtocolVersion) - Method in interface org.apache.hc.core5.http.protocol.HttpContext
Sets protocol version used in this context.
setProtocolVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
setProvider(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
setProvider(Provider) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
setPushEnabled(boolean) - Method in class org.apache.hc.core5.http2.config.H2Config.Builder
 
setRcvBufSize(int) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default value of the SocketOptions.SO_RCVBUF parameter for newly created sockets.
setRcvBufSize(int) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.SO_RCVBUF parameter for newly created sockets.
setReason(int, String) - Static method in class org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
Stores the given reason phrase, by status code.
setReasonPhrase(String) - Method in interface org.apache.hc.core5.http.HttpResponse
Updates the status line of this response with a new reason phrase.
setReasonPhrase(String) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
setReasonPhrase(String) - Method in class org.apache.hc.core5.http.message.HttpResponseWrapper
 
setRemoteEndStream() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
setRemoteEndStream() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
setRequestExpectations(Map<String, Object>) - Method in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
Sets the request expectations.
setRequestHandler(TestingFrameworkRequestHandler) - Method in class org.apache.hc.core5.testing.framework.TestingFramework
This is not likely to be used except during the testing of this class.
setRequests(int) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setResponseFactory(HttpResponseFactory<ClassicHttpResponse>) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns HttpResponseFactory instance.
setScheme(String) - Method in interface org.apache.hc.core5.http.HttpRequest
Sets scheme of this request message.
setScheme(String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setScheme(String) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
setScheme(String) - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
setScheme(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setScheme(String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setScheme(String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setScheme(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI scheme.
setSchemeSpecificPart(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the URI scheme specific part.
setSchemeSpecificPart(String, List<NameValuePair>) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the URI scheme specific part and append a list of NameValuePair to this part.
setSchemeSpecificPart(String, NameValuePair...) - Method in class org.apache.hc.core5.net.URIBuilder
Sets the URI scheme specific part and append a variable arguments list of NameValuePair instance(s) to this part.
setSecureRandom(SecureRandom) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
setSelectInterval(TimeValue) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines time interval at which the I/O reactor wakes up to check for timed out sessions and session requests.
setServerName(String) - Method in class org.apache.hc.core5.benchmark.Stats
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns ServerSocketFactory instance.
setSessionTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
setSndBufSize(int) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default value of the SocketOptions.SO_SNDBUF parameter for newly created sockets.
setSndBufSize(int) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.SO_SNDBUF parameter for newly created sockets.
setSoapAction(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setSocketConfig(SocketConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
Sets socket configuration.
setSocketConfig(SocketConfig) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Sets socket configuration.
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
setSocketTimeout(Timeout) - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
setSocketTimeout(Timeout) - Method in interface org.apache.hc.core5.http.SocketModalCloseable
Sets the socket timeout value.
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
setSocketTimeout(Timeout) - Method in interface org.apache.hc.core5.reactor.IOSession
Sets value of the socket timeout in milliseconds.
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
setSocketTimeout(Timeout) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
setSocksProxyAddress(SocketAddress) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
The address of the SOCKS proxy to use.
setSocksProxyAddress(SocketAddress) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
The address of the SOCKS proxy to use.
setSocksProxyPassword(String) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
The password to provide to the SOCKS proxy for username/password authentication.
setSocksProxyUsername(String) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
The username to provide to the SOCKS proxy for username/password authentication.
setSoKeepAlive(boolean) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default value of the SocketOptions.SO_KEEPALIVE parameter for newly created sockets.
setSoKeepAlive(boolean) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.SO_KEEPALIVE parameter for newly created sockets.
setSoLinger(int, TimeUnit) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
setSoLinger(int, TimeUnit) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.SO_LINGER parameter for newly created sockets.
setSoLinger(TimeValue) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default value of the SocketOptions.SO_LINGER parameter for newly created sockets.
setSoLinger(TimeValue) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.SO_LINGER parameter for newly created sockets.
setSoReuseAddress(boolean) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default value of the SocketOptions.SO_REUSEADDR parameter for newly created sockets.
setSoReuseAddress(boolean) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.SO_REUSEADDR parameter for newly created sockets.
setSoTimeout(int, TimeUnit) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
setSoTimeout(int, TimeUnit) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default socket timeout value for non-blocking I/O operations.
setSoTimeout(Timeout) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default socket timeout value for blocking I/O operations.
setSoTimeout(Timeout) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default socket timeout value for non-blocking I/O operations.
setSslContext(SSLContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setSslContext(SSLContext) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns SSLContext instance.
setSslSessionVerifier(SSLSessionVerifier) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
Assigns SSLSessionVerifier instance.
setSslSetupHandler(Callback<SSLParameters>) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
Assigns Callback for SSLParameters.
setSslSetupHandler(Callback<SSLParameters>) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns Callback for SSLParameters.
setSslSocketFactory(SSLSocketFactory) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setStatus(int) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
setStreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns Http1StreamListener instance.
setStreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns Http1StreamListener instance.
setStreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setStreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
Assigns ExceptionListener instance.
setStreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns Http1StreamListener instance.
setStreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns Http1StreamListener instance.
setStreamListener(H2StreamListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns H2StreamListener instance.
setStreamListener(H2StreamListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns H2StreamListener instance.
setStreamListener(H2StreamListener) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns H2StreamListener instance.
setStrictALPNHandshake(boolean) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
setTcpNoDelay(boolean) - Method in class org.apache.hc.core5.http.io.SocketConfig.Builder
Determines the default value of the SocketOptions.TCP_NODELAY parameter for newly created sockets.
setTcpNoDelay(boolean) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.TCP_NODELAY parameter for newly created sockets.
setTest(FrameworkTest) - Method in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
setTimeLimit(TimeValue) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setTimeToLive(Timeout) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
setTimeToLive(Timeout) - Method in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
setTimeToLive(TimeValue) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
SETTINGS - org.apache.hc.core5.http2.frame.FrameType
 
SETTINGS_TIMEOUT - org.apache.hc.core5.http2.H2Error
Settings not acknowledged.
SettingsHandshake() - Constructor for enum org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
 
setTlsHandshakeTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
setTlsHandshakeTimeout(Timeout) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns TLS handshake Timeout.
setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
Assigns TlsStrategy instance.
setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
Assigns TlsStrategy instance.
setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns TlsStrategy instance.
setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns TlsStrategy instance.
setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Assigns TlsStrategy instance.
setTrafficClass(int) - Method in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
Determines the default value of the SocketOptions.IP_TOS parameter for newly created sockets.
setTrustManagerFactoryAlgorithm(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the trust manager factory algorithm name.
setTrustStorePassword(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setTrustStorePath(String) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setTrustStoreProvider(String) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the JCA provider name to use for creating trust stores.
setTrustStoreProvider(Provider) - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
Sets the JCA provider to use for creating trust stores.
setUnmappableInputAction(CodingErrorAction) - Method in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
setUri(String) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setUri(String) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setUri(String) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setUri(String) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setUri(URI) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setUri(URI) - Method in interface org.apache.hc.core5.http.HttpRequest
Sets the full request URI of this request message.
setUri(URI) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setUri(URI) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
setUri(URI) - Method in class org.apache.hc.core5.http.message.HttpRequestWrapper
 
setUri(URI) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setUri(URI) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setUri(URI) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setUriPatternType(UriPatternType) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
Assigns UriPatternType for handler registration.
setUriPatternType(UriPatternType) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Assigns UriPatternType for handler registration.
setUseAcceptGZip(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setUseChunking(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setUseExpectContinue(boolean) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setUserInfo(String) - Method in class org.apache.hc.core5.net.URIBuilder
Sets URI user info.
setUserInfo(String, String) - Method in class org.apache.hc.core5.net.URIBuilder
Deprecated.
The use of clear-text passwords in URIs has been deprecated and is strongly discouraged.
setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
 
setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
setVerbosity(int) - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.benchmark.Stats
 
setVersion(ProtocolVersion) - Method in interface org.apache.hc.core5.http.HttpMessage
Sets protocol version.
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.support.AbstractRequestBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
setVersion(ProtocolVersion) - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
setVersionPolicy(HttpVersionPolicy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
Sets HTTP protocol version policy
setVersionPolicy(HttpVersionPolicy) - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
Sets HTTP protocol version policy
setWaitForContinueTimeout(Timeout) - Method in class org.apache.hc.core5.http.config.Http1Config.Builder
 
SharedInputBuffer - Class in org.apache.hc.core5.http.nio.support.classic
 
SharedInputBuffer(int) - Constructor for class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
SharedInputBuffer(ReentrantLock, int) - Constructor for class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
SharedOutputBuffer - Class in org.apache.hc.core5.http.nio.support.classic
 
SharedOutputBuffer(int) - Constructor for class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
SharedOutputBuffer(ReentrantLock, int) - Constructor for class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
showUsage(Options) - Static method in class org.apache.hc.core5.benchmark.CommandLineUtils
 
SHUT_DOWN - org.apache.hc.core5.reactor.IOReactorStatus
The reactor has shut down.
shutdown() - Method in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
shutdown(CloseMode) - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
shutdown(CloseMode) - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
shutdown(CloseMode) - Method in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
shutdown(CloseMode) - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
shutdown(TimeValue) - Method in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
shutdown(TimeValue) - Method in class org.apache.hc.core5.testing.SocksProxy
 
SHUTDOWN - org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
 
SHUTDOWN - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
 
ShutdownCommand - Class in org.apache.hc.core5.http.nio.command
Shutdown command.
ShutdownCommand(CloseMode) - Constructor for class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
shutdownInitiated - Variable in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
shutdownMutex - Variable in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
shutdownSession(Exception) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
shutdownSession(CloseMode) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
SHUTTING_DOWN - org.apache.hc.core5.reactor.IOReactorStatus
The reactor is shutting down.
signalCapacity(CapacityChannel) - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
signalReadiness() - Method in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
SingleCoreIOReactor - Class in org.apache.hc.core5.reactor
 
SingleCoreIOReactor(Callback<Exception>, IOEventHandlerFactory, IOReactorConfig, Decorator<IOSession>, IOSessionListener, Callback<IOSession>) - Constructor for class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
SingleCoreListeningIOReactor - Class in org.apache.hc.core5.reactor
 
SingleCoreListeningIOReactor(Callback<Exception>, IOReactorConfig, Callback<ChannelEntry>) - Constructor for class org.apache.hc.core5.reactor.SingleCoreListeningIOReactor
 
size - Variable in class org.apache.hc.core5.http.config.NamedElementChain
 
size() - Method in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
size() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList
 
skip(long) - Method in class org.apache.hc.core5.http.impl.io.ContentLengthInputStream
Skips and discards a number of bytes from the input stream.
skip(long) - Method in class org.apache.hc.core5.http.impl.io.EmptyInputStream
Deprecated.
Returns 0.
skip(long) - Method in class org.apache.hc.core5.http.io.entity.EmptyInputStream
Returns 0.
skip(long) - Method in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
skipWhiteSpace(CharSequence, ParserCursor) - Method in class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
skipWhiteSpace(CharSequence, Tokenizer.Cursor) - Method in class org.apache.hc.core5.util.Tokenizer
Skips semantically insignificant whitespace characters and moves the cursor to the closest non-whitespace character.
sleep() - Method in class org.apache.hc.core5.util.TimeValue
 
sndBufSize - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
sndBufSize - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
sndBufSize - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
sndBufSize - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
soapAction - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
soapAction - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
socket - Variable in class org.apache.hc.core5.http.impl.io.SocketHolder
 
socket - Variable in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
socketChannel - Variable in class org.apache.hc.core5.reactor.InternalConnectChannel
 
socketConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
socketConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
socketConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
socketConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
socketConfig - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
socketConfig - Variable in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
socketConfig - Variable in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
SocketConfig - Class in org.apache.hc.core5.http.io
Classic I/O network socket configuration.
SocketConfig(Timeout, boolean, TimeValue, boolean, boolean, int, int, int, SocketAddress) - Constructor for class org.apache.hc.core5.http.io.SocketConfig
 
SocketConfig.Builder - Class in org.apache.hc.core5.http.io
 
SocketHolder - Class in org.apache.hc.core5.http.impl.io
Utility class that holds a Socket along with copies of its InputStream and OutputStream.
SocketHolder(Socket) - Constructor for class org.apache.hc.core5.http.impl.io.SocketHolder
 
socketHolderRef - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
SocketModalCloseable - Interface in org.apache.hc.core5.http
A generic ModalCloseable backed by a network socket.
socketTimeout - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
socketTimeout - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
socketTimeout - Variable in class org.apache.hc.core5.http.EndpointDetails
 
socketTimeout - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
socketTimeout - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
SocketTimeoutExceptionFactory - Class in org.apache.hc.core5.io
Creates SocketTimeoutException instances.
SocketTimeoutExceptionFactory() - Constructor for class org.apache.hc.core5.io.SocketTimeoutExceptionFactory
 
SocksProxy - Class in org.apache.hc.core5.testing
Cheap and nasty SOCKS protocol version 5 proxy, recommended for use in unit tests only so we can test our SOCKS client code.
SocksProxy() - Constructor for class org.apache.hc.core5.testing.SocksProxy
 
SocksProxy(int) - Constructor for class org.apache.hc.core5.testing.SocksProxy
 
SocksProxy.SocksProxyHandler - Class in org.apache.hc.core5.testing
 
socksProxyAddress - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
socksProxyAddress - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
socksProxyAddress - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
socksProxyAddress - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
SocksProxyHandler(SocksProxy, Socket) - Constructor for class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
socksProxyPassword - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
socksProxyPassword - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
SocksProxyProtocolHandler - Class in org.apache.hc.core5.reactor
Implements the client side of SOCKS protocol version 5 as per https://tools.ietf.org/html/rfc1928.
SocksProxyProtocolHandler(InternalDataChannel, IOSessionRequest, IOEventHandlerFactory, IOReactorConfig) - Constructor for class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
SocksProxyProtocolHandler.State - Enum in org.apache.hc.core5.reactor
 
SocksProxyProtocolHandlerFactory - Class in org.apache.hc.core5.reactor
Deprecated.
Use IOReactorConfig. As of version 5.0.1 SocksProxyProtocolHandlerFactory.createHandler(ProtocolIOSession, Object) throws UnsupportedOperationException.
SocksProxyProtocolHandlerFactory(SocketAddress, String, String, IOEventHandlerFactory) - Constructor for class org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Deprecated.
 
socksProxyUsername - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
socksProxyUsername - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
SOFTWARE - Static variable in class org.apache.hc.core5.http.impl.HttpProcessors
 
SOFTWARE - Static variable in class org.apache.hc.core5.http2.impl.H2Processors
 
soKeepAlive - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
soKeepAlive - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
soKeepAlive - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
soKeepAlive - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
soLinger - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
soLinger - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
soLinger - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
soLinger - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
soReuseAddress - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
soReuseAddress - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
soReuseAddress - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
soReuseAddress - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
soTimeout - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
soTimeout - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
soTimeout - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
soTimeout - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
SP - Static variable in class org.apache.hc.core5.http.Chars
 
SP - Static variable in class org.apache.hc.core5.util.Tokenizer
 
splitPath(CharSequence) - Static method in class org.apache.hc.core5.net.URIBuilder
 
SSL_SESSION - Static variable in class org.apache.hc.core5.http.protocol.HttpCoreContext
Attribute name of a SSLSession object that represents the actual connection endpoint details.
sslBufferMode - Variable in class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
sslBufferMode - Variable in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
sslBufferMode - Variable in class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
sslBufferMode - Variable in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
SSLBufferMode - Enum in org.apache.hc.core5.reactor.ssl
 
SSLBufferMode() - Constructor for enum org.apache.hc.core5.reactor.ssl.SSLBufferMode
 
sslContext - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
sslContext - Variable in class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
sslContext - Variable in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
sslContext - Variable in class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
sslContext - Variable in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
sslContext - Variable in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
sslContext - Variable in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.H2TestClient
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.H2TestServer
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.Http1TestClient
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.Http1TestServer
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
sslContext - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
SSLContextBuilder - Class in org.apache.hc.core5.ssl
Builder for SSLContext instances.
SSLContextBuilder() - Constructor for class org.apache.hc.core5.ssl.SSLContextBuilder
 
SSLContextBuilder.KeyManagerDelegate - Class in org.apache.hc.core5.ssl
 
SSLContextBuilder.TrustManagerDelegate - Class in org.apache.hc.core5.ssl
 
SSLContexts - Class in org.apache.hc.core5.ssl
SSLContext factory methods.
SSLContexts() - Constructor for class org.apache.hc.core5.ssl.SSLContexts
 
sslEngine - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
SSLInitializationException - Exception in org.apache.hc.core5.ssl
 
SSLInitializationException(String, Throwable) - Constructor for exception org.apache.hc.core5.ssl.SSLInitializationException
 
SSLIOSession - Class in org.apache.hc.core5.reactor.ssl
SSLIOSession is a decorator class intended to transparently extend an IOSession with transport layer security capabilities based on the SSL/TLS protocol.
SSLIOSession(NamedEndpoint, IOSession, SSLMode, SSLContext, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Callback<SSLIOSession>, Callback<SSLIOSession>, Timeout) - Constructor for class org.apache.hc.core5.reactor.ssl.SSLIOSession
Creates new instance of SSLIOSession class.
SSLIOSession(NamedEndpoint, IOSession, SSLMode, SSLContext, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout, Callback<SSLIOSession>, Callback<SSLIOSession>, FutureCallback<SSLSession>) - Constructor for class org.apache.hc.core5.reactor.ssl.SSLIOSession
Creates new instance of SSLIOSession class.
SSLIOSession.TLSHandShakeState - Enum in org.apache.hc.core5.reactor.ssl
 
SSLManagedBuffer - Class in org.apache.hc.core5.reactor.ssl
 
SSLManagedBuffer() - Constructor for class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer
 
SSLManagedBuffer.DynamicBuffer - Class in org.apache.hc.core5.reactor.ssl
 
SSLManagedBuffer.StaticBuffer - Class in org.apache.hc.core5.reactor.ssl
 
sslMode - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
SSLMode - Enum in org.apache.hc.core5.reactor.ssl
 
SSLMode() - Constructor for enum org.apache.hc.core5.reactor.ssl.SSLMode
 
sslSession - Variable in class org.apache.hc.core5.reactor.ssl.TlsDetails
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.H2TestClient
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.H2TestServer
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.Http1TestClient
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.Http1TestServer
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
sslSessionInitializer - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
SSLSessionInitializer - Interface in org.apache.hc.core5.reactor.ssl
Callback interface that can be used to customize TLS/SSL session initialization.
sslSessionVerifier - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
sslSessionVerifier - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.H2TestClient
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.H2TestServer
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.Http1TestClient
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.Http1TestServer
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.InternalClientHttp1EventHandlerFactory
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.InternalServerHttp1EventHandlerFactory
 
sslSessionVerifier - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
SSLSessionVerifier - Interface in org.apache.hc.core5.http.io.ssl
Callback interface that can be used to customize TLS/SSL session verification.
SSLSessionVerifier - Interface in org.apache.hc.core5.reactor.ssl
Callback interface that can be used to customize TLS/SSL session verification.
sslSetupHandler - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
sslSetupHandler - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
sslSetupHandler - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
sslSetupHandler - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
sslSocketFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpRequester
 
sslSocketFactory - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
STALE_CHECK_TIMEOUT - Static variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
STANDARD_HEADERS - Static variable in class org.apache.hc.core5.http2.hpack.StaticTable
 
StandardFilter - Enum in org.apache.hc.core5.http.impl.bootstrap
Filters supported by async and classic server implementations
StandardFilter() - Constructor for enum org.apache.hc.core5.http.impl.bootstrap.StandardFilter
 
start() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
 
start() - Method in class org.apache.hc.core5.http.impl.bootstrap.AsyncServer
 
start() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
start() - Method in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
start() - Method in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
start() - Method in interface org.apache.hc.core5.reactor.IOReactorService
Starts I/O reactor.
start() - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
Activates all worker I/O reactors.
start() - Method in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
start() - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
start() - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
start() - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
start() - Method in class org.apache.hc.core5.testing.nio.Http1TestClient
 
start() - Method in class org.apache.hc.core5.testing.nio.Http1TestServer
 
start() - Method in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
start() - Method in class org.apache.hc.core5.testing.SocksProxy
 
start(Http1Config) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
start(Http1Config) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
start(Http1Config) - Method in class org.apache.hc.core5.testing.nio.Http1TestClient
 
start(Http1Config, HttpProcessor, Decorator<HttpServerRequestHandler>) - Method in class org.apache.hc.core5.testing.classic.ClassicTestServer
 
start(HttpProcessor) - Method in class org.apache.hc.core5.testing.classic.ClassicTestClient
 
start(HttpProcessor, Decorator<AsyncServerExchangeHandler>, Http1Config) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
start(HttpProcessor, Decorator<AsyncServerExchangeHandler>, Http1Config) - Method in class org.apache.hc.core5.testing.nio.Http1TestServer
 
start(HttpProcessor, Decorator<AsyncServerExchangeHandler>, H2Config) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
start(HttpProcessor, Http1Config) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
start(HttpProcessor, Http1Config) - Method in class org.apache.hc.core5.testing.nio.Http1TestClient
 
start(HttpProcessor, Http1Config) - Method in class org.apache.hc.core5.testing.nio.Http1TestServer
 
start(HttpProcessor, H2Config) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
start(H2Config) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
start(H2Config) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
start(IOEventHandlerFactory) - Method in class org.apache.hc.core5.testing.nio.H2TestClient
 
start(IOEventHandlerFactory) - Method in class org.apache.hc.core5.testing.nio.H2TestServer
 
start(IOEventHandlerFactory) - Method in class org.apache.hc.core5.testing.nio.Http1TestServer
 
startProtocol(HttpVersion) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
startProtocol(HttpConnectionEventHandler, ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
startServer() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
startSocksProxyHandler(Socket) - Method in class org.apache.hc.core5.testing.SocksProxy
 
startTls(SSLContext, NamedEndpoint, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
startTls(SSLContext, NamedEndpoint, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout) - Method in interface org.apache.hc.core5.reactor.ssl.TransportSecurityLayer
Starts TLS session over an existing network connection with the given SSL context.
startTls(SSLContext, NamedEndpoint, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
startTls(SSLContext, NamedEndpoint, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout, FutureCallback<TransportSecurityLayer>) - Method in interface org.apache.hc.core5.reactor.ssl.TransportSecurityLayer
Starts TLS session over an existing network connection with the given SSL context.
startTls(IOSession) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
startTls(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
state - Variable in class org.apache.hc.core5.http.impl.io.AbstractMessageParser
 
state - Variable in class org.apache.hc.core5.http.impl.io.ChunkedInputStream
 
state - Variable in class org.apache.hc.core5.http.impl.nio.AbstractMessageParser
 
state - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
state - Variable in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
state - Variable in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
state - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
state - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
 
state - Variable in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
state - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
state - Variable in class org.apache.hc.core5.pool.LaxConnPool.LeaseRequest
 
state - Variable in class org.apache.hc.core5.pool.PoolEntry
 
state - Variable in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
state - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
State() - Constructor for enum org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
 
State() - Constructor for enum org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
 
State() - Constructor for enum org.apache.hc.core5.http.impl.nio.ChunkDecoder.State
 
State() - Constructor for enum org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer.State
 
State() - Constructor for enum org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
 
State() - Constructor for enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
 
State() - Constructor for enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
 
State() - Constructor for enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
 
State() - Constructor for enum org.apache.hc.core5.http2.impl.nio.FrameInputBuffer.State
 
State() - Constructor for enum org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
 
STATELESS - org.apache.hc.core5.annotation.ThreadingBehavior
Instances of classes with the given contract are expected to maintain no state and to be thread-safe.
STATIC - org.apache.hc.core5.reactor.ssl.SSLBufferMode
 
StaticBuffer(int) - Constructor for class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.StaticBuffer
 
staticLength() - Method in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
staticLength() - Method in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
staticTable - Variable in class org.apache.hc.core5.http2.hpack.InboundDynamicTable
 
staticTable - Variable in class org.apache.hc.core5.http2.hpack.OutboundDynamicTable
 
StaticTable - Class in org.apache.hc.core5.http2.hpack
 
StaticTable(HPackHeader...) - Constructor for class org.apache.hc.core5.http2.hpack.StaticTable
 
StaticTable.InternalEntry - Class in org.apache.hc.core5.http2.hpack
 
stats - Variable in class org.apache.hc.core5.benchmark.BenchmarkWorker
 
Stats - Class in org.apache.hc.core5.benchmark
Statistics for an HttpBenchmark.
Stats() - Constructor for class org.apache.hc.core5.benchmark.Stats
 
status - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
status - Variable in class org.apache.hc.core5.http.support.AbstractResponseBuilder
 
status - Variable in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
status - Variable in class org.apache.hc.core5.reactor.IOSessionImpl
 
status - Variable in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
status - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
status - Variable in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
Status() - Constructor for enum org.apache.hc.core5.http.impl.bootstrap.HttpServer.Status
 
Status() - Constructor for enum org.apache.hc.core5.reactor.IOSession.Status
 
Status() - Constructor for enum org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
 
STATUS - Static variable in class org.apache.hc.core5.http2.H2PseudoResponseHeaders
 
STATUS - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
STATUS_URI - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
statusClass - Variable in class org.apache.hc.core5.http.message.StatusLine
The status code class.
StatusClass() - Constructor for enum org.apache.hc.core5.http.message.StatusLine.StatusClass
 
statusCode - Variable in class org.apache.hc.core5.http.message.StatusLine
The status code.
StatusLine - Class in org.apache.hc.core5.http.message
HTTP/1.1 status line.
StatusLine(HttpResponse) - Constructor for class org.apache.hc.core5.http.message.StatusLine
 
StatusLine(ProtocolVersion, int, String) - Constructor for class org.apache.hc.core5.http.message.StatusLine
Creates a new status line with the given version, status, and reason.
StatusLine.StatusClass - Enum in org.apache.hc.core5.http.message
Standard classes of HTTP status codes, plus OTHER for non-standard codes.
STD_ERR - Static variable in interface org.apache.hc.core5.http.ExceptionListener
 
stop() - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
STOPPING - org.apache.hc.core5.http.impl.bootstrap.HttpServer.Status
 
stopServer() - Method in class org.apache.hc.core5.testing.framework.TestingFramework
 
STREAM_CLOSED - org.apache.hc.core5.http2.H2Error
Frame received for closed stream.
streamAbort(InputStream) - Method in interface org.apache.hc.core5.http.io.EofSensorWatcher
Indicates that the stream is aborted.
StreamChannel<T extends java.nio.Buffer> - Interface in org.apache.hc.core5.http.nio
Abstract data stream channel.
streamClosed(InputStream) - Method in interface org.apache.hc.core5.http.io.EofSensorWatcher
Indicates that the stream is closed.
StreamClosedException - Exception in org.apache.hc.core5.http
Signals that data stream has already been closed.
StreamClosedException() - Constructor for exception org.apache.hc.core5.http.StreamClosedException
 
StreamClosedException(String) - Constructor for exception org.apache.hc.core5.http.StreamClosedException
 
streamData(int, AtomicInteger, ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
streamDataFrame(int, AtomicInteger, ByteBuffer, int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
StreamDescription(long, MessageDigest) - Constructor for class org.apache.hc.core5.testing.reactive.Reactive3TestUtils.StreamDescription
 
streamDuplexer - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
streamDuplexerFactory - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
 
streamDuplexerFactory - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
 
streamEnd(List<? extends Header>) - Method in interface org.apache.hc.core5.http.nio.AsyncDataConsumer
Triggered to signal termination of the data stream.
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
streamEnd(List<? extends Header>) - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
streamEnd(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
streamEnd(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
streamId - Variable in class org.apache.hc.core5.http2.frame.Frame
 
streamId - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
streamId - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
StreamIdGenerator - Interface in org.apache.hc.core5.http2.frame
HTTP/2 stream ID generator.
streamListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
streamListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
streamListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
streamListener - Variable in class org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
 
streamListener - Variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
streamListener - Variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
 
streamListener - Variable in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
streamListener - Variable in class org.apache.hc.core5.http.impl.io.HttpService
 
streamListener - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
streamListener - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
 
streamListener - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
streamListener - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
 
streamListener - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
streamListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
streamListener - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
streamListener - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
 
streamListener - Variable in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
 
streamMap - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
streamMultiplexer - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
streamOutput(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
streamStart(ContentType) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
Triggered to signal beginning of entity content stream.
streamStart(ContentType) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
Triggered to signal beginning of entity content stream.
streamStart(ContentType) - Method in class org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
 
streamStart(ContentType) - Method in class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
streamStart(EntityDetails, FutureCallback<Void>) - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
streamStart(EntityDetails, FutureCallback<T>) - Method in interface org.apache.hc.core5.http.nio.AsyncEntityConsumer
Signals beginning of an incoming request entity stream.
streamStart(EntityDetails, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
 
streamStart(EntityDetails, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
 
streamStart(EntityDetails, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
streamStart(EntityDetails, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
streamStart(EntityDetails, FutureCallback<T>) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
STRICT - org.apache.hc.core5.pool.PoolConcurrencyPolicy
Strict connection max limit guarantees.
strictALPNHandshake - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
strictALPNHandshake - Variable in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
StrictConnPool<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
Connection pool with strict connection limit guarantees.
StrictConnPool(int, int) - Constructor for class org.apache.hc.core5.pool.StrictConnPool
 
StrictConnPool(int, int, TimeValue, PoolReusePolicy, ConnPoolListener<T>) - Constructor for class org.apache.hc.core5.pool.StrictConnPool
 
StrictConnPool(int, int, TimeValue, PoolReusePolicy, DisposalCallback<C>, ConnPoolListener<T>) - Constructor for class org.apache.hc.core5.pool.StrictConnPool
 
StrictConnPool.LeaseRequest<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
 
StrictConnPool.PerRoutePool<T,​C extends ModalCloseable> - Class in org.apache.hc.core5.pool
 
StringAsyncEntityConsumer - Class in org.apache.hc.core5.http.nio.entity
Basic AsyncEntityConsumer implementation that processes the data stream content into a string.
StringAsyncEntityConsumer() - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
StringAsyncEntityConsumer(int) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
StringAsyncEntityConsumer(int, int, CharCodingConfig) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
StringAsyncEntityConsumer(CharCodingConfig) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
 
StringAsyncEntityProducer - Class in org.apache.hc.core5.http.nio.entity
Basic AsyncDataProducer implementation that generates data stream from content of a string.
StringAsyncEntityProducer(CharSequence) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
StringAsyncEntityProducer(CharSequence, int, int, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
StringAsyncEntityProducer(CharSequence, int, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
StringAsyncEntityProducer(CharSequence, ContentType) - Constructor for class org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
 
StringEntity - Class in org.apache.hc.core5.http.io.entity
A self contained, repeatable entity that obtains its content from a String.
StringEntity(String) - Constructor for class org.apache.hc.core5.http.io.entity.StringEntity
Creates a StringEntity with the specified content.
StringEntity(String, Charset) - Constructor for class org.apache.hc.core5.http.io.entity.StringEntity
Creates a StringEntity with the specified content and charset.
StringEntity(String, Charset, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.StringEntity
 
StringEntity(String, ContentType) - Constructor for class org.apache.hc.core5.http.io.entity.StringEntity
 
StringEntity(String, ContentType, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.StringEntity
 
StringEntity(String, ContentType, String, boolean) - Constructor for class org.apache.hc.core5.http.io.entity.StringEntity
Creates a StringEntity with the specified content and content type.
SUB_DELIMS - Static variable in class org.apache.hc.core5.net.PercentCodec
 
submit(List<Header>, boolean) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
submit(List<Header>, boolean) - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamChannel
 
submit(HttpResponse, boolean, FlushMode) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
submit(OutgoingMessage, boolean, FlushMode) - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
submitResponse(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpFilterChain.ResponseTrigger
Sends a final HTTP response to the client.
submitResponse(ClassicHttpResponse) - Method in interface org.apache.hc.core5.http.io.HttpServerRequestHandler.ResponseTrigger
Sends a final HTTP response to the client.
submitResponse(HttpResponse, AsyncEntityProducer) - Method in interface org.apache.hc.core5.http.nio.AsyncFilterChain.ResponseTrigger
Sends a final HTTP response to the client.
submitResponse(AsyncResponseProducer, HttpContext) - Method in interface org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger
Sends a final HTTP response to the client.
subscribe(Subscriber<? super ByteBuffer>) - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
subscriber - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
subscription - Variable in class org.apache.hc.core5.reactive.ReactiveDataProducer
 
subSequence(int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
substring(int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns a substring of this buffer.
substringTrimmed(int, int) - Method in class org.apache.hc.core5.util.CharArrayBuffer
Returns a substring of this buffer with leading and trailing whitespace omitted.
SUCCESS - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
successCount - Variable in class org.apache.hc.core5.benchmark.Results
 
successCount - Variable in class org.apache.hc.core5.benchmark.Stats
 
SUCCESSFUL - org.apache.hc.core5.http.message.StatusLine.StatusClass
Successful 2xx HTTP status codes.
Supplier<T> - Interface in org.apache.hc.core5.function
Represents a supplier of results.
supplyConsumer(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
Triggered to supply a request consumer to process the incoming request.
supplyConsumer(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler
 
suspendOutput() - Method in interface org.apache.hc.core5.http.impl.nio.Http1StreamChannel
 
suspendOutput() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
suspendSessionInput() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
suspendSessionOutput() - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
switchProtocol(String, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
switchProtocol(String, FutureCallback<ProtocolIOSession>) - Method in interface org.apache.hc.core5.reactor.ProtocolIOSession
Switches this I/O session to the application protocol with the given ID.
symbol - Variable in class org.apache.hc.core5.http2.hpack.HuffmanNode
 

T

tail - Variable in class org.apache.hc.core5.http2.hpack.FifoBuffer
 
targetAddress - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Deprecated.
 
targetEndpoint - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
tcpNoDelay - Variable in class org.apache.hc.core5.http.io.SocketConfig.Builder
 
tcpNoDelay - Variable in class org.apache.hc.core5.http.io.SocketConfig
 
tcpNoDelay - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
tcpNoDelay - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
TE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
TerminalAsyncServerFilter - Class in org.apache.hc.core5.http.nio.support
AsyncFilterHandler implementation represents a terminal handler in an asynchronous request processing pipeline that makes use of HandlerFactory to dispatch the request to a particular AsyncServerExchangeHandler.
TerminalAsyncServerFilter(HandlerFactory<AsyncServerExchangeHandler>) - Constructor for class org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter
 
TerminalServerFilter - Class in org.apache.hc.core5.http.io.support
HttpFilterHandler implementation represents a terminal handler in a request processing pipeline that makes use of HttpRequestMapper to dispatch the request to a particular HttpRequestHandler.
TerminalServerFilter(HttpRequestMapper<HttpRequestHandler>, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.core5.http.io.support.TerminalServerFilter
 
terminate() - Method in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
terminate(Exception) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
terminate(Exception) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
terminate(Exception) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
terminated - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequestListener
 
terminated - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
terminated - Variable in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
terminated - Variable in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
TERMINATED - org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
 
terminateExchange(HttpException) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
terminateExchange(HttpException) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
terminateRequest(ClassicHttpRequest) - Method in class org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
 
terminateRequest(ClassicHttpRequest) - Method in interface org.apache.hc.core5.http.io.HttpClientConnection
Terminates request prematurely potentially leaving the connection in a inconsistent state.
TERMINATORS - Static variable in class org.apache.hc.core5.net.URISupport
 
test - Variable in exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
TestingFramework - Class in org.apache.hc.core5.testing.framework
 
TestingFramework() - Constructor for class org.apache.hc.core5.testing.framework.TestingFramework
 
TestingFramework(ClientTestingAdapter) - Constructor for class org.apache.hc.core5.testing.framework.TestingFramework
 
TestingFrameworkException - Exception in org.apache.hc.core5.testing.framework
 
TestingFrameworkException(String) - Constructor for exception org.apache.hc.core5.testing.framework.TestingFrameworkException
Creates a WebServerTestingFrameworkException with the specified detail message.
TestingFrameworkException(Throwable) - Constructor for exception org.apache.hc.core5.testing.framework.TestingFrameworkException
 
TestingFrameworkRequestHandler - Class in org.apache.hc.core5.testing.framework
 
TestingFrameworkRequestHandler() - Constructor for class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
 
tests - Variable in class org.apache.hc.core5.testing.framework.TestingFramework
 
TEXT_EVENT_STREAM - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for text/event-stream.
TEXT_HTML - Static variable in class org.apache.hc.core5.http.ContentType
 
TEXT_MARKDOWN - Static variable in class org.apache.hc.core5.http.ContentType
Public constant media type for text/markdown.
TEXT_PLAIN - Static variable in class org.apache.hc.core5.http.ContentType
 
TEXT_XML - Static variable in class org.apache.hc.core5.http.ContentType
 
TextUtils - Class in org.apache.hc.core5.util
 
TextUtils() - Constructor for class org.apache.hc.core5.util.TextUtils
 
THREAD_FACTORY - Static variable in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
threading() - Method in annotation type org.apache.hc.core5.annotation.Contract
 
ThreadingBehavior - Enum in org.apache.hc.core5.annotation
Defines types of threading behavior enforced at runtime.
ThreadingBehavior() - Constructor for enum org.apache.hc.core5.annotation.ThreadingBehavior
 
threads - Variable in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
throwable - Variable in class org.apache.hc.core5.reactor.IOReactorWorker
 
throwIfCancelled() - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
thrown - Variable in class org.apache.hc.core5.testing.framework.TestingFrameworkRequestHandler
 
timedJoin(Thread) - Method in class org.apache.hc.core5.util.TimeValue
 
timedWait(Object) - Method in class org.apache.hc.core5.util.TimeValue
 
timeLimit - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
timeLimit - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
timeout - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
timeout - Variable in class org.apache.hc.core5.reactor.IOSessionRequest
 
timeout(IOSession) - Method in interface org.apache.hc.core5.reactor.IOSessionListener
 
timeout(IOSession) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSessionListener
 
timeout(IOSession, Timeout) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1IOEventHandler
 
timeout(IOSession, Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
 
timeout(IOSession, Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
timeout(IOSession, Timeout) - Method in class org.apache.hc.core5.http2.impl.nio.PrefaceHandlerBase
 
timeout(IOSession, Timeout) - Method in interface org.apache.hc.core5.reactor.IOEventHandler
Triggered when the given session has timed out.
timeout(IOSession, Timeout) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
Timeout - Class in org.apache.hc.core5.util
Represents a timeout value as a non-negative long time and TimeUnit.
Timeout(long, TimeUnit) - Constructor for class org.apache.hc.core5.util.Timeout
 
TIMEOUT - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
TIMEOUT - Static variable in class org.apache.hc.core5.testing.framework.ClientPOJOAdapter
 
TimeoutValueException - Exception in org.apache.hc.core5.util
A specialization of TimeoutException that carries a Timeout deadline and the actual value.
TimeoutValueException(Timeout, Timeout) - Constructor for exception org.apache.hc.core5.util.TimeoutValueException
Creates a new exception for the given timeout deadline and actual timeout.
timeToLive - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
timeToLive - Variable in class org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
 
timeToLive - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
timeToLive - Variable in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
timeToLive - Variable in class org.apache.hc.core5.pool.LaxConnPool
 
timeToLive - Variable in class org.apache.hc.core5.pool.PoolEntry
 
timeToLive - Variable in class org.apache.hc.core5.pool.StrictConnPool
 
timeUnit - Variable in class org.apache.hc.core5.util.TimeValue
 
TimeValue - Class in org.apache.hc.core5.util
Represents a time value as a long time and a TimeUnit.
TimeValue(long, TimeUnit) - Constructor for class org.apache.hc.core5.util.TimeValue
 
TLS - Enum in org.apache.hc.core5.http.ssl
Supported TLS protocol versions.
TLS - Static variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
TLS(String, ProtocolVersion) - Constructor for enum org.apache.hc.core5.http.ssl.TLS
 
TlsCiphers - Class in org.apache.hc.core5.http.ssl
TLS cipher suite support methods
TlsCiphers() - Constructor for class org.apache.hc.core5.http.ssl.TlsCiphers
 
tlsDetails - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
TlsDetails - Class in org.apache.hc.core5.reactor.ssl
Represents details of a fully established TLS session.
TlsDetails(SSLSession, String) - Constructor for class org.apache.hc.core5.reactor.ssl.TlsDetails
 
TLSHandShakeState() - Constructor for enum org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
 
tlsSessionRef - Variable in class org.apache.hc.core5.reactor.InternalDataChannel
 
tlsStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
 
tlsStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
 
tlsStrategy - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
 
tlsStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
 
tlsStrategy - Variable in class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
 
tlsStrategy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
tlsStrategy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
tlsStrategy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
tlsStrategy - Variable in class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
tlsStrategy - Variable in class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
tlsStrategy - Variable in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
TlsStrategy - Interface in org.apache.hc.core5.http.nio.ssl
TLS protocol upgrade strategy for non-blocking TransportSecurityLayer sessions.
TlsSupport - Class in org.apache.hc.core5.http.nio.ssl
HTTP/1.1 TLS support methods
TlsSupport() - Constructor for class org.apache.hc.core5.http.nio.ssl.TlsSupport
 
tlsUpgrade(NamedEndpoint, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.InternalAsyncClientEndpoint
 
tlsUpgrade(NamedEndpoint, FutureCallback<ProtocolIOSession>) - Method in interface org.apache.hc.core5.http.nio.ssl.TlsUpgradeCapable
 
TlsUpgradeCapable - Interface in org.apache.hc.core5.http.nio.ssl
Capability to upgrade to TLS.
TlsVersionParser - Class in org.apache.hc.core5.http.ssl
 
TlsVersionParser() - Constructor for class org.apache.hc.core5.http.ssl.TlsVersionParser
 
tmpBuf - Variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
tmpBuf - Variable in class org.apache.hc.core5.http2.hpack.HPackEncoder
 
toByteArray() - Method in class org.apache.hc.core5.util.ByteArrayBuffer
Converts the content of this buffer to an array of bytes.
toByteArray(HttpEntity) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Reads the contents of an entity and return it as a byte array.
toByteArray(HttpEntity, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Reads the contents of an entity and return it as a byte array.
toCharArray() - Method in class org.apache.hc.core5.util.CharArrayBuffer
Converts the content of this buffer to an array of chars.
toCharArrayBuffer(InputStream, int, Charset, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
 
toChronoUnit(TimeUnit) - Static method in class org.apache.hc.core5.util.TimeValue
Converts a TimeUnit to the equivalent ChronoUnit.
toContentLength(int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Gets a usable content length value for the given candidate.
toDays() - Method in class org.apache.hc.core5.util.TimeValue
 
toDuration() - Method in class org.apache.hc.core5.util.TimeValue
Converts this instance of to a Duration.
toErrorMessage(Exception) - Static method in class org.apache.hc.core5.http.impl.ServerSupport
 
toHexString(byte[]) - Static method in class org.apache.hc.core5.util.TextUtils
Returns a hexadecimal string with lowercase letters, representing the values of the bytes.
toHostString() - Method in class org.apache.hc.core5.http.HttpHost
Obtains the host string, without scheme prefix.
toHours() - Method in class org.apache.hc.core5.util.TimeValue
 
TOKEN_DELIMITER - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
tokenizer - Variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
tokenizer - Variable in class org.apache.hc.core5.http.message.BasicLineParser
 
tokenizer - Variable in class org.apache.hc.core5.http.message.BasicTokenIterator
 
tokenizer - Variable in class org.apache.hc.core5.http.ssl.TlsVersionParser
 
Tokenizer - Class in org.apache.hc.core5.util
Tokenizer that can be used as a foundation for more complex parsing routines.
Tokenizer() - Constructor for class org.apache.hc.core5.util.Tokenizer
 
Tokenizer.Cursor - Class in org.apache.hc.core5.util
 
TokenParser - Class in org.apache.hc.core5.http.message
Deprecated.
TokenParser() - Constructor for class org.apache.hc.core5.http.message.TokenParser
Deprecated.
 
toLowerCase(String) - Static method in class org.apache.hc.core5.util.TextUtils
Returns lower case representation of the given string using Locale.ROOT.
toMicroseconds() - Method in class org.apache.hc.core5.util.TimeValue
 
toMilliseconds() - Method in class org.apache.hc.core5.util.TimeValue
 
toMillisecondsIntBound() - Method in class org.apache.hc.core5.util.TimeValue
 
toMinutes() - Method in class org.apache.hc.core5.util.TimeValue
 
toNanoseconds() - Method in class org.apache.hc.core5.util.TimeValue
 
toSeconds() - Method in class org.apache.hc.core5.util.TimeValue
 
toSecondsIntBound() - Method in class org.apache.hc.core5.util.TimeValue
 
toSocketAddress(HttpHost) - Method in class org.apache.hc.core5.testing.nio.AsyncRequester
 
toStatusCode(Exception) - Method in class org.apache.hc.core5.http.impl.io.HttpService
 
toStatusCode(Exception) - Static method in class org.apache.hc.core5.http.impl.ServerSupport
 
toString() - Method in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
toString() - Method in class org.apache.hc.core5.benchmark.Results
 
toString() - Method in class org.apache.hc.core5.benchmark.Stats
 
toString() - Method in class org.apache.hc.core5.http.config.CharCodingConfig
 
toString() - Method in class org.apache.hc.core5.http.config.Http1Config
 
toString() - Method in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
toString() - Method in class org.apache.hc.core5.http.config.Registry
 
toString() - Method in class org.apache.hc.core5.http.config.RegistryBuilder
 
toString() - Method in class org.apache.hc.core5.http.ContentType
Generates textual representation of this content type which can be used as the value of a Content-Type header.
toString() - Method in class org.apache.hc.core5.http.EndpointDetails
 
toString() - Method in class org.apache.hc.core5.http.HttpHost
 
toString() - Method in class org.apache.hc.core5.http.impl.bootstrap.HandlerEntry
 
toString() - Method in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
toString() - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
toString() - Method in class org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
 
toString() - Method in class org.apache.hc.core5.http.impl.io.SocketHolder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ExpandableBuffer
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.IdentityDecoder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.IdentityEncoder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
toString() - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
toString() - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
toString() - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
toString() - Method in class org.apache.hc.core5.http.io.SocketConfig
 
toString() - Method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
toString() - Method in class org.apache.hc.core5.http.io.support.ClassicResponseBuilder
 
toString() - Method in class org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
 
toString() - Method in class org.apache.hc.core5.http.message.AbstractMessageWrapper
 
toString() - Method in class org.apache.hc.core5.http.message.BasicHeader
 
toString() - Method in class org.apache.hc.core5.http.message.BasicHeaderElement
 
toString() - Method in class org.apache.hc.core5.http.message.BasicHttpRequest
 
toString() - Method in class org.apache.hc.core5.http.message.BasicHttpResponse
 
toString() - Method in class org.apache.hc.core5.http.message.BasicNameValuePair
 
toString() - Method in class org.apache.hc.core5.http.message.BufferedHeader
 
toString() - Method in class org.apache.hc.core5.http.message.HeaderGroup
 
toString() - Method in class org.apache.hc.core5.http.message.RequestLine
 
toString() - Method in class org.apache.hc.core5.http.message.StatusLine
 
toString() - Method in class org.apache.hc.core5.http.Message
 
toString() - Method in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
toString() - Method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
toString() - Method in class org.apache.hc.core5.http.nio.support.AsyncPushBuilder
 
toString() - Method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
toString() - Method in class org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
 
toString() - Method in class org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
 
toString() - Method in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
toString() - Method in class org.apache.hc.core5.http.protocol.HttpCoreContext
 
toString() - Method in class org.apache.hc.core5.http.protocol.UriPatternMatcher
 
toString() - Method in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
 
toString() - Method in class org.apache.hc.core5.http.protocol.UriRegexMatcher
 
toString() - Method in class org.apache.hc.core5.http.ProtocolVersion
Converts this protocol version to a string.
toString() - Method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
toString() - Method in class org.apache.hc.core5.http.support.BasicResponseBuilder
 
toString() - Method in enum org.apache.hc.core5.http.URIScheme
 
toString() - Method in class org.apache.hc.core5.http2.config.H2Config
 
toString() - Method in class org.apache.hc.core5.http2.config.H2Setting
 
toString() - Method in class org.apache.hc.core5.http2.frame.Frame
 
toString() - Method in class org.apache.hc.core5.http2.hpack.FifoLinkedList.InternalNode
 
toString() - Method in class org.apache.hc.core5.http2.hpack.HPackHeader
 
toString() - Method in class org.apache.hc.core5.http2.hpack.HuffmanNode
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2Stream
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
 
toString() - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
toString() - Method in enum org.apache.hc.core5.http2.ssl.ApplicationProtocol
 
toString() - Method in class org.apache.hc.core5.net.Host
 
toString() - Method in class org.apache.hc.core5.net.URIAuthority
 
toString() - Method in class org.apache.hc.core5.net.URIBuilder
Converts this instance to a URI string.
toString() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
toString() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
toString() - Method in class org.apache.hc.core5.pool.PoolEntry
 
toString() - Method in class org.apache.hc.core5.pool.PoolStats
 
toString() - Method in class org.apache.hc.core5.pool.StrictConnPool.LeaseRequest
 
toString() - Method in class org.apache.hc.core5.pool.StrictConnPool.PerRoutePool
 
toString() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
toString() - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
toString() - Method in class org.apache.hc.core5.reactor.AbstractSingleCoreIOReactor
 
toString() - Method in class org.apache.hc.core5.reactor.ChannelEntry
 
toString() - Method in class org.apache.hc.core5.reactor.EndpointParameters
 
toString() - Method in class org.apache.hc.core5.reactor.InternalConnectChannel
 
toString() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
toString() - Method in class org.apache.hc.core5.reactor.IOReactorConfig
 
toString() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
toString() - Method in class org.apache.hc.core5.reactor.IOSessionRequest
 
toString() - Method in class org.apache.hc.core5.reactor.ListenerEndpointImpl
 
toString() - Method in class org.apache.hc.core5.reactor.MultiCoreIOReactor
 
toString() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
toString() - Method in class org.apache.hc.core5.reactor.ssl.TlsDetails
 
toString() - Method in class org.apache.hc.core5.ssl.PrivateKeyDetails
 
toString() - Method in class org.apache.hc.core5.ssl.SSLContextBuilder
 
toString() - Method in class org.apache.hc.core5.testing.framework.FrameworkTest
 
toString() - Method in class org.apache.hc.core5.testing.nio.ClientSessionEndpoint
 
toString() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
toString() - Method in class org.apache.hc.core5.util.CharArrayBuffer
 
toString() - Method in class org.apache.hc.core5.util.Deadline
 
toString() - Method in class org.apache.hc.core5.util.TimeValue
 
toString() - Method in class org.apache.hc.core5.util.Tokenizer.Cursor
 
toString() - Method in class org.apache.hc.core5.util.VersionInfo
Provides the version information in human-readable format.
toString(int) - Static method in enum org.apache.hc.core5.http2.config.H2Param
 
toString(int) - Static method in enum org.apache.hc.core5.http2.frame.FrameType
 
toString(HttpEntity) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Reads the contents of an entity and return it as a String.
toString(HttpEntity, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Reads the contents of an entity and return it as a String.
toString(HttpEntity, String) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Gets the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, String, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Gets the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, Charset) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Gets the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, Charset, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
Gets the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, ContentType, int) - Static method in class org.apache.hc.core5.http.io.entity.EntityUtils
 
total - Variable in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
Total bytes written
totalBytesRcvd - Variable in class org.apache.hc.core5.benchmark.Results
 
totalBytesRecv - Variable in class org.apache.hc.core5.benchmark.Stats
 
totalBytesSent - Variable in class org.apache.hc.core5.benchmark.Results
 
totalBytesSent - Variable in class org.apache.hc.core5.benchmark.Stats
 
totalContentBytesRecvd - Variable in class org.apache.hc.core5.benchmark.Results
 
totalContentLength - Variable in class org.apache.hc.core5.benchmark.Stats
 
totalTimeMillis - Variable in class org.apache.hc.core5.benchmark.Results
 
toTimeout() - Method in class org.apache.hc.core5.util.TimeValue
 
toURI() - Method in class org.apache.hc.core5.http.HttpHost
Return the host URI, as a string.
trace() - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
trace() - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
trace() - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
trace(String) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
trace(String) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
trace(String) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
trace(URI) - Static method in class org.apache.hc.core5.http.io.support.ClassicRequestBuilder
 
trace(URI) - Static method in class org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
 
trace(URI) - Static method in class org.apache.hc.core5.http.support.BasicRequestBuilder
 
TRACE - org.apache.hc.core5.http.Method
 
trafficClass - Variable in class org.apache.hc.core5.reactor.IOReactorConfig.Builder
 
trafficClass - Variable in class org.apache.hc.core5.reactor.IOReactorConfig
 
TRAILER - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
trailerBufs - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
trailers - Variable in class org.apache.hc.core5.http.impl.nio.ChunkDecoder
 
trailers - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
trailers - Variable in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
trailerSupplier - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
transfer(FileChannel, long, long) - Method in class org.apache.hc.core5.http.impl.nio.IdentityDecoder
 
transfer(FileChannel, long, long) - Method in class org.apache.hc.core5.http.impl.nio.IdentityEncoder
 
transfer(FileChannel, long, long) - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
 
transfer(FileChannel, long, long) - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
transfer(FileChannel, long, long) - Method in interface org.apache.hc.core5.http.nio.FileContentDecoder
Transfers a portion of entity content from the underlying network channel into the given file channel.
transfer(FileChannel, long, long) - Method in interface org.apache.hc.core5.http.nio.FileContentEncoder
Transfers a portion of entity content from the given file channel to the underlying network channel.
TRANSFER_ENCODING - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
TRANSMITTED - org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
 
TransportSecurityLayer - Interface in org.apache.hc.core5.reactor.ssl
TLS capable session layer interface.
TruncatedChunkException - Exception in org.apache.hc.core5.http
Signals a truncated chunk in a chunked stream.
TruncatedChunkException(String) - Constructor for exception org.apache.hc.core5.http.TruncatedChunkException
Creates a TruncatedChunkException with the specified detail message.
TruncatedChunkException(String, Object...) - Constructor for exception org.apache.hc.core5.http.TruncatedChunkException
Constructs a new TruncatedChunkException with the specified detail message.
trustManager - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder.TrustManagerDelegate
 
TrustManagerDelegate(X509TrustManager, TrustStrategy) - Constructor for class org.apache.hc.core5.ssl.SSLContextBuilder.TrustManagerDelegate
 
trustManagerFactoryAlgorithm - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
trustManagers - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
trustStorePassword - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
trustStorePassword - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
trustStorePath - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
trustStorePath - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
trustStrategy - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder.TrustManagerDelegate
 
TrustStrategy - Interface in org.apache.hc.core5.ssl
A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.
tsProvider - Variable in class org.apache.hc.core5.ssl.SSLContextBuilder
 
type - Variable in class org.apache.hc.core5.http.nio.command.ShutdownCommand
 
type - Variable in class org.apache.hc.core5.http2.frame.Frame
 
type - Variable in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.Continuation
 
type - Variable in class org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
 
type - Variable in class org.apache.hc.core5.ssl.PrivateKeyDetails
 
Type() - Constructor for enum org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener.Type
 

U

UNAVAILABLE - Static variable in class org.apache.hc.core5.util.VersionInfo
A string constant for unavailable information.
UNDEFINED - Static variable in interface org.apache.hc.core5.http.ContentLengthStrategy
Message body not explicitly delineated.
UNEXPECTED_EOS - Static variable in class org.apache.hc.core5.http2.hpack.HPackDecoder
 
uniqueClasses - Variable in class org.apache.hc.core5.http.protocol.ChainBuilder
 
unmappableInputAction - Variable in class org.apache.hc.core5.http.config.CharCodingConfig.Builder
 
unmappableInputAction - Variable in class org.apache.hc.core5.http.config.CharCodingConfig
 
unregister(String) - Method in interface org.apache.hc.core5.http.protocol.LookupRegistry
Removes registered object, if exists, for the given pattern.
unregister(String) - Method in class org.apache.hc.core5.http.protocol.UriPatternMatcher
Removes registered object, if exists, for the given pattern.
unregister(String) - Method in class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
Removes registered object, if exists, for the given pattern.
unregister(String) - Method in class org.apache.hc.core5.http.protocol.UriRegexMatcher
Removes registered object, if exists, for the given regex.
UNRESERVED - Static variable in class org.apache.hc.core5.net.PercentCodec
 
UNSAFE - org.apache.hc.core5.annotation.ThreadingBehavior
Instances of classes with the given contract are expected to be non thread-safe.
UNSAFE_CHARS - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueFormatter
 
UnsupportedHttpVersionException - Exception in org.apache.hc.core5.http
Signals an unsupported version of the HTTP protocol.
UnsupportedHttpVersionException() - Constructor for exception org.apache.hc.core5.http.UnsupportedHttpVersionException
Creates an exception without a detail message.
UnsupportedHttpVersionException(String) - Constructor for exception org.apache.hc.core5.http.UnsupportedHttpVersionException
Creates an exception with the specified detail message.
UnsupportedHttpVersionException(ProtocolVersion) - Constructor for exception org.apache.hc.core5.http.UnsupportedHttpVersionException
Creates an exception with a detail message for the given ProtocolVersion.
update(int) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
update(int) - Method in interface org.apache.hc.core5.http.nio.CapacityChannel
Updates data capacity information through this channel.
update(int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamHandler
 
updateCapacity(CapacityChannel) - Method in interface org.apache.hc.core5.http.nio.AsyncDataConsumer
Triggered to signal ability of the underlying data stream to receive data capacity update.
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
Deprecated.
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicRequestConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.BasicResponseConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.http2.impl.nio.NoopAsyncPushHandler
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.reactive.ReactiveResponseConsumer
 
updateCapacity(CapacityChannel) - Method in class org.apache.hc.core5.reactive.ReactiveServerExchangeHandler
 
updated - Variable in class org.apache.hc.core5.pool.PoolEntry
 
updateEventMask() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
updateExpiry(TimeValue) - Method in class org.apache.hc.core5.pool.PoolEntry
 
updateInputCapacity() - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2StreamHandler
 
updateInputCapacity() - Method in class org.apache.hc.core5.http2.impl.nio.ClientPushH2StreamHandler
 
updateInputCapacity() - Method in interface org.apache.hc.core5.http2.impl.nio.H2StreamHandler
 
updateInputCapacity() - Method in class org.apache.hc.core5.http2.impl.nio.NoopH2StreamHandler
 
updateInputCapacity() - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2StreamHandler
 
updateInputCapacity() - Method in class org.apache.hc.core5.http2.impl.nio.ServerPushH2StreamHandler
 
updateInputMetrics(IncomingMessage, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
updateInputMetrics(HttpRequest, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
updateInputMetrics(HttpResponse, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
updateInputWindow(int, AtomicInteger, int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
updateLastStreamId(int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
updateOutputMetrics(HttpRequest, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
 
updateOutputMetrics(HttpResponse, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
 
updateOutputMetrics(OutgoingMessage, BasicHttpConnectionMetrics) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
updateOutputWindow(int, AtomicInteger, int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
updatePos(int) - Method in class org.apache.hc.core5.util.Tokenizer.Cursor
 
updateReadTime() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
updateReadTime() - Method in interface org.apache.hc.core5.reactor.IOSession
Updates the timestamp of the last read event
updateReadTime() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
updateReadTime() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
updateReadTime() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
updateState(Object) - Method in class org.apache.hc.core5.pool.PoolEntry
 
updateWindow(int) - Method in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
updateWindow(AtomicInteger, int) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer
 
updateWriteTime() - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
updateWriteTime() - Method in interface org.apache.hc.core5.reactor.IOSession
Updates the timestamp of the last write event
updateWriteTime() - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
updateWriteTime() - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
updateWriteTime() - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
upgrade(IOEventHandler) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
upgrade(IOEventHandler) - Method in interface org.apache.hc.core5.reactor.IOSession
Upgrades event handler associated with the session.
upgrade(IOEventHandler) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
upgrade(IOEventHandler) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
upgrade(IOEventHandler) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
upgrade(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler
 
upgrade(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler
 
upgrade(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler
 
upgrade(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler
 
upgrade(ProtocolIOSession, FutureCallback<ProtocolIOSession>) - Method in interface org.apache.hc.core5.reactor.ProtocolUpgradeHandler
Upgrades application protocol of the given I/O session.
upgrade(TransportSecurityLayer, HttpHost, SocketAddress, SocketAddress, Object, Timeout) - Method in class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
upgrade(TransportSecurityLayer, HttpHost, SocketAddress, SocketAddress, Object, Timeout) - Method in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
upgrade(TransportSecurityLayer, HttpHost, SocketAddress, SocketAddress, Object, Timeout) - Method in interface org.apache.hc.core5.http.nio.ssl.TlsStrategy
upgrade(TransportSecurityLayer, HttpHost, SocketAddress, SocketAddress, Object, Timeout) - Method in class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
upgrade(TransportSecurityLayer, HttpHost, SocketAddress, SocketAddress, Object, Timeout) - Method in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
upgrade(TransportSecurityLayer, NamedEndpoint, Object, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
upgrade(TransportSecurityLayer, NamedEndpoint, Object, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
upgrade(TransportSecurityLayer, NamedEndpoint, Object, Timeout, FutureCallback<TransportSecurityLayer>) - Method in interface org.apache.hc.core5.http.nio.ssl.TlsStrategy
Secures current session layer with TLS.
upgrade(TransportSecurityLayer, NamedEndpoint, Object, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
upgrade(TransportSecurityLayer, NamedEndpoint, Object, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
UPGRADE - Static variable in class org.apache.hc.core5.http.HeaderElements
 
UPGRADE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
upperBound - Variable in class org.apache.hc.core5.util.Tokenizer.Cursor
 
uri - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
uri - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
uri - Variable in class org.apache.hc.core5.http.message.RequestLine
 
URI_PATTERN - org.apache.hc.core5.http.protocol.UriPatternType
 
URI_PATTERN_IN_ORDER - org.apache.hc.core5.http.protocol.UriPatternType
 
URIAuthority - Class in org.apache.hc.core5.net
Represents authority component of request URI.
URIAuthority(String) - Constructor for class org.apache.hc.core5.net.URIAuthority
 
URIAuthority(String, int) - Constructor for class org.apache.hc.core5.net.URIAuthority
 
URIAuthority(String, String, int) - Constructor for class org.apache.hc.core5.net.URIAuthority
Constructs a new instance.
URIAuthority(String, Host) - Constructor for class org.apache.hc.core5.net.URIAuthority
 
URIAuthority(String, NamedEndpoint) - Constructor for class org.apache.hc.core5.net.URIAuthority
 
URIAuthority(Host) - Constructor for class org.apache.hc.core5.net.URIAuthority
 
URIAuthority(NamedEndpoint) - Constructor for class org.apache.hc.core5.net.URIAuthority
 
URIBuilder - Class in org.apache.hc.core5.net
Builder for URI instances.
URIBuilder() - Constructor for class org.apache.hc.core5.net.URIBuilder
Constructs an empty instance.
URIBuilder(String) - Constructor for class org.apache.hc.core5.net.URIBuilder
Constructs an instance from the string which must be a valid URI.
URIBuilder(String, Charset) - Constructor for class org.apache.hc.core5.net.URIBuilder
Constructs an instance from the string which must be a valid URI.
URIBuilder(URI) - Constructor for class org.apache.hc.core5.net.URIBuilder
Constructs an instance from the provided URI.
URIBuilder(URI, Charset) - Constructor for class org.apache.hc.core5.net.URIBuilder
Constructs an instance from the provided URI.
URIC - Static variable in class org.apache.hc.core5.net.PercentCodec
 
uriPattern - Variable in class org.apache.hc.core5.http.impl.bootstrap.HandlerEntry
 
uriPattern - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.HandlerEntry
 
UriPatternMatcher<T> - Class in org.apache.hc.core5.http.protocol
Maintains a map of objects keyed by a request URI pattern.
UriPatternMatcher() - Constructor for class org.apache.hc.core5.http.protocol.UriPatternMatcher
 
UriPatternOrderedMatcher<T> - Class in org.apache.hc.core5.http.protocol
Maintains a map of objects keyed by a request URI pattern.
UriPatternOrderedMatcher() - Constructor for class org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
 
uriPatternType - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
 
uriPatternType - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
UriPatternType - Enum in org.apache.hc.core5.http.protocol
 
UriPatternType() - Constructor for enum org.apache.hc.core5.http.protocol.UriPatternType
 
UriRegexMatcher<T> - Class in org.apache.hc.core5.http.protocol
Maintains a map of objects keyed by a request URI regular expression.
UriRegexMatcher() - Constructor for class org.apache.hc.core5.http.protocol.UriRegexMatcher
 
URIScheme - Enum in org.apache.hc.core5.http
Enumerates supported URI schemes.
URIScheme(String) - Constructor for enum org.apache.hc.core5.http.URIScheme
 
URISupport - Class in org.apache.hc.core5.net
 
URISupport() - Constructor for class org.apache.hc.core5.net.URISupport
 
URL_ENCODER - Static variable in class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
 
URLEncodedUtils - Class in org.apache.hc.core5.net
Deprecated.
Use URIBuilder to parse and format URIs and WWWFormCodec to parse and format application/x-www-form-urlencoded forms.
URLEncodedUtils() - Constructor for class org.apache.hc.core5.net.URLEncodedUtils
Deprecated.
 
useAcceptGZip - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
useAcceptGZip - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
useChunking - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
useChunking - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
useExpectContinue - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
useExpectContinue - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
USER_AGENT - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
userAgent - Variable in class org.apache.hc.core5.http.protocol.RequestUserAgent
 
userInfo - Variable in class org.apache.hc.core5.net.URIAuthority
 
userInfo - Variable in class org.apache.hc.core5.net.URIBuilder
 
username - Variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
Deprecated.
 
USERNAME_PASSWORD - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
USERNAME_PASSWORD_VERSION - Static variable in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 

V

V_1_0 - org.apache.hc.core5.http.ssl.TLS
 
V_1_1 - org.apache.hc.core5.http.ssl.TLS
 
V_1_2 - org.apache.hc.core5.http.ssl.TLS
 
V_1_3 - org.apache.hc.core5.http.ssl.TLS
 
valid(String) - Static method in class org.apache.hc.core5.http.ContentType
 
validate(SingleCoreIOReactor) - Static method in class org.apache.hc.core5.reactor.IOWorkers
 
validateActiveChannels() - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
validateAddress(SocketAddress) - Method in class org.apache.hc.core5.reactor.SingleCoreIOReactor
 
validateAfterInactivity - Variable in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
validatePendingRequests() - Method in class org.apache.hc.core5.pool.LaxConnPool.PerRoutePool
 
validatePendingRequests() - Method in class org.apache.hc.core5.pool.LaxConnPool
 
validatePendingRequests() - Method in class org.apache.hc.core5.pool.StrictConnPool
 
validateResponse(HttpResponse, EntityDetails) - Static method in class org.apache.hc.core5.http.impl.ServerSupport
 
validateSession(IOSession, Callback<Boolean>) - Method in class org.apache.hc.core5.http2.nio.pool.H2ConnPool
 
validateSession(IOSession, Callback<Boolean>) - Method in class org.apache.hc.core5.reactor.AbstractIOSessionPool
 
validityDeadline - Variable in class org.apache.hc.core5.pool.PoolEntry
 
value - Variable in class org.apache.hc.core5.http.config.NamedElementChain.Node
 
value - Variable in class org.apache.hc.core5.http.message.BasicHeader
 
value - Variable in class org.apache.hc.core5.http.message.BasicHeaderElement
 
value - Variable in class org.apache.hc.core5.http.message.BasicNameValuePair
 
value - Variable in class org.apache.hc.core5.http2.config.H2Setting
 
value - Variable in enum org.apache.hc.core5.http2.frame.FrameFlag
 
value - Variable in enum org.apache.hc.core5.http2.frame.FrameType
 
value - Variable in class org.apache.hc.core5.http2.hpack.HPackHeader
 
value - Variable in class org.apache.hc.core5.util.Deadline
 
VALUE_DELIMITER - Static variable in class org.apache.hc.core5.http.message.BasicHeaderValueParser
 
valueLen - Variable in class org.apache.hc.core5.http2.hpack.HPackHeader
 
valueOf(int) - Static method in enum org.apache.hc.core5.http2.config.H2Param
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.hc.core5.http2.frame.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.annotation.ThreadingBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.bootstrap.HttpServer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.bootstrap.StandardFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.ChunkDecoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.impl.nio.MessageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.message.StatusLine.StatusClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.protocol.UriPatternType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.ssl.TLS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http.URIScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.config.H2Param
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.frame.FrameFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.frame.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.H2Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.hpack.HPackRepresentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.HttpVersionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.impl.nio.FrameInputBuffer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.http2.ssl.ApplicationProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.io.CloseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.pool.LaxConnPool.PerRoutePool.RequestServiceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.pool.PoolConcurrencyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.pool.PoolReusePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.Command.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.IOReactorStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.IOSession.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.ssl.SSLBufferMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.reactor.ssl.SSLMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener.Type
Returns the enum constant of this type with the specified name.
valuePos - Variable in class org.apache.hc.core5.http.message.BufferedHeader
The beginning of the header value in the buffer
values() - Static method in enum org.apache.hc.core5.annotation.ThreadingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.bootstrap.FilterEntry.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.bootstrap.HttpServer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.bootstrap.StandardFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.ChunkDecoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.impl.nio.MessageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.message.StatusLine.StatusClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.protocol.UriPatternType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.ssl.TLS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http.URIScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.config.H2Param
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.frame.FrameFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.frame.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.H2Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.hpack.HPackRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.HttpVersionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.ConnectionHandshake
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.SettingsHandshake
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.impl.nio.bootstrap.FilterEntry.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.impl.nio.FrameInputBuffer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.http2.ssl.ApplicationProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.io.CloseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.pool.LaxConnPool.PerRoutePool.RequestServiceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.pool.PoolConcurrencyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.pool.PoolReusePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.Command.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.IOReactorStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.IOSession.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.ssl.SSLBufferMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.reactor.ssl.SSLMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.testing.nio.IOReactorExecutor.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hc.core5.testing.nio.LoggingHttp1StreamListener.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
verbosity - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig.Builder
 
verbosity - Variable in class org.apache.hc.core5.benchmark.BenchmarkConfig
 
verifier - Variable in class org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
 
verifier - Variable in class org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
 
verifier - Variable in class org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
 
verifier - Variable in class org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
 
verifier - Variable in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
verify(ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator
Verifies the HTTP request and decides whether it meets server expectations and the request processing can continue.
verify(ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
Verifies the HTTP request and decides whether it meets server expectations and the request processing can continue.
verify(HttpHost, SSLSession) - Method in interface org.apache.hc.core5.http.io.ssl.SSLSessionVerifier
 
verify(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter
 
verify(HttpRequest, HttpContext) - Method in class org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
 
verify(NamedEndpoint, SSLEngine) - Method in interface org.apache.hc.core5.reactor.ssl.SSLSessionVerifier
Triggered when the SSL connection has been established and initial SSL handshake has been successfully completed.
version - Variable in class org.apache.hc.core5.http.impl.io.BHttpConnectionBase
 
version - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer
 
version - Variable in class org.apache.hc.core5.http.message.BasicHttpRequest
 
version - Variable in class org.apache.hc.core5.http.message.BasicHttpResponse
 
version - Variable in class org.apache.hc.core5.http.protocol.BasicHttpContext
 
version - Variable in enum org.apache.hc.core5.http.ssl.TLS
 
version - Variable in class org.apache.hc.core5.http.support.AbstractMessageBuilder
 
VERSION_5 - Static variable in class org.apache.hc.core5.testing.SocksProxy.SocksProxyHandler
 
VERSION_PROPERTY_FILE - Static variable in class org.apache.hc.core5.util.VersionInfo
The filename of the version information files.
VersionInfo - Class in org.apache.hc.core5.util
Provides access to version information for HTTP components.
VersionInfo(String, String, String, String, String) - Constructor for class org.apache.hc.core5.util.VersionInfo
Instantiates version information.
versionPolicy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
 
versionPolicy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
 
versionPolicy - Variable in class org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
 
versionPolicy - Variable in class org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
 
versionPolicy - Variable in class org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
 
versionPolicy - Variable in class org.apache.hc.core5.testing.nio.InternalClientProtocolNegotiationStarter
 
versionPolicy - Variable in class org.apache.hc.core5.testing.nio.InternalServerProtocolNegotiationStarter
 
versionRef - Variable in class org.apache.hc.core5.benchmark.Stats
 
VIA - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
virtualMap - Variable in class org.apache.hc.core5.http.protocol.RequestHandlerRegistry
 

W

waitFlush() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
waitForContinue - Variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
waitForContinue - Variable in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor
 
waitForContinueTimeout - Variable in class org.apache.hc.core5.http.config.Http1Config.Builder
 
waitForContinueTimeout - Variable in class org.apache.hc.core5.http.config.Http1Config
 
WARNING - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
WEAK_CIPHER_SUITE_PATTERNS - Static variable in class org.apache.hc.core5.http.ssl.TlsCiphers
 
WEAK_CIPHERS - Static variable in class org.apache.hc.core5.http.ssl.TlsCiphers
 
WEAK_KEY_EXCHANGES - Static variable in class org.apache.hc.core5.http.ssl.TlsCiphers
 
WILDCARD - Static variable in class org.apache.hc.core5.http.ContentType
 
window - Variable in class org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.CapacityWindow
 
WINDOW_UPDATE - org.apache.hc.core5.http2.frame.FrameType
 
windowScalingIncrement - Variable in class org.apache.hc.core5.reactive.ReactiveDataConsumer
 
wire - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpClientConnection
 
wire - Variable in class org.apache.hc.core5.testing.classic.LoggingBHttpServerConnection
 
wire - Variable in class org.apache.hc.core5.testing.classic.LoggingInputStream
 
wire - Variable in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
wire - Variable in class org.apache.hc.core5.testing.classic.LoggingSocketHolder
 
wire(String, byte[], int, int) - Method in class org.apache.hc.core5.testing.classic.Wire
 
Wire - Class in org.apache.hc.core5.testing.classic
 
Wire(Logger, String) - Constructor for class org.apache.hc.core5.testing.classic.Wire
 
wireLog - Variable in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
wireLog - Variable in class org.apache.hc.core5.testing.nio.LoggingIOSessionDecorator
 
WITH_INDEXING - org.apache.hc.core5.http2.hpack.HPackRepresentation
 
withCharset(String) - Method in class org.apache.hc.core5.http.ContentType
Creates a new instance with this MIME type and the given Charset name.
withCharset(Charset) - Method in class org.apache.hc.core5.http.ContentType
Creates a new instance with this MIME type and the given Charset.
withConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
withConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
withHttp1StreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
withHttp1StreamListener(Http1StreamListener) - Method in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
withHttpProcessor(HttpProcessor) - Method in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
withHttpServerRequestHandler(HttpServerRequestHandler) - Method in class org.apache.hc.core5.http.impl.io.HttpService.Builder
 
WITHOUT_INDEXING - org.apache.hc.core5.http2.hpack.HPackRepresentation
 
withParameters(NameValuePair...) - Method in class org.apache.hc.core5.http.ContentType
Creates a new instance with this MIME type and the given parameters.
withTrailers(HttpEntity, Header...) - Static method in class org.apache.hc.core5.http.io.entity.HttpEntities
 
withTrailers(AsyncEntityProducer, Header...) - Static method in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
 
withWaitForContinue(Timeout) - Method in class org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
 
Worker - Class in org.apache.hc.core5.http.impl.bootstrap
 
Worker(HttpService, HttpServerConnection, ExceptionListener) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.Worker
 
workerCount - Variable in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
workerCount - Variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
workerExecutorService - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
WorkerPoolExecutor - Class in org.apache.hc.core5.http.impl.bootstrap
 
WorkerPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor
 
workers - Variable in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
workers - Variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
workerSelector - Variable in class org.apache.hc.core5.reactor.DefaultConnectingIOReactor
 
workerSelector - Variable in class org.apache.hc.core5.reactor.DefaultListeningIOReactor
 
workerSet - Variable in class org.apache.hc.core5.http.impl.bootstrap.WorkerPoolExecutor
 
workerThreadFactory - Variable in class org.apache.hc.core5.testing.nio.IOReactorExecutor
 
workerThreads - Variable in class org.apache.hc.core5.http.impl.bootstrap.HttpServer
 
wrapped - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
 
wrapped - Variable in class org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
 
wrapped - Variable in class org.apache.hc.core5.reactor.ssl.SSLManagedBuffer.DynamicBuffer
 
wrappedEntity - Variable in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
The wrapped entity.
wrappedEntityProducer - Variable in class org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
 
wrappedStream - Variable in class org.apache.hc.core5.http.io.EofSensorInputStream
The wrapped input stream, while accessible.
write(byte[]) - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Writes the array.
write(byte[]) - Method in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
 
write(byte[]) - Method in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
 
write(byte[]) - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
write(byte[]) - Method in class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
write(byte[]) - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
write(byte[]) - Method in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
write(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
 
write(byte[], int, int) - Method in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
 
write(byte[], int, int) - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
Writes len bytes from the specified byte array starting at offset off to this buffer.
write(byte[], int, int) - Method in class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
write(byte[], int, int) - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
write(byte[], int, int) - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
write(byte[], int, int) - Method in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
write(byte[], int, int, OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
write(byte[], int, int, OutputStream) - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Writes len bytes from the specified byte array starting at offset off to this session buffer.
write(byte[], OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
write(byte[], OutputStream) - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Writes b.length bytes from the specified byte array to this session buffer.
write(int) - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
write(int) - Method in class org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
 
write(int) - Method in class org.apache.hc.core5.http.impl.io.IdentityOutputStream
 
write(int) - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
Writes the specified byte to this buffer.
write(int) - Method in class org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
 
write(int) - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
write(int) - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
write(int) - Method in class org.apache.hc.core5.testing.classic.LoggingOutputStream
 
write(int, OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
write(int, OutputStream) - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Writes the specified byte to this session buffer.
write(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
write(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.IdentityEncoder
 
write(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
 
write(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer.DelayedOutputChannel
 
write(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
write(ByteBuffer) - Method in interface org.apache.hc.core5.http.nio.ContentEncoder
Writes a portion of entity content to the underlying channel.
write(ByteBuffer) - Method in interface org.apache.hc.core5.http.nio.DataStreamChannel
Writes data from the buffer through this channel into the underlying byte stream.
write(ByteBuffer) - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Copies content of the source buffer into this buffer.
write(ByteBuffer) - Method in class org.apache.hc.core5.http2.impl.nio.AbstractH2StreamMultiplexer.H2StreamChannelImpl
 
write(ByteBuffer) - Method in class org.apache.hc.core5.reactor.InternalDataChannel
 
write(ByteBuffer) - Method in class org.apache.hc.core5.reactor.IOSessionImpl
 
write(ByteBuffer) - Method in class org.apache.hc.core5.reactor.ssl.SSLIOSession
 
write(ByteBuffer) - Method in class org.apache.hc.core5.testing.nio.LoggingIOSession
 
write(ByteBuffer, boolean, OutputStream) - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputStream
 
write(ReadableByteChannel) - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
write(ReadableByteChannel) - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Reads a sequence of bytes from the source channel into this buffer.
write(RawFrame, OutputStream) - Method in class org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
 
write(RawFrame, WritableByteChannel) - Method in class org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
 
write(T) - Method in interface org.apache.hc.core5.http.nio.StreamChannel
Writes data from the data container into the underlying data stream.
write(T, SessionOutputBuffer, OutputStream) - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageWriter
 
write(T, SessionOutputBuffer, OutputStream) - Method in interface org.apache.hc.core5.http.io.HttpMessageWriter
Serializes an instance of MessageHeaders to the given output stream.
write(T, SessionOutputBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
 
write(T, SessionOutputBuffer) - Method in interface org.apache.hc.core5.http.nio.NHttpMessageWriter
Writes out the HTTP message head.
WRITE - Static variable in class org.apache.hc.core5.reactor.EventMask
Interest in data output.
writeAndPrepareRead(ByteChannel, int) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
writeBuffer(ByteChannel) - Method in class org.apache.hc.core5.reactor.SocksProxyProtocolHandler
 
writeClosingChunk() - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
writeCompleted() - Method in interface org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
Indicates the content has been fully written.
writeCompleted() - Method in class org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
 
writeCRLF() - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
writeData(StreamChannel<ByteBuffer>, ByteBuffer) - Method in class org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
 
writeData(StreamChannel<ByteBuffer>, CharBuffer) - Method in class org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
 
writeEncoded(CharBuffer, OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
 
writeHeadLine(ClassicHttpRequest, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter
 
writeHeadLine(ClassicHttpResponse, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter
 
writeHeadLine(T, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.io.AbstractMessageWriter
Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
writeHeadLine(T, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
Writes out the first line of HttpMessage.
writeHeadLine(T, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter
 
writeHeadLine(T, CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter
 
writeLine(CharArrayBuffer) - Method in class org.apache.hc.core5.http.impl.nio.SessionOutputBufferImpl
 
writeLine(CharArrayBuffer) - Method in interface org.apache.hc.core5.http.nio.SessionOutputBuffer
Copies content of the source buffer into this buffer as one line of text including a line delimiter.
writeLine(CharArrayBuffer, OutputStream) - Method in class org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer, OutputStream) - Method in interface org.apache.hc.core5.http.io.SessionOutputBuffer
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeOutPreface(IOSession) - Method in class org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
 
writeTo(OutputStream) - Method in interface org.apache.hc.core5.http.HttpEntity
Writes the entity content out to the output stream.
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.impl.io.IncomingHttpEntity
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.BufferedHttpEntity
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.ByteArrayEntity
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.EntityTemplate
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.InputStreamEntity
Writes bytes from the InputStream this entity was constructed with to an OutputStream.
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.NullEntity
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.SerializableEntity
 
writeTo(OutputStream) - Method in class org.apache.hc.core5.http.io.entity.StringEntity
 
writeTo(WritableByteChannel) - Method in class org.apache.hc.core5.http.impl.nio.BufferedData
 
writeTo(HttpEntity, OutputStream) - Static method in class org.apache.hc.core5.http.io.entity.AbstractHttpEntity
 
writeToBuffer(ByteBuffer, int) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
Transfers content of the source to the buffer and updates transport metrics.
writeToChannel(ByteBuffer) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
Flushes content of the given buffer to the channel and updates transport metrics.
writeToChannel(ByteBuffer, int) - Method in class org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
Transfers content of the source to the channel and updates transport metrics.
writeTrailers() - Method in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
writeTrailers(List<? extends Header>) - Method in class org.apache.hc.core5.http.impl.nio.ChunkEncoder
 
wroteLastChunk - Variable in class org.apache.hc.core5.http.impl.io.ChunkedOutputStream
 
WWW_AUTHENTICATE - Static variable in class org.apache.hc.core5.http.HttpHeaders
 
WWWFormCodec - Class in org.apache.hc.core5.net
application/x-www-form-urlencoded codec.
WWWFormCodec() - Constructor for class org.apache.hc.core5.net.WWWFormCodec
 

Z

ZERO_MILLISECONDS - Static variable in class org.apache.hc.core5.util.Timeout
A zero milliseconds Timeout.
ZERO_MILLISECONDS - Static variable in class org.apache.hc.core5.util.TimeValue
A zero milliseconds TimeValue.
zoneId - Variable in class org.apache.hc.core5.http.protocol.HttpDateGenerator
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes All Packages