A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAsyncRequestConsumer<T> - Class in org.apache.http.nio.protocol
-
Abstract
HttpAsyncRequestConsumer
implementation that relieves its subclasses from having to manage internal state and provides a number of protected event methods that they need to implement. - AbstractAsyncRequestConsumer() - Constructor for class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- AbstractAsyncResponseConsumer<T> - Class in org.apache.http.nio.protocol
-
Abstract
HttpAsyncResponseConsumer
implementation that relieves its subclasses from having to manage internal state and provides a number of protected event methods that they need to implement. - AbstractAsyncResponseConsumer() - Constructor for class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- AbstractConnPool<T,C,E extends PoolEntry<T,C>> - Class in org.apache.http.pool
-
Abstract synchronous (blocking) pool of connections.
- AbstractConnPool(ConnFactory<T, C>, int, int) - Constructor for class org.apache.http.pool.AbstractConnPool
- AbstractContentDecoder - Class in org.apache.http.impl.nio.codecs
-
Abstract
ContentDecoder
that serves as a base for all content decoder implementations. - AbstractContentDecoder(ReadableByteChannel, SessionInputBuffer, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.AbstractContentDecoder
-
Creates an instance of this class.
- AbstractContentEncoder - Class in org.apache.http.impl.nio.codecs
-
Abstract
ContentEncoder
that serves as a base for all content encoder implementations. - AbstractContentEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.AbstractContentEncoder
-
Creates an instance of this class.
- AbstractHttpClientConnection - Class in org.apache.http.impl
-
Deprecated.(4.3) use
DefaultBHttpClientConnection
- AbstractHttpClientConnection() - Constructor for class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Creates an instance of this class.
- AbstractHttpEntity - Class in org.apache.http.entity
-
Abstract base class for entities.
- AbstractHttpEntity() - Constructor for class org.apache.http.entity.AbstractHttpEntity
-
Protected default constructor.
- AbstractHttpMessage - Class in org.apache.http.message
-
Basic implementation of
HttpMessage
. - AbstractHttpMessage() - Constructor for class org.apache.http.message.AbstractHttpMessage
- AbstractHttpMessage(HttpParams) - Constructor for class org.apache.http.message.AbstractHttpMessage
-
Deprecated.(4.3) use
AbstractHttpMessage()
- AbstractHttpParams - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- AbstractHttpParams() - Constructor for class org.apache.http.params.AbstractHttpParams
-
Deprecated.Instantiates parameters.
- AbstractHttpServerConnection - Class in org.apache.http.impl
-
Deprecated.(4.3) use
DefaultBHttpServerConnection
- AbstractHttpServerConnection() - Constructor for class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Creates an instance of this class.
- AbstractIODispatch<T> - Class in org.apache.http.impl.nio.reactor
-
Abstract
IOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections. - AbstractIODispatch() - Constructor for class org.apache.http.impl.nio.reactor.AbstractIODispatch
- AbstractIOReactor - Class in org.apache.http.impl.nio.reactor
-
Generic implementation of
IOReactor
that can used as a subclass for more specialized I/O reactors. - AbstractIOReactor(long) - Constructor for class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Creates new AbstractIOReactor instance.
- AbstractIOReactor(long, boolean) - Constructor for class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Creates new AbstractIOReactor instance.
- AbstractMessageParser<T extends HttpMessage> - Class in org.apache.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.http.impl.nio.codecs
-
Abstract
NHttpMessageParser
that serves as a base for all message parser implementations. - AbstractMessageParser(SessionInputBuffer, LineParser, MessageConstraints) - Constructor for class org.apache.http.impl.io.AbstractMessageParser
-
Creates new instance of AbstractMessageParser.
- AbstractMessageParser(SessionInputBuffer, LineParser, HttpParams) - Constructor for class org.apache.http.impl.io.AbstractMessageParser
-
Deprecated.
- AbstractMessageParser(SessionInputBuffer, LineParser, MessageConstraints) - Constructor for class org.apache.http.impl.nio.codecs.AbstractMessageParser
-
Creates an instance of AbstractMessageParser.
- AbstractMessageParser(SessionInputBuffer, LineParser, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.AbstractMessageParser
-
Deprecated.
- AbstractMessageWriter<T extends HttpMessage> - Class in org.apache.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.http.impl.nio.codecs
-
Abstract
NHttpMessageWriter
that serves as a base for all message writer implementations. - AbstractMessageWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.io.AbstractMessageWriter
-
Creates an instance of AbstractMessageWriter.
- AbstractMessageWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.io.AbstractMessageWriter
-
Deprecated.
- AbstractMessageWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.nio.codecs.AbstractMessageWriter
-
Creates an instance of AbstractMessageWriter.
- AbstractMessageWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.AbstractMessageWriter
-
Deprecated.
- AbstractMultiworkerIOReactor - Class in org.apache.http.impl.nio.reactor
-
Generic implementation of
IOReactor
that can run multipleBaseIOReactor
instances in separate worker threads and distribute newly created I/O sessions equally across those I/O reactors for more optimal resource utilization and better I/O performance. - AbstractMultiworkerIOReactor() - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Creates an instance of AbstractMultiworkerIOReactor with default configuration.
- AbstractMultiworkerIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Deprecated.
- AbstractMultiworkerIOReactor(IOReactorConfig, ThreadFactory) - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Creates an instance of AbstractMultiworkerIOReactor with the given configuration.
- AbstractMultiworkerIOReactor.DefaultThreadFactory - Class in org.apache.http.impl.nio.reactor
- AbstractMultiworkerIOReactor.Worker - Class in org.apache.http.impl.nio.reactor
- AbstractNIOConnPool<T,C,E extends PoolEntry<T,C>> - Class in org.apache.http.nio.pool
-
Abstract non-blocking connection pool.
- AbstractNIOConnPool(ConnectingIOReactor, NIOConnFactory<T, C>, int, int) - Constructor for class org.apache.http.nio.pool.AbstractNIOConnPool
- AbstractNIOConnPool(ConnectingIOReactor, NIOConnFactory<T, C>, SocketAddressResolver<T>, int, int) - Constructor for class org.apache.http.nio.pool.AbstractNIOConnPool
- AbstractNIOConnPool.InternalSessionRequestCallback - Class in org.apache.http.nio.pool
- AbstractSessionInputBuffer - Class in org.apache.http.impl.io
-
Deprecated.(4.3) use
SessionInputBufferImpl
- AbstractSessionInputBuffer() - Constructor for class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- AbstractSessionOutputBuffer - Class in org.apache.http.impl.io
-
Deprecated.(4.3) use
SessionOutputBufferImpl
- AbstractSessionOutputBuffer() - Constructor for class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- AbstractSessionOutputBuffer(OutputStream, int, Charset, int, CodingErrorAction, CodingErrorAction) - Constructor for class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- ACCEPT - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.1
- ACCEPT_CHARSET - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.2
- ACCEPT_ENCODING - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.3
- ACCEPT_LANGUAGE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.4
- ACCEPT_RANGES - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.5
- acceptable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when the key signals
SelectionKey.OP_ACCEPT
readiness. - acceptable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
This I/O reactor implementation does not react to the
SelectionKey.OP_ACCEPT
event. - accessfile - Variable in class org.apache.http.nio.entity.NFileEntity
- ACK_EXPECTED - org.apache.http.nio.protocol.MessageState
- acquire() - Method in class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy.InternalBuffer
- acquire() - Method in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- acquire() - Method in interface org.apache.http.nio.reactor.ssl.SSLBuffer
-
Allocates the resources required for this buffer, or returns the resources already allocated for this buffer.
- ACTIVE - org.apache.http.impl.bootstrap.HttpServer.Status
- ACTIVE - org.apache.http.impl.nio.bootstrap.HttpServer.Status
- ACTIVE - org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
- ACTIVE - org.apache.http.nio.reactor.IOReactorStatus
-
The reactor is active / processing I/O events.
- ACTIVE - Static variable in interface org.apache.http.nio.NHttpConnection
- ACTIVE - Static variable in interface org.apache.http.nio.reactor.IOSession
- activeByDefault - Variable in class org.apache.http.protocol.RequestExpectContinue
- adapt(HttpContext) - Static method in class org.apache.http.protocol.HttpCoreContext
- add(C) - Method in class org.apache.http.pool.RouteSpecificPool
- add(HttpRequestInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- add(HttpResponseInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addAll(HttpRequestInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addAll(HttpResponseInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addAllFirst(E...) - Method in class org.apache.http.protocol.ChainBuilder
- addAllFirst(Collection<E>) - Method in class org.apache.http.protocol.ChainBuilder
- addAllFirst(HttpRequestInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addAllFirst(HttpResponseInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addAllLast(E...) - Method in class org.apache.http.protocol.ChainBuilder
- addAllLast(Collection<E>) - Method in class org.apache.http.protocol.ChainBuilder
- addAllLast(HttpRequestInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addAllLast(HttpResponseInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addChannel(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Adds new channel entry.
- addChannel(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Assigns the given channel entry to one of the worker I/O reactors.
- addExceptionEvent(Throwable) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Adds the given
Throwable
object to the audit log. - addExceptionEvent(Throwable, Date) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Adds the given
Throwable
object with the given time stamp to the audit log. - addFirst(E) - Method in class org.apache.http.protocol.ChainBuilder
- addFirst(HttpRequestInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addFirst(HttpResponseInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addHeader(String, String) - Method in interface org.apache.http.HttpMessage
-
Adds a header to this message.
- addHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
- addHeader(Header) - Method in interface org.apache.http.HttpMessage
-
Adds a header to this message.
- addHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
- addHeader(Header) - Method in class org.apache.http.message.HeaderGroup
-
Adds the given header to the group.
- addInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterestOps(InterestOpEntry) - Method in interface org.apache.http.impl.nio.reactor.InterestOpsCallback
- addLast(E) - Method in class org.apache.http.protocol.ChainBuilder
- addLast(HttpRequestInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addLast(HttpResponseInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
- addPending(SessionRequest, BasicFuture<E>) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addRequestInterceptor(HttpRequestInterceptor) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Appends a request interceptor to this list.
- addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addRequestInterceptor(HttpRequestInterceptor, int) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Inserts a request interceptor at the specified index.
- addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addResponseInterceptor(HttpResponseInterceptor) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Appends a response interceptor to this list.
- addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- addResponseInterceptor(HttpResponseInterceptor, int) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Inserts a response interceptor at the specified index.
- address - Variable in class org.apache.http.HttpHost
- address - Variable in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- addressResolver - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- afterExecute(Runnable, Throwable) - Method in class org.apache.http.impl.bootstrap.WorkerPoolExecutor
- AGE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.6
- aliasStrategy - Variable in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- allHeaders - Variable in class org.apache.http.message.BasicHeaderIterator
-
An array of headers to iterate over.
- allHeaders - Variable in class org.apache.http.message.BasicListHeaderIterator
-
A list of headers to iterate over.
- allocate(int) - Method in interface org.apache.http.nio.util.ByteBufferAllocator
-
Allocates
ByteBuffer
of the given size. - allocate(int) - Method in class org.apache.http.nio.util.DirectByteBufferAllocator
- allocate(int) - Method in class org.apache.http.nio.util.HeapByteBufferAllocator
- allocator - Variable in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- allocator - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- allocator - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- allocator - Variable in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- allocator - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- allocator - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- allocator - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- allocator - Variable in class org.apache.http.nio.util.ExpandableBuffer
- ALLOW - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.1, RFC 2616 (HTTP/1.1) Section 14.7
- appBufferStatus - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- append(byte[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Appends
len
bytes to this buffer from the given source array starting at indexoff
. - append(byte[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends
len
bytes to this buffer from the given source array starting at indexoff
. - append(char) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends
ch
char to this buffer. - append(char[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Appends
len
chars to this buffer from the given source array starting at indexoff
. - append(char[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends
len
chars to this buffer from the given source array starting at indexoff
. - append(int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Appends
b
byte to this buffer. - append(Object) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends chars of the textual representation of the given object to this buffer.
- append(String) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends chars of the given string to this buffer.
- append(ByteArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends
len
bytes to this buffer from the given source array starting at indexoff
. - append(CharArrayBuffer) - Method in class org.apache.http.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.http.util.ByteArrayBuffer
-
Appends
len
chars to this buffer from the given source char array buffer starting at indexoff
. - append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Appends
len
chars to this buffer from the given source buffer starting at indexoff
. - appendDecoded(CharArrayBuffer, ByteBuffer) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- appendDecoded(CharArrayBuffer, ByteBuffer) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in class org.apache.http.message.BasicLineFormatter
- appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in interface org.apache.http.message.LineFormatter
-
Formats a protocol version.
- appEventMask - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- APPLICATION_ATOM_XML - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_FORM_URLENCODED - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_JSON - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_SOAP_XML - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_SVG_XML - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_XHTML_XML - Static variable in class org.apache.http.entity.ContentType
- APPLICATION_XML - Static variable in class org.apache.http.entity.ContentType
- Args - Class in org.apache.http.util
- Args() - Constructor for class org.apache.http.util.Args
- ascii - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- ascii - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- ASCII - Static variable in class org.apache.http.Consts
- ASCII - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- assertNotClosed() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Assets if the connection is still open.
- assertNotCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- assertNotOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- assertNotOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- assertOpen() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Asserts if the connection is open.
- assertOpen() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Asserts if the connection is open.
- assertOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- assertOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- Asserts - Class in org.apache.http.util
- Asserts() - Constructor for class org.apache.http.util.Asserts
- asyncHandler - Variable in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- asyncHandler - Variable in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- AsyncNHttpClientHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestExecutor
andHttpAsyncRequester
- AsyncNHttpClientHandler(HttpProcessor, NHttpRequestExecutionHandler, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- AsyncNHttpClientHandler(HttpProcessor, NHttpRequestExecutionHandler, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- AsyncNHttpClientHandler.ClientConnState - Class in org.apache.http.nio.protocol
-
Deprecated.
- AsyncNHttpServiceHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncService
- AsyncNHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- AsyncNHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- AsyncNHttpServiceHandler.ResponseTriggerImpl - Class in org.apache.http.nio.protocol
-
Deprecated.
- AsyncNHttpServiceHandler.ServerConnState - Class in org.apache.http.nio.protocol
-
Deprecated.
- atEnd() - Method in class org.apache.http.message.ParserCursor
- attachment - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- ATTACHMENT_KEY - Static variable in interface org.apache.http.nio.reactor.IOSession
-
Name of the context attribute key, which can be used to obtain the session attachment object.
- attachSessionRequest(SessionRequest) - Method in class org.apache.http.nio.pool.LeaseRequest
- attributes - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- auditLog - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- AUTHORIZATION - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.2, RFC 2616 (HTTP/1.1) Section 14.8
- available - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- available - Variable in class org.apache.http.nio.pool.RouteSpecificPool
- available - Variable in class org.apache.http.pool.AbstractConnPool
- available - Variable in class org.apache.http.pool.PoolStats
- available - Variable in class org.apache.http.pool.RouteSpecificPool
- available() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- available() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- available() - Method in class org.apache.http.impl.io.ChunkedInputStream
- available() - Method in class org.apache.http.impl.io.ContentLengthInputStream
- available() - Method in class org.apache.http.impl.io.EmptyInputStream
- available() - Method in class org.apache.http.impl.io.IdentityInputStream
- available() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- available() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- available() - Method in interface org.apache.http.io.BufferInfo
-
Returns available space in the buffer.
- available() - Method in class org.apache.http.nio.entity.ContentInputStream
- available() - Method in interface org.apache.http.nio.util.BufferInfo
-
Deprecated.
- available() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Returns available capacity of this buffer.
- available() - Method in class org.apache.http.nio.util.SharedInputBuffer
- available() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- awaitInput(int) - Method in class org.apache.http.impl.BHttpConnectionBase
- awaitShutdown(long) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Blocks for the given period of time in milliseconds awaiting the completion of the reactor shutdown.
- awaitShutdown(long) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Blocks for the given period of time in milliseconds awaiting the completion of the reactor shutdown.
- awaitTermination(long, TimeUnit) - Method in class org.apache.http.impl.bootstrap.HttpServer
- awaitTermination(long, TimeUnit) - Method in class org.apache.http.impl.nio.bootstrap.HttpServer
B
- b - Variable in class org.apache.http.entity.ByteArrayEntity
- b - Variable in class org.apache.http.nio.entity.NByteArrayEntity
- b - Variable in class org.apache.http.nio.entity.NStringEntity
- backlogSize - Variable in class org.apache.http.config.SocketConfig
- backlogSize - Variable in class org.apache.http.config.SocketConfig.Builder
- backlogSize - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- backlogSize - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- BaseIOReactor - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
AbstractIOReactor
that serves as a base for more advancedIOReactor
implementations. - BaseIOReactor(long) - Constructor for class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Creates new BaseIOReactor instance.
- BaseIOReactor(long, boolean) - Constructor for class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Creates new BaseIOReactor instance.
- BasicAddressResolver() - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool.BasicAddressResolver
- BasicAsyncClientExchangeHandler<T> - Class in org.apache.http.nio.protocol
-
Basic implementation of
HttpAsyncClientExchangeHandler
that executes a single HTTP request / response exchange. - BasicAsyncClientExchangeHandler(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>, HttpContext, NHttpClientConnection, HttpProcessor, ConnectionReuseStrategy) - Constructor for class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
-
Creates new instance of BasicAsyncRequestExecutionHandler.
- BasicAsyncClientExchangeHandler(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, NHttpClientConnection, HttpProcessor) - Constructor for class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
-
Creates new instance of BasicAsyncRequestExecutionHandler.
- BasicAsyncRequestConsumer - Class in org.apache.http.nio.protocol
-
Basic implementation of
HttpAsyncRequestConsumer
. - BasicAsyncRequestConsumer() - Constructor for class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- BasicAsyncRequestExecutionHandler<T> - Class in org.apache.http.nio.protocol
-
Deprecated.(4.3) use
BasicAsyncClientExchangeHandler
. - BasicAsyncRequestExecutionHandler(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>, HttpContext, HttpProcessor, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- BasicAsyncRequestExecutionHandler(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, HttpProcessor, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- BasicAsyncRequestHandler - Class in org.apache.http.nio.protocol
-
Basic implementation of
HttpAsyncRequestHandler
that delegates the process of request handling to aHttpRequestHandler
. - BasicAsyncRequestHandler(HttpRequestHandler) - Constructor for class org.apache.http.nio.protocol.BasicAsyncRequestHandler
- BasicAsyncRequestProducer - Class in org.apache.http.nio.protocol
-
Basic implementation of
HttpAsyncRequestProducer
. - BasicAsyncRequestProducer(HttpHost, HttpEntityEnclosingRequest, HttpAsyncContentProducer) - Constructor for class org.apache.http.nio.protocol.BasicAsyncRequestProducer
-
Creates a producer that can be used to transmit the given request message.
- BasicAsyncRequestProducer(HttpHost, HttpRequest) - Constructor for class org.apache.http.nio.protocol.BasicAsyncRequestProducer
-
Creates a producer that can be used to transmit the given request message.
- BasicAsyncResponseConsumer - Class in org.apache.http.nio.protocol
-
Basic implementation of
HttpAsyncResponseConsumer
. - BasicAsyncResponseConsumer() - Constructor for class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- BasicAsyncResponseProducer - Class in org.apache.http.nio.protocol
-
Basic implementation of
HttpAsyncResponseProducer
. - BasicAsyncResponseProducer(HttpResponse) - Constructor for class org.apache.http.nio.protocol.BasicAsyncResponseProducer
-
Creates a producer that can be used to transmit the given response message.
- BasicAsyncResponseProducer(HttpResponse, HttpAsyncContentProducer) - Constructor for class org.apache.http.nio.protocol.BasicAsyncResponseProducer
-
Creates a producer that can be used to transmit the given response message.
- BasicConnFactory - Class in org.apache.http.impl.pool
-
A very basic
ConnFactory
implementation that createsHttpClientConnection
instances given aHttpHost
instance. - BasicConnFactory() - Constructor for class org.apache.http.impl.pool.BasicConnFactory
- BasicConnFactory(int, SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
- BasicConnFactory(SocketFactory, SSLSocketFactory, int, SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
- BasicConnFactory(SSLSocketFactory, HttpParams) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
-
Deprecated.
- BasicConnFactory(SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
- BasicConnFactory(HttpParams) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
-
Deprecated.
- BasicConnPool - Class in org.apache.http.impl.pool
-
A very basic
ConnPool
implementation that represents a pool of blockingHttpClientConnection
connections identified by anHttpHost
instance. - BasicConnPool() - Constructor for class org.apache.http.impl.pool.BasicConnPool
- BasicConnPool(SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnPool
- BasicConnPool(HttpParams) - Constructor for class org.apache.http.impl.pool.BasicConnPool
-
Deprecated.
- BasicConnPool(ConnFactory<HttpHost, HttpClientConnection>) - Constructor for class org.apache.http.impl.pool.BasicConnPool
- BasicFuture<T> - Class in org.apache.http.concurrent
-
Basic implementation of the
Future
interface. - BasicFuture(FutureCallback<T>) - Constructor for class org.apache.http.concurrent.BasicFuture
- BasicHeader - Class in org.apache.http.message
-
Implements a basic
Header
. - BasicHeader(String, String) - Constructor for class org.apache.http.message.BasicHeader
-
Constructs with name and value.
- BasicHeaderElement - Class in org.apache.http.message
-
Basic implementation of
HeaderElement
- BasicHeaderElement(String, String) - Constructor for class org.apache.http.message.BasicHeaderElement
-
Constructor with name and value.
- BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.http.message.BasicHeaderElement
-
Constructor with name, value and parameters.
- BasicHeaderElementIterator - Class in org.apache.http.message
-
Basic implementation of a
HeaderElementIterator
. - BasicHeaderElementIterator(HeaderIterator) - Constructor for class org.apache.http.message.BasicHeaderElementIterator
- BasicHeaderElementIterator(HeaderIterator, HeaderValueParser) - Constructor for class org.apache.http.message.BasicHeaderElementIterator
-
Creates a new instance of BasicHeaderElementIterator
- BasicHeaderIterator - Class in org.apache.http.message
-
Basic implementation of a
HeaderIterator
. - BasicHeaderIterator(Header[], String) - Constructor for class org.apache.http.message.BasicHeaderIterator
-
Creates a new header iterator.
- BasicHeaderValueFormatter - Class in org.apache.http.message
-
Basic implementation for formatting header value elements.
- BasicHeaderValueFormatter() - Constructor for class org.apache.http.message.BasicHeaderValueFormatter
- BasicHeaderValueParser - Class in org.apache.http.message
-
Basic implementation for parsing header values into elements.
- BasicHeaderValueParser() - Constructor for class org.apache.http.message.BasicHeaderValueParser
- BasicHttpContext - Class in org.apache.http.protocol
-
Default implementation of
HttpContext
. - BasicHttpContext() - Constructor for class org.apache.http.protocol.BasicHttpContext
- BasicHttpContext(HttpContext) - Constructor for class org.apache.http.protocol.BasicHttpContext
- BasicHttpEntity - Class in org.apache.http.entity
-
A generic streamed, non-repeatable entity that obtains its content from an
InputStream
. - BasicHttpEntity() - Constructor for class org.apache.http.entity.BasicHttpEntity
-
Creates a new basic entity.
- BasicHttpEntityEnclosingRequest - Class in org.apache.http.message
-
Basic implementation of
HttpEntityEnclosingRequest
. - BasicHttpEntityEnclosingRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
- BasicHttpEntityEnclosingRequest(String, String, ProtocolVersion) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
- BasicHttpEntityEnclosingRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
- BasicHttpParams - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- BasicHttpParams() - Constructor for class org.apache.http.params.BasicHttpParams
-
Deprecated.
- BasicHttpProcessor - Class in org.apache.http.protocol
-
Deprecated.(4.3)
- BasicHttpProcessor() - Constructor for class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- BasicHttpRequest - Class in org.apache.http.message
-
Basic implementation of
HttpRequest
. - BasicHttpRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpRequest
-
Creates an instance of this class using the given request method and URI.
- BasicHttpRequest(String, String, ProtocolVersion) - Constructor for class org.apache.http.message.BasicHttpRequest
-
Creates an instance of this class using the given request method, URI and the HTTP protocol version.
- BasicHttpRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpRequest
-
Creates an instance of this class using the given request line.
- BasicHttpResponse - Class in org.apache.http.message
-
Basic implementation of
HttpResponse
. - BasicHttpResponse(ProtocolVersion, int, String) - Constructor for class org.apache.http.message.BasicHttpResponse
-
Creates a response from elements of a status line.
- BasicHttpResponse(StatusLine) - Constructor for class org.apache.http.message.BasicHttpResponse
-
Creates a response from a status line.
- BasicHttpResponse(StatusLine, ReasonPhraseCatalog, Locale) - Constructor for class org.apache.http.message.BasicHttpResponse
-
Creates a new response.
- BasicLineFormatter - Class in org.apache.http.message
-
Interface for formatting elements of the HEAD section of an HTTP message.
- BasicLineFormatter() - Constructor for class org.apache.http.message.BasicLineFormatter
- BasicLineParser - Class in org.apache.http.message
-
Basic parser for lines in the head section of an HTTP message.
- BasicLineParser() - Constructor for class org.apache.http.message.BasicLineParser
-
Creates a new line parser for HTTP.
- BasicLineParser(ProtocolVersion) - Constructor for class org.apache.http.message.BasicLineParser
-
Creates a new line parser for the given HTTP-like protocol.
- BasicListHeaderIterator - Class in org.apache.http.message
-
Implementation of a
HeaderIterator
based on aList
. - BasicListHeaderIterator(List<Header>, String) - Constructor for class org.apache.http.message.BasicListHeaderIterator
-
Creates a new header iterator.
- BasicNameValuePair - Class in org.apache.http.message
-
Basic implementation of
NameValuePair
. - BasicNameValuePair(String, String) - Constructor for class org.apache.http.message.BasicNameValuePair
-
Default Constructor taking a name and a value.
- BasicNIOConnFactory - Class in org.apache.http.impl.nio.pool
-
A basic
NIOConnFactory
implementation that createsNHttpClientConnection
instances given aHttpHost
instance. - BasicNIOConnFactory(SSLContext, SSLSetupHandler, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- BasicNIOConnFactory(SSLContext, SSLSetupHandler, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- BasicNIOConnFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- BasicNIOConnFactory(SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
-
Deprecated.
- BasicNIOConnFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- BasicNIOConnFactory(NHttpConnectionFactory<? extends NHttpClientConnection>) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- BasicNIOConnFactory(NHttpConnectionFactory<? extends NHttpClientConnection>, NHttpConnectionFactory<? extends NHttpClientConnection>) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- BasicNIOConnFactory(HttpParams) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnFactory
-
Deprecated.(4.3) use
BasicNIOConnFactory(ConnectionConfig)
- BasicNIOConnPool - Class in org.apache.http.impl.nio.pool
-
A very basic
ConnPool
implementation that represents a pool of non-blockingNHttpClientConnection
connections identified by anHttpHost
instance. - BasicNIOConnPool(ConnectingIOReactor) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool
- BasicNIOConnPool(ConnectingIOReactor, int, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool
- BasicNIOConnPool(ConnectingIOReactor, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool
- BasicNIOConnPool(ConnectingIOReactor, NIOConnFactory<HttpHost, NHttpClientConnection>, int) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool
- BasicNIOConnPool(ConnectingIOReactor, NIOConnFactory<HttpHost, NHttpClientConnection>, HttpParams) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool
-
Deprecated.
- BasicNIOConnPool(ConnectingIOReactor, HttpParams) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOConnPool
-
Deprecated.
- BasicNIOConnPool.BasicAddressResolver - Class in org.apache.http.impl.nio.pool
- BasicNIOPoolEntry - Class in org.apache.http.impl.nio.pool
-
A basic
PoolEntry
implementation that represents an entry in a pool of non-blockingNHttpClientConnection
s identified by anHttpHost
instance. - BasicNIOPoolEntry(String, HttpHost, NHttpClientConnection) - Constructor for class org.apache.http.impl.nio.pool.BasicNIOPoolEntry
- BasicPoolEntry - Class in org.apache.http.impl.pool
-
A very basic
PoolEntry
implementation that represents an entry in a pool of blockingHttpClientConnection
s identified by anHttpHost
instance. - BasicPoolEntry(String, HttpHost, HttpClientConnection) - Constructor for class org.apache.http.impl.pool.BasicPoolEntry
- BasicRequestLine - Class in org.apache.http.message
-
Basic implementation of
RequestLine
. - BasicRequestLine(String, String, ProtocolVersion) - Constructor for class org.apache.http.message.BasicRequestLine
- BasicStatusLine - Class in org.apache.http.message
-
Basic implementation of
StatusLine
- BasicStatusLine(ProtocolVersion, int, String) - Constructor for class org.apache.http.message.BasicStatusLine
-
Creates a new status line with the given version, status, and reason.
- BasicTokenIterator - Class in org.apache.http.message
-
Basic implementation of a
TokenIterator
. - BasicTokenIterator(HeaderIterator) - Constructor for class org.apache.http.message.BasicTokenIterator
-
Creates a new instance of
BasicTokenIterator
. - bbuf - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- bbuf - Variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- beforeExecute(Thread, Runnable) - Method in class org.apache.http.impl.bootstrap.WorkerPoolExecutor
- BHttpConnectionBase - Class in org.apache.http.impl
-
This class serves as a base for all
HttpConnection
implementations and provides functionality common to both client and server HTTP connections. - BHttpConnectionBase(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.http.impl.BHttpConnectionBase
-
Creates new instance of BHttpConnectionBase.
- bind(InputStream) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- bind(OutputStream) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- bind(Socket) - Method in class org.apache.http.impl.BHttpConnectionBase
-
Binds this connection to the given
Socket
. - bind(Socket) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- bind(Socket) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
-
Deprecated.
- bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
-
Deprecated.
- bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.Binds this connection to the given
Socket
. - bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.Binds this connection to the given
Socket
. - bind(SSLMode, HttpParams) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
-
Deprecated.
- bind(IOSession) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Binds the connection to a different
IOSession
. - BODY_STREAM - org.apache.http.nio.protocol.MessageState
- bootstrap() - Static method in class org.apache.http.impl.bootstrap.ServerBootstrap
- bootstrap() - Static method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- buf - Variable in class org.apache.http.nio.entity.NByteArrayEntity
- buf - Variable in class org.apache.http.nio.entity.NStringEntity
- buf - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- buf - Variable in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- buffer - Variable in class org.apache.http.entity.BufferedHttpEntity
- buffer - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- buffer - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- buffer - Variable in class org.apache.http.impl.io.ChunkedInputStream
- buffer - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- buffer - Variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- buffer - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
- buffer - Variable in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- buffer - Variable in class org.apache.http.message.BasicHeaderElementIterator
- buffer - Variable in class org.apache.http.message.BufferedHeader
-
The buffer containing the entire header line.
- buffer - Variable in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- buffer - Variable in class org.apache.http.nio.entity.ContentInputStream
- buffer - Variable in class org.apache.http.nio.entity.ContentOutputStream
- buffer - Variable in class org.apache.http.nio.entity.EntityAsyncContentProducer
- buffer - Variable in class org.apache.http.nio.entity.NByteArrayEntity
-
Deprecated.(4.2)
- buffer - Variable in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.
- buffer - Variable in class org.apache.http.nio.entity.NStringEntity
-
Deprecated.(4.2)
- buffer - Variable in class org.apache.http.nio.entity.SkipContentListener
-
Deprecated.
- buffer - Variable in class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- buffer - Variable in class org.apache.http.nio.protocol.NullRequestConsumer
- buffer - Variable in class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy.InternalBuffer
- buffer - Variable in class org.apache.http.nio.util.ExpandableBuffer
- buffer - Variable in class org.apache.http.util.ByteArrayBuffer
- buffer - Variable in class org.apache.http.util.CharArrayBuffer
- buffer() - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns reference to the underlying byte array.
- buffer() - Method in class org.apache.http.util.CharArrayBuffer
-
Returns reference to the underlying char array.
- BUFFER_SIZE - Static variable in class org.apache.http.impl.io.ChunkedInputStream
- BUFFER_SIZE - Static variable in class org.apache.http.impl.io.ContentLengthInputStream
- BUFFER_SIZE - Static variable in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- BufferedHeader - Class in org.apache.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.http.message.BufferedHeader
-
Creates a new header from a buffer.
- BufferedHttpEntity - Class in org.apache.http.entity
-
A wrapping entity that buffers it content if necessary.
- BufferedHttpEntity(HttpEntity) - Constructor for class org.apache.http.entity.BufferedHttpEntity
-
Creates a new buffered entity wrapper.
- bufferHeaderValue() - Method in class org.apache.http.message.BasicHeaderElementIterator
- bufferinfo - Variable in class org.apache.http.impl.nio.codecs.ChunkEncoder
- BufferInfo - Interface in org.apache.http.io
-
Basic buffer properties.
- BufferInfo - Interface in org.apache.http.nio.util
-
Deprecated.(4.1) Use
BufferInfo
- BufferingHttpClientHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestExecutor
andHttpAsyncRequester
- BufferingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- BufferingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- BufferingHttpClientHandler.ExecutionHandlerAdaptor - Class in org.apache.http.nio.protocol
-
Deprecated.
- BufferingHttpServiceHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncService
- BufferingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- BufferingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- BufferingHttpServiceHandler.RequestHandlerAdaptor - Class in org.apache.http.nio.protocol
-
Deprecated.
- BufferingHttpServiceHandler.RequestHandlerResolverAdaptor - Class in org.apache.http.nio.protocol
-
Deprecated.
- BufferingNHttpEntity - Class in org.apache.http.nio.entity
-
Deprecated.use (4.2)
BasicAsyncRequestProducer
orBasicAsyncResponseProducer
- BufferingNHttpEntity(HttpEntity, ByteBufferAllocator) - Constructor for class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- bufferingSessions - Variable in class org.apache.http.impl.nio.reactor.BaseIOReactor
- bufferLen - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- bufferLen - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- bufferPos - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- bufferPos - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- bufferSize - Variable in class org.apache.http.config.ConnectionConfig
- bufferSize - Variable in class org.apache.http.config.ConnectionConfig.Builder
- bufferStatus - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- bufsize - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- bufsize - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- build() - Method in class org.apache.http.config.ConnectionConfig.Builder
- build() - Method in class org.apache.http.config.MessageConstraints.Builder
- build() - Method in class org.apache.http.config.RegistryBuilder
- build() - Method in class org.apache.http.config.SocketConfig.Builder
- build() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- build() - Method in class org.apache.http.protocol.ChainBuilder
- build() - Method in class org.apache.http.protocol.HttpProcessorBuilder
- build() - Method in class org.apache.http.ssl.SSLContextBuilder
- Builder() - Constructor for class org.apache.http.config.ConnectionConfig.Builder
- Builder() - Constructor for class org.apache.http.config.MessageConstraints.Builder
- Builder() - Constructor for class org.apache.http.config.SocketConfig.Builder
- Builder() - Constructor for class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- buildResult(HttpContext) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
-
Invoked to generate a result object from the received HTTP request message.
- buildResult(HttpContext) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
-
Invoked to generate a result object from the received HTTP response message.
- buildResult(HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- buildResult(HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- ByteArrayBuffer - Class in org.apache.http.util
-
A resizable byte array.
- ByteArrayBuffer(int) - Constructor for class org.apache.http.util.ByteArrayBuffer
-
Creates an instance of
ByteArrayBuffer
with the given initial capacity. - ByteArrayEntity - Class in org.apache.http.entity
-
A self contained, repeatable entity that obtains its content from a byte array.
- ByteArrayEntity(byte[]) - Constructor for class org.apache.http.entity.ByteArrayEntity
- ByteArrayEntity(byte[], int, int) - Constructor for class org.apache.http.entity.ByteArrayEntity
- ByteArrayEntity(byte[], int, int, ContentType) - Constructor for class org.apache.http.entity.ByteArrayEntity
- ByteArrayEntity(byte[], ContentType) - Constructor for class org.apache.http.entity.ByteArrayEntity
- byteAt(int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns the
byte
value in this buffer at the specified index. - ByteBufferAllocator - Interface in org.apache.http.nio.util
-
Abstract interface to allocate
ByteBuffer
instances. - bytesTransferred - Variable in class org.apache.http.impl.io.HttpTransportMetricsImpl
C
- cache - Variable in class org.apache.http.impl.io.ChunkedOutputStream
- CACHE_CONTROL - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.9
- cachePosition - Variable in class org.apache.http.impl.io.ChunkedOutputStream
- callback - Variable in class org.apache.http.concurrent.BasicFuture
- callback - Variable in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- callback - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- cancel() - Method in class org.apache.http.concurrent.BasicFuture
- cancel() - Method in interface org.apache.http.concurrent.Cancellable
-
Cancels the ongoing operation or process.
- cancel() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- cancel() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- cancel() - Method in class org.apache.http.nio.pool.LeaseRequest
- cancel() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- cancel() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- cancel() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- cancel() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- cancel() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Cancels the request.
- cancel(boolean) - Method in class org.apache.http.concurrent.BasicFuture
- cancellable - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- Cancellable - Interface in org.apache.http.concurrent
-
A
Cancellable
represents a process or an operation that can be canceled. - cancelled - Variable in class org.apache.http.concurrent.BasicFuture
- cancelled() - Method in interface org.apache.http.concurrent.FutureCallback
- cancelled() - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- cancelled() - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- cancelled() - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- cancelled(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool.InternalSessionRequestCallback
- cancelled(SessionRequest) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- cancelled(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
-
Triggered on cancellation of a
SessionRequest
. - CANCELLED - org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
- cancelRequest(NHttpClientConnection, AsyncNHttpClientHandler.ClientConnState) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- cancelRequests() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Triggered to cancel pending session requests.
- cancelRequests() - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- cancelRequests() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Decide whether a response comes with an entity.
- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.protocol.HttpService
- capacity() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- capacity() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- capacity() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- capacity() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- capacity() - Method in interface org.apache.http.io.BufferInfo
-
Returns total capacity of the buffer
- capacity() - Method in interface org.apache.http.nio.util.BufferInfo
-
Deprecated.
- capacity() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Returns the total capacity of this buffer.
- capacity() - Method in class org.apache.http.nio.util.SharedInputBuffer
- capacity() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- capacity() - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns the current capacity.
- capacity() - Method in class org.apache.http.util.CharArrayBuffer
-
Returns the current capacity.
- cbuf - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- cbuf - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- cconfig - Variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- cconfig - Variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- cconfig - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- cconfig - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- cconfig - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- cconfig - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- certChain - Variable in class org.apache.http.ssl.PrivateKeyDetails
- ChainBuilder<E> - Class in org.apache.http.protocol
-
Builder class to build a linked list (chain) of unique class instances.
- ChainBuilder() - Constructor for class org.apache.http.protocol.ChainBuilder
- channel - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
- channel - Variable in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- channel - Variable in class org.apache.http.impl.nio.reactor.ChannelEntry
- channel - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- channel - Variable in class org.apache.http.nio.entity.EntityAsyncContentProducer
- channel - Variable in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.
- channel - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- channel() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- channel() - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns the underlying I/O channel associated with this session.
- channel() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- ChannelEntry - Class in org.apache.http.impl.nio.reactor
-
SocketChannel
entry maintained by the I/O reactor. - ChannelEntry(SocketChannel) - Constructor for class org.apache.http.impl.nio.reactor.ChannelEntry
-
Creates new ChannelEntry.
- ChannelEntry(SocketChannel, SessionRequestImpl) - Constructor for class org.apache.http.impl.nio.reactor.ChannelEntry
-
Creates new ChannelEntry.
- CharArrayBuffer - Class in org.apache.http.util
-
A resizable char array.
- CharArrayBuffer(int) - Constructor for class org.apache.http.util.CharArrayBuffer
-
Creates an instance of
CharArrayBuffer
with the given initial capacity. - charAt(int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns the
char
value in this buffer at the specified index. - charBuffer - Variable in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- charBuffer - Variable in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- charDecoder - Variable in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- charEncoder - Variable in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- charset - Variable in class org.apache.http.config.ConnectionConfig.Builder
- charset - Variable in class org.apache.http.config.ConnectionConfig
- charset - Variable in class org.apache.http.entity.ContentType
- charset - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- charset - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- CHARSET_PARAM - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- CharsetUtils - Class in org.apache.http.util
- CharsetUtils() - Constructor for class org.apache.http.util.CharsetUtils
- check(boolean, String) - Static method in class org.apache.http.util.Args
- check(boolean, String) - Static method in class org.apache.http.util.Asserts
- check(boolean, String, Object) - Static method in class org.apache.http.util.Args
- check(boolean, String, Object) - Static method in class org.apache.http.util.Asserts
- check(boolean, String, Object...) - Static method in class org.apache.http.util.Args
- check(boolean, String, Object...) - Static method in class org.apache.http.util.Asserts
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.http.ssl.SSLContextBuilder.TrustManagerDelegate
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.http.ssl.SSLContextBuilder.TrustManagerDelegate
- chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface org.apache.http.ssl.PrivateKeyStrategy
-
Determines what key material to use for SSL authentication.
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- CHUNK_CODING - Static variable in class org.apache.http.protocol.HTTP
-
Transfer encoding definitions
- CHUNK_CRLF - Static variable in class org.apache.http.impl.io.ChunkedInputStream
- CHUNK_DATA - Static variable in class org.apache.http.impl.io.ChunkedInputStream
- CHUNK_INVALID - Static variable in class org.apache.http.impl.io.ChunkedInputStream
- CHUNK_LEN - Static variable in class org.apache.http.impl.io.ChunkedInputStream
- ChunkDecoder - Class in org.apache.http.impl.nio.codecs
-
Implements chunked transfer coding.
- ChunkDecoder(ReadableByteChannel, SessionInputBuffer, MessageConstraints, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.ChunkDecoder
- ChunkDecoder(ReadableByteChannel, SessionInputBuffer, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.ChunkDecoder
- chunked - Variable in class org.apache.http.entity.AbstractHttpEntity
- CHUNKED - Static variable in interface org.apache.http.entity.ContentLengthStrategy
- ChunkedInputStream - Class in org.apache.http.impl.io
-
Implements chunked transfer coding.
- ChunkedInputStream(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedInputStream
-
Wraps session input stream and reads chunk coded input.
- ChunkedInputStream(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.io.ChunkedInputStream
-
Wraps session input stream and reads chunk coded input.
- ChunkedOutputStream - Class in org.apache.http.impl.io
-
Implements chunked transfer coding.
- ChunkedOutputStream(int, SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
-
Wraps a session output buffer and chunk-encodes the output.
- ChunkedOutputStream(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
-
Deprecated.
- ChunkedOutputStream(SessionOutputBuffer, int) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
-
Deprecated.
- ChunkEncoder - Class in org.apache.http.impl.nio.codecs
-
Implements chunked transfer coding.
- ChunkEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.ChunkEncoder
- ChunkEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl, int) - Constructor for class org.apache.http.impl.nio.codecs.ChunkEncoder
- chunkSize - Variable in class org.apache.http.impl.io.ChunkedInputStream
-
The chunk size
- chunkSize - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- clean(String) - Static method in exception org.apache.http.HttpException
-
Converts characters < 32 to hex.
- clear() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- clear() - Method in class org.apache.http.message.HeaderGroup
-
Removes any contained headers.
- clear() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Clears buffer.
- clear() - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Removes all parameters from this collection.
- clear() - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- clear() - Method in class org.apache.http.protocol.BasicHttpContext
- clear() - Method in class org.apache.http.protocol.SyncBasicHttpContext
-
Deprecated.
- clear() - Method in class org.apache.http.util.ByteArrayBuffer
-
Clears content of the buffer.
- clear() - Method in class org.apache.http.util.CharArrayBuffer
-
Clears content of the buffer.
- clearEvent(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- clearEvent(int) - Method in interface org.apache.http.nio.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.http.nio.reactor.ssl.SSLIOSession
- clearInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.Clears both interceptor lists maintained by this processor.
- clearRequestInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- clearRequestInterceptors() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Removes all request interceptors from this list.
- clearResponseInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- clearResponseInterceptors() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Removes all response interceptors from this list.
- CLIENT - org.apache.http.impl.nio.reactor.SSLMode
-
Deprecated.
- CLIENT - org.apache.http.nio.reactor.ssl.SSLMode
- ClientConnState() - Constructor for class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- ClientConnState(int, IOControl, ByteBufferAllocator) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- clone() - Method in class org.apache.http.config.ConnectionConfig
- clone() - Method in class org.apache.http.config.MessageConstraints
- clone() - Method in class org.apache.http.config.SocketConfig
- clone() - Method in class org.apache.http.entity.ByteArrayEntity
- clone() - Method in class org.apache.http.entity.FileEntity
- clone() - Method in class org.apache.http.entity.StringEntity
- clone() - Method in class org.apache.http.HttpHost
- clone() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
- clone() - Method in class org.apache.http.message.BasicHeader
- clone() - Method in class org.apache.http.message.BasicHeaderElement
- clone() - Method in class org.apache.http.message.BasicNameValuePair
- clone() - Method in class org.apache.http.message.BasicRequestLine
- clone() - Method in class org.apache.http.message.BasicStatusLine
- clone() - Method in class org.apache.http.message.BufferedHeader
- clone() - Method in class org.apache.http.message.HeaderGroup
- clone() - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Clones the instance.
- clone() - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- clone() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- clone() - Method in class org.apache.http.ProtocolVersion
- close() - Method in interface org.apache.http.HttpConnection
-
Closes this connection gracefully.
- close() - Method in class org.apache.http.impl.BHttpConnectionBase
- close() - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Upon close, this reads the remainder of the chunked message, leaving the underlying socket at a position to start reading the next response without scanning.
- close() - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Finishes writing to the underlying stream, but does NOT close the underlying stream.
- close() - Method in class org.apache.http.impl.io.ContentLengthInputStream
-
Reads until the end of the known length of content.
- close() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
-
Does not close the underlying socket output.
- close() - Method in class org.apache.http.impl.io.EmptyInputStream
- close() - Method in class org.apache.http.impl.io.IdentityInputStream
- close() - Method in class org.apache.http.impl.io.IdentityOutputStream
-
Does not close the underlying socket output.
- close() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- close() - Method in class org.apache.http.impl.nio.pool.BasicNIOPoolEntry
- close() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- close() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- close() - Method in class org.apache.http.impl.pool.BasicPoolEntry
- close() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- close() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- close() - Method in class org.apache.http.nio.ContentDecoderChannel
- close() - Method in class org.apache.http.nio.ContentEncoderChannel
- close() - Method in class org.apache.http.nio.entity.ContentInputStream
- close() - Method in class org.apache.http.nio.entity.ContentOutputStream
- close() - Method in class org.apache.http.nio.entity.EntityAsyncContentProducer
- close() - Method in class org.apache.http.nio.entity.NByteArrayEntity
- close() - Method in class org.apache.http.nio.entity.NFileEntity
- close() - Method in class org.apache.http.nio.entity.NStringEntity
- close() - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- close() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- close() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- close() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- close() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- close() - Method in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- close() - Method in class org.apache.http.nio.protocol.ErrorResponseProducer
- close() - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- close() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- close() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- close() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- close() - Method in interface org.apache.http.nio.reactor.IOSession
-
Terminates the session gracefully and closes the underlying I/O channel.
- close() - Method in interface org.apache.http.nio.reactor.ListenerEndpoint
-
Closes this endpoint.
- close() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- close() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession.InternalByteChannel
- close() - Method in class org.apache.http.nio.util.SharedInputBuffer
- close() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- close() - Method in class org.apache.http.pool.PoolEntry
-
Invalidates the pool entry and closes the pooled connection associated with it.
- close(Closeable) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
- closeActiveChannels() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Closes out all active channels registered with the selector of this I/O reactor.
- closeChannel(Channel) - Static method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- closeConnection(HttpClientConnection) - Static method in class org.apache.http.protocol.HttpRequestExecutor
- closeConnection(NHttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- closed - Variable in class org.apache.http.impl.io.ChunkedInputStream
-
True if this stream is closed
- closed - Variable in class org.apache.http.impl.io.ChunkedOutputStream
-
True if the stream is closed.
- closed - Variable in class org.apache.http.impl.io.ContentLengthInputStream
-
True if the stream is closed.
- closed - Variable in class org.apache.http.impl.io.ContentLengthOutputStream
-
True if the stream is closed.
- closed - Variable in class org.apache.http.impl.io.IdentityInputStream
- closed - Variable in class org.apache.http.impl.io.IdentityOutputStream
-
True if the stream is closed.
- closed - Variable in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- closed - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- closed - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- closed(NHttpClientConnection) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- closed(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when the connection is closed.
- closed(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when the connection is closed.
- closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- closed(NHttpServerConnection) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- closed(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when the connection is closed.
- closed(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when the connection is closed.
- closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- CLOSED - Static variable in interface org.apache.http.nio.NHttpConnection
- CLOSED - Static variable in interface org.apache.http.nio.reactor.IOSession
- closedSessions - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- closeExpired() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- closeExpired() - Method in class org.apache.http.pool.AbstractConnPool
-
Closes expired connections and evicts them from the pool.
- closeHandler(HttpAsyncClientExchangeHandler) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- closeHandlers(HttpAsyncService.State) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- closeHandlers(HttpAsyncService.State, Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- closeIdle(long, TimeUnit) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- closeIdle(long, TimeUnit) - Method in class org.apache.http.pool.AbstractConnPool
-
Closes connections that have been idle longer than the given period of time and evicts them from the pool.
- closeNewChannels() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Closes out all new channels pending registration with the selector of this I/O reactor.
- closeQuietly(Closeable) - Static method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- closeSessions() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Closes out all I/O sessions maintained by this I/O reactor.
- CLOSING - Static variable in interface org.apache.http.nio.NHttpConnection
- CLOSING - Static variable in interface org.apache.http.nio.reactor.IOSession
- code - Variable in class org.apache.http.message.BasicHttpResponse
- commitFinalResponse(NHttpServerConnection, HttpAsyncService.State) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- compareToVersion(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
-
Compares this protocol version with another one.
- complete() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- complete() - Method in class org.apache.http.impl.nio.codecs.ChunkEncoder
- complete() - Method in interface org.apache.http.nio.ContentEncoder
-
Terminates the content stream.
- completed - Variable in class org.apache.http.concurrent.BasicFuture
- completed - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
- completed - Variable in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
-
TODO: make private
- completed - Variable in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- completed - Variable in class org.apache.http.nio.pool.LeaseRequest
- completed - Variable in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- completed - Variable in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- completed - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- completed - Variable in class org.apache.http.nio.protocol.NullRequestConsumer
- completed(E) - Method in class org.apache.http.nio.pool.LeaseRequest
- completed(E) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- completed(E) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- completed(SocketAddress) - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- completed(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- completed(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool.InternalSessionRequestCallback
- completed(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
-
Triggered on successful completion of a
SessionRequest
. - completed(SessionRequest, E) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- completed(T) - Method in class org.apache.http.concurrent.BasicFuture
- completed(T) - Method in interface org.apache.http.concurrent.FutureCallback
- completed(T) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- COMPLETED - org.apache.http.nio.protocol.MessageState
- COMPLETED - Static variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- COMPLETED - Static variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- completedRequests - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- completeRequest(HttpAsyncService.Incoming, NHttpServerConnection, HttpAsyncService.State) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- completeResponse(HttpAsyncService.Outgoing, NHttpServerConnection, HttpAsyncService.State) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- condition - Variable in class org.apache.http.nio.util.SharedInputBuffer
- condition - Variable in class org.apache.http.nio.util.SharedOutputBuffer
- condition - Variable in class org.apache.http.pool.AbstractConnPool
- config - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- conn - Variable in class org.apache.http.impl.bootstrap.Worker
- conn - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- conn - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- conn - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- conn - Variable in class org.apache.http.pool.PoolEntry
- CONN_CLOSE - Static variable in class org.apache.http.protocol.HTTP
-
HTTP connection control
- CONN_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
- CONN_KEEP_ALIVE - Static variable in class org.apache.http.protocol.HTTP
- CONN_STATE - Static variable in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- connect(SocketAddress, SocketAddress, Object, SessionRequestCallback) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- connect(SocketAddress, SocketAddress, Object, SessionRequestCallback) - Method in interface org.apache.http.nio.reactor.ConnectingIOReactor
-
Requests a connection to a remote host.
- connectable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when the key signals
SelectionKey.OP_CONNECT
readiness. - connectable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
This I/O reactor implementation does not react to the
SelectionKey.OP_CONNECT
event. - connected(NHttpClientConnection, Object) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- connected(NHttpClientConnection, Object) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when a new outgoing connection is created.
- connected(NHttpClientConnection, Object) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when a new outgoing connection is created.
- connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- connected(NHttpServerConnection) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- connected(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when a new incoming connection is created.
- connected(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when a new incoming connection is created.
- connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- connected(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- connected(IOSession) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- connected(IOSession) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- connected(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
-
Triggered after the given session has been just created.
- ConnectingIOReactor - Interface in org.apache.http.nio.reactor
-
ConnectingIOReactor represents an I/O reactor capable of establishing connections to remote hosts.
- CONNECTION - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.10
- CONNECTION_KEY - Static variable in interface org.apache.http.nio.reactor.IOEventDispatch
-
Attribute name of an object that represents a non-blocking connection.
- CONNECTION_TIMEOUT - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Determines the timeout in milliseconds until a connection is established.
- connectionClosed(NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
-
Deprecated.Triggered when a connection has been terminated.
- ConnectionClosedException - Exception in org.apache.http
-
Signals that the connection has been closed unexpectedly.
- ConnectionClosedException() - Constructor for exception org.apache.http.ConnectionClosedException
-
Creates a new ConnectionClosedException with the message "Connection is closed".
- ConnectionClosedException(String) - Constructor for exception org.apache.http.ConnectionClosedException
-
Creates a new ConnectionClosedException with the specified detail message.
- ConnectionClosedException(String, Object...) - Constructor for exception org.apache.http.ConnectionClosedException
-
Constructs a new ConnectionClosedException with the specified detail message.
- connectionConfig - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- connectionConfig - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- ConnectionConfig - Class in org.apache.http.config
-
HTTP connection configuration.
- ConnectionConfig(int, int, Charset, CodingErrorAction, CodingErrorAction, MessageConstraints) - Constructor for class org.apache.http.config.ConnectionConfig
- ConnectionConfig.Builder - Class in org.apache.http.config
- connectionFactory - Variable in class org.apache.http.impl.bootstrap.HttpServer
- connectionFactory - Variable in class org.apache.http.impl.bootstrap.RequestListener
- connectionFactory - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- connectionFactory - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- connectionFactory - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- connectionFactory - Variable in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- connectionFactory - Variable in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- connectionOpen(NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
-
Deprecated.Triggered when a new connection has been established.
- ConnectionReuseStrategy - Interface in org.apache.http
-
Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.
- connectionStrategy - Variable in class org.apache.http.nio.protocol.HttpAsyncService
- connectionTimeout(NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
-
Deprecated.Triggered when a connection has timed out.
- connectTimeout - Variable in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- connectTimeout - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- connectTimeout - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- connectTimeout - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- connectTimeout - Variable in class org.apache.http.impl.pool.BasicConnFactory
- connectTimeout - Variable in class org.apache.http.nio.pool.LeaseRequest
- connFactory - Variable in class org.apache.http.impl.pool.BasicConnFactory
- connFactory - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- connFactory - Variable in class org.apache.http.pool.AbstractConnPool
- ConnFactory<T,C> - Interface in org.apache.http.pool
-
Factory for poolable blocking connections.
- connMetrics - Variable in class org.apache.http.impl.BHttpConnectionBase
- connMetrics - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- ConnPipelinedRequestCallback(BasicFuture<List<T>>, List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, ConnPool<HttpHost, E>, HttpContext) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- connPool - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- connPool - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- connPool - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- ConnPool<T,E> - Interface in org.apache.http.pool
-
ConnPool
represents a shared pool connections can be leased from and released back to. - ConnPoolControl<T> - Interface in org.apache.http.pool
-
Interface to control runtime properties of a
ConnPool
such as maximum total number of connections or maximum connections per route allowed. - ConnRequestCallback(BasicFuture<T>, HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, ConnPool<HttpHost, E>, HttpContext) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- connReuseStrategy - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- connReuseStrategy - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester
- connReuseStrategy - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- connState - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- connStrategy - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- connStrategy - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- connStrategy - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- connStrategy - Variable in class org.apache.http.protocol.HttpService
- ConnSupport - Class in org.apache.http.impl
-
Connection support methods.
- ConnSupport() - Constructor for class org.apache.http.impl.ConnSupport
- constraints - Variable in class org.apache.http.impl.io.ChunkedInputStream
- constraints - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- constraints - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- constraints - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- constraints - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- constraints - Variable in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- constructBuffer(int) - Method in class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy
- constructBuffer(int) - Method in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy
- constructBuffer(int) - Method in interface org.apache.http.nio.reactor.ssl.SSLBufferManagementStrategy
-
Creates a
SSLBuffer
ofsize
. - Consts - Class in org.apache.http
-
Commons constants.
- Consts() - Constructor for class org.apache.http.Consts
- consume(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
- consumeContent() - Method in class org.apache.http.entity.AbstractHttpEntity
-
Deprecated.(4.1) Either use
HttpEntity.getContent()
and callInputStream.close()
on that; otherwise callHttpEntity.writeTo(java.io.OutputStream)
which is required to free the resources. - consumeContent() - Method in class org.apache.http.entity.HttpEntityWrapper
-
Deprecated.(4.1) Either use
HttpEntityWrapper.getContent()
and callInputStream.close()
on that; otherwise callHttpEntityWrapper.writeTo(OutputStream)
which is required to free the resources. - consumeContent() - Method in interface org.apache.http.HttpEntity
-
Deprecated.(4.1) Use
EntityUtils.consume(HttpEntity)
- consumeContent(ContentDecoder) - Method in interface org.apache.http.nio.util.ContentInputBuffer
-
Deprecated.(4.3) use implementation specific methods.
- consumeContent(ContentDecoder) - Method in class org.apache.http.nio.util.SharedInputBuffer
-
Deprecated.
- consumeContent(ContentDecoder) - Method in class org.apache.http.nio.util.SimpleInputBuffer
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- consumeContent(ContentDecoder, IOControl) - Method in interface org.apache.http.nio.entity.ConsumingNHttpEntity
-
Deprecated.Notification that content is available to be read from the decoder.
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- consumeContent(ContentDecoder, IOControl) - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to process a chunk of content from the
ContentDecoder
. - consumeContent(ContentDecoder, IOControl) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Invoked to process a chunk of content from the
ContentDecoder
. - consumeContent(ContentDecoder, IOControl) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Invoked to process a chunk of content from the
ContentDecoder
. - consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- consumeContent(ContentDecoder, IOControl) - Method in class org.apache.http.nio.util.SharedInputBuffer
- consumed - Variable in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- consumeInput(NHttpClientEventHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- consumeInput(NHttpClientHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- consumeInput(NHttpClientHandler) - Method in interface org.apache.http.nio.NHttpClientIOTarget
-
Deprecated.Triggered when the connection is ready to consume input.
- consumeInput(NHttpServerEventHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- consumeInput(NHttpServiceHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- consumeInput(NHttpServiceHandler) - Method in interface org.apache.http.nio.NHttpServerIOTarget
-
Deprecated.Triggered when the connection is ready to consume input.
- consumeQuietly(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
- consumer - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- consumingEntity - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- consumingEntity - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- ConsumingNHttpEntity - Interface in org.apache.http.nio.entity
-
Deprecated.use (4.2)
BasicAsyncRequestProducer
orBasicAsyncResponseProducer
- ConsumingNHttpEntityTemplate - Class in org.apache.http.nio.entity
-
Deprecated.use (4.2)
BasicAsyncRequestProducer
orBasicAsyncResponseProducer
- ConsumingNHttpEntityTemplate(HttpEntity, ContentListener) - Constructor for class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- containsBlanks(CharSequence) - Static method in class org.apache.http.util.TextUtils
- containsHeader(String) - Method in interface org.apache.http.HttpMessage
-
Checks if a certain header is present in this message.
- containsHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
- containsHeader(String) - Method in class org.apache.http.message.HeaderGroup
-
Tests if headers with the given name are contained within this group.
- containsNoBlanks(T, String) - Static method in class org.apache.http.util.Args
- content - Variable in class org.apache.http.entity.BasicHttpEntity
- content - Variable in class org.apache.http.entity.ByteArrayEntity
-
Deprecated.(4.2)
- content - Variable in class org.apache.http.entity.InputStreamEntity
- content - Variable in class org.apache.http.entity.StringEntity
- content - Variable in class org.apache.http.nio.entity.NByteArrayEntity
-
Deprecated.(4.2)
- content - Variable in class org.apache.http.nio.entity.NStringEntity
-
Deprecated.(4.2)
- CONTENT_BUFFER_SIZE - Static variable in interface org.apache.http.nio.params.NIOReactorPNames
-
Deprecated.Determines the size of the content input/output buffers used to buffer data while receiving or transmitting HTTP messages.
- CONTENT_ENCODING - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11
- CONTENT_ENCODING - Static variable in class org.apache.http.protocol.HTTP
- CONTENT_LANGUAGE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.12
- CONTENT_LEN - Static variable in class org.apache.http.protocol.HTTP
- CONTENT_LENGTH - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13
- CONTENT_LOCATION - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.14
- CONTENT_MD5 - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.15
- CONTENT_RANGE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.16
- CONTENT_TYPE - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17
- CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
- CONTENT_TYPE_MAP - Static variable in class org.apache.http.entity.ContentType
- contentAvailable(ContentDecoder, IOControl) - Method in interface org.apache.http.nio.entity.ContentListener
-
Deprecated.Notification that content is available to be read from the decoder.
- contentAvailable(ContentDecoder, IOControl) - Method in class org.apache.http.nio.entity.SkipContentListener
-
Deprecated.
- ContentBufferEntity - Class in org.apache.http.nio.entity
-
HTTP entity wrapper whose content is provided by a
ContentInputBuffer
. - ContentBufferEntity(HttpEntity, ContentInputBuffer) - Constructor for class org.apache.http.nio.entity.ContentBufferEntity
-
Creates new instance of ContentBufferEntity.
- contentDecoder - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- ContentDecoder - Interface in org.apache.http.nio
-
Abstract HTTP content decoder.
- ContentDecoderChannel - Class in org.apache.http.nio
-
A
ReadableByteChannel
that delegates to aContentDecoder
. - ContentDecoderChannel(ContentDecoder) - Constructor for class org.apache.http.nio.ContentDecoderChannel
- contentEncoder - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- contentEncoder - Variable in class org.apache.http.nio.ContentEncoderChannel
- ContentEncoder - Interface in org.apache.http.nio
-
Abstract HTTP content encoder.
- ContentEncoderChannel - Class in org.apache.http.nio
-
A
WritableByteChannel
that delegates to aContentEncoder
. - ContentEncoderChannel(ContentEncoder) - Constructor for class org.apache.http.nio.ContentEncoderChannel
- contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntity
- ContentInputBuffer - Interface in org.apache.http.nio.util
-
Generic content input buffer.
- ContentInputStream - Class in org.apache.http.nio.entity
-
InputStream
adaptor forContentInputBuffer
. - ContentInputStream(ContentInputBuffer) - Constructor for class org.apache.http.nio.entity.ContentInputStream
- contentLength - Variable in class org.apache.http.impl.io.ContentLengthInputStream
-
The maximum number of bytes that can be read from the stream.
- contentLength - Variable in class org.apache.http.impl.io.ContentLengthOutputStream
-
The maximum number of bytes that can be written the stream.
- contentLength - Variable in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
- contentLength - Variable in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- ContentLengthInputStream - Class in org.apache.http.impl.io
-
Input stream that cuts off after a defined number of bytes.
- ContentLengthInputStream(SessionInputBuffer, long) - Constructor for class org.apache.http.impl.io.ContentLengthInputStream
-
Wraps a session input buffer and cuts off output after a defined number of bytes.
- ContentLengthOutputStream - Class in org.apache.http.impl.io
-
Output stream that cuts off after a defined number of bytes.
- ContentLengthOutputStream(SessionOutputBuffer, long) - Constructor for class org.apache.http.impl.io.ContentLengthOutputStream
-
Wraps a session output buffer and cuts off output after a defined number of bytes.
- contentLengthStrategy - Variable in class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
- ContentLengthStrategy - Interface in org.apache.http.entity
-
Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.
- contentListener - Variable in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- ContentListener - Interface in org.apache.http.nio.entity
-
Deprecated.(4.2)
- ContentOutputBuffer - Interface in org.apache.http.nio.util
-
Generic content output buffer.
- ContentOutputStream - Class in org.apache.http.nio.entity
-
OutputStream
adaptor forContentOutputBuffer
. - ContentOutputStream(ContentOutputBuffer) - Constructor for class org.apache.http.nio.entity.ContentOutputStream
- contentproducer - Variable in class org.apache.http.entity.EntityTemplate
- contentProducer - Variable in class org.apache.http.nio.protocol.ErrorResponseProducer
- ContentProducer - Interface in org.apache.http.entity
-
An abstract entity content producer.
- ContentTooLongException - Exception in org.apache.http
-
Signals that HTTP entity content is too long.
- ContentTooLongException(String) - Constructor for exception org.apache.http.ContentTooLongException
-
Creates a new ContentTooLongException with the specified detail message.
- ContentTooLongException(String, Object...) - Constructor for exception org.apache.http.ContentTooLongException
-
Constructs a new ContentTooLongException with the specified detail message.
- contentType - Variable in class org.apache.http.entity.AbstractHttpEntity
- ContentType - Class in org.apache.http.entity
-
Content type information consisting of a MIME type and an optional charset.
- ContentType(String, Charset) - Constructor for class org.apache.http.entity.ContentType
- ContentType(String, Charset, NameValuePair[]) - Constructor for class org.apache.http.entity.ContentType
- context - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- context - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- context - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- context - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- context - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- context - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- context - Variable in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- context - Variable in class org.apache.http.protocol.HttpCoreContext
- continueRequest(NHttpClientConnection, AsyncNHttpClientHandler.ClientConnState) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- continueRequest(NHttpClientConnection, ThrottlingHttpClientHandler.ClientConnState) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- Contract - Annotation Type in org.apache.http.annotation
-
This annotation defines behavioral contract enforced at runtime by instances of annotated classes.
- convert(int, HttpParams) - Static method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Deprecated.Do not use.
- convert(RuntimeException) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- convert(SSLMode) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
-
Deprecated.
- copy() - Method in class org.apache.http.message.HeaderGroup
-
Returns a copy of this object
- copy() - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Creates a copy of these parameters.
- copy() - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Creates a copy of the local collection with the same default
- copy() - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Creates a copy of these parameters.
- copy() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.Creates a copy of this instance
- copy(ConnectionConfig) - Static method in class org.apache.http.config.ConnectionConfig
- copy(MessageConstraints) - Static method in class org.apache.http.config.MessageConstraints
- copy(SocketConfig) - Static method in class org.apache.http.config.SocketConfig
- copy(IOReactorConfig) - Static method in class org.apache.http.impl.nio.reactor.IOReactorConfig
- copyContent(CharArrayBuffer, ParserCursor, BitSet, StringBuilder) - Method in class org.apache.http.message.TokenParser
-
Transfers content into the destination buffer until a whitespace character or any of the given delimiters is encountered.
- copyInterceptors(BasicHttpProcessor) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.Sets up the target to have the same list of interceptors as the current instance.
- copyParams(HttpParams) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Copies the locally defined parameters to the argument parameters.
- copyQuotedContent(CharArrayBuffer, ParserCursor, StringBuilder) - Method in class org.apache.http.message.TokenParser
-
Transfers content enclosed with quote marks into the destination buffer.
- copyUnquotedContent(CharArrayBuffer, ParserCursor, BitSet, StringBuilder) - Method in class org.apache.http.message.TokenParser
-
Transfers content into the destination buffer until a whitespace character, a quote, or any of the given delimiters is encountered.
- CoreConnectionPNames - Interface in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- CoreProtocolPNames - Interface in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- count - Variable in class org.apache.http.impl.bootstrap.ThreadFactoryImpl
- count - Variable in class org.apache.http.impl.nio.bootstrap.ThreadFactoryImpl
- COUNT - Static variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.DefaultThreadFactory
- COUNTER - Static variable in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- COUNTER - Static variable in class org.apache.http.impl.pool.BasicConnPool
- CR - Static variable in class org.apache.http.Consts
- CR - Static variable in class org.apache.http.message.TokenParser
-
US-ASCII CR, carriage return (13)
- CR - Static variable in class org.apache.http.protocol.HTTP
- create() - Static method in class org.apache.http.config.RegistryBuilder
- create() - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
- create() - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- create() - Static method in class org.apache.http.protocol.HttpCoreContext
- create() - Static method in class org.apache.http.protocol.HttpProcessorBuilder
- create() - Static method in class org.apache.http.ssl.SSLContextBuilder
- create(String) - Static method in class org.apache.http.entity.ContentType
-
Creates a new instance of
ContentType
without a charset. - create(String) - Static method in class org.apache.http.HttpHost
-
Creates
HttpHost
instance from string. - create(String, String) - Static method in class org.apache.http.entity.ContentType
-
Creates a new instance of
ContentType
. - create(String, Charset) - Static method in class org.apache.http.entity.ContentType
-
Creates a new instance of
ContentType
. - create(String, NameValuePair...) - Static method in class org.apache.http.entity.ContentType
-
Creates a new instance of
ContentType
with the given parameters. - create(String, NameValuePair[], boolean) - Static method in class org.apache.http.entity.ContentType
- create(Socket, HttpParams) - Method in class org.apache.http.impl.pool.BasicConnFactory
-
Deprecated.(4.3) no longer used.
- create(HeaderElement, boolean) - Static method in class org.apache.http.entity.ContentType
- create(HttpHost) - Method in class org.apache.http.impl.pool.BasicConnFactory
- create(HttpHost, IOSession) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.io.DefaultHttpRequestParserFactory
- create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.io.DefaultHttpResponseParserFactory
- create(SessionInputBuffer, MessageConstraints) - Method in interface org.apache.http.io.HttpMessageParserFactory
- create(SessionOutputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
- create(SessionOutputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
- create(SessionOutputBuffer) - Method in interface org.apache.http.io.HttpMessageWriterFactory
- create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
- create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
- create(SessionInputBuffer, MessageConstraints) - Method in interface org.apache.http.nio.NHttpMessageParserFactory
- create(SessionOutputBuffer) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriterFactory
- create(SessionOutputBuffer) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriterFactory
- create(SessionOutputBuffer) - Method in interface org.apache.http.nio.NHttpMessageWriterFactory
- create(T) - Method in interface org.apache.http.pool.ConnFactory
- create(T, SSLContext, ConnectionConfig) - Static method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- create(T, SSLContext, ConnectionConfig) - Static method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- create(T, SSLContext, ConnectionConfig, HttpRequestFactory) - Static method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- create(T, SSLContext, SSLSetupHandler, ConnectionConfig) - Static method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- create(T, SSLContext, SSLSetupHandler, ConnectionConfig) - Static method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- create(T, IOSession) - Method in interface org.apache.http.nio.pool.NIOConnFactory
- createByteBufferAllocator() - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.Creates an instance of
HeapByteBufferAllocator
to be used by HTTP connections for allocatingByteBuffer
objects. - createByteBufferAllocator() - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.Creates an instance of
HeapByteBufferAllocator
to be used by HTTP connections for allocatingByteBuffer
objects. - createByteBufferAllocator() - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.Creates an instance of
HeapByteBufferAllocator
to be used by HTTP connections for allocatingByteBuffer
objects. - createByteBufferAllocator() - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.Creates an instance of
HeapByteBufferAllocator
to be used by HTTP connections for allocatingByteBuffer
objects. - createBytes(Serializable) - Method in class org.apache.http.entity.SerializableEntity
- createConnection(Socket) - Method in interface org.apache.http.HttpConnectionFactory
- createConnection(Socket) - Method in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- createConnection(Socket) - Method in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.Creates an instance of
DefaultNHttpClientConnection
based on the givenIOSession
. - createConnection(IOSession) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.Creates an instance of
DefaultNHttpServerConnection
based on the givenIOSession
. - createConnection(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.Creates an instance of
DefaultNHttpClientConnection
based on the given SSLIOSession
. - createConnection(IOSession) - Method in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- createConnection(IOSession) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.Creates an instance of
DefaultNHttpServerConnection
based on the givenIOSession
. - createConnection(IOSession) - Method in interface org.apache.http.nio.NHttpConnectionFactory
- createConnection(IOSession, HttpRequestFactory, ByteBufferAllocator, HttpParams) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
-
Deprecated.(4.3) no longer used.
- createConnection(IOSession, HttpRequestFactory, ByteBufferAllocator, HttpParams) - Method in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
-
Deprecated.(4.3) no longer used.
- createConnection(IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
-
Deprecated.(4.3) no longer used.
- createConnection(IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Method in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
-
Deprecated.(4.3) no longer used.
- createConnectionMetrics(HttpTransportMetrics, HttpTransportMetrics) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- createConnectionMetrics(HttpTransportMetrics, HttpTransportMetrics) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- createConnectionMetrics(HttpTransportMetrics, HttpTransportMetrics) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Deprecated.(4.3) use decorator to add additional metrics.
- createContentDecoder(long, ReadableByteChannel, SessionInputBuffer, HttpTransportMetricsImpl) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Factory method for
ContentDecoder
instances. - createContentEncoder(long, WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Factory method for
ContentEncoder
instances. - created - Variable in class org.apache.http.pool.PoolEntry
- createDecoder(ConnectionConfig) - Static method in class org.apache.http.impl.ConnSupport
- createDefault() - Static method in class org.apache.http.ssl.SSLContexts
-
Creates default factory based on the standard JSSE trust material (
cacerts
file in the security properties directory). - createEncoder(ConnectionConfig) - Static method in class org.apache.http.impl.ConnSupport
- createEndpoint(SocketAddress) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- createEntityDeserializer() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Creates an instance of
EntityDeserializer
with theLaxContentLengthStrategy
implementation to be used for de-serializing entities received over this connection. - createEntityDeserializer() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Creates an instance of
EntityDeserializer
with theLaxContentLengthStrategy
implementation to be used for de-serializing entities received over this connection. - createEntitySerializer() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Creates an instance of
EntitySerializer
with theStrictContentLengthStrategy
implementation to be used for serializing HTTP entities sent over this connection. - createEntitySerializer() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Creates an instance of
EntitySerializer
with theStrictContentLengthStrategy
implementation to be used for serializing HTTP entities sent over this connection. - createEntry(C) - Method in class org.apache.http.pool.RouteSpecificPool
- createEntry(HttpHost, HttpClientConnection) - Method in class org.apache.http.impl.pool.BasicConnPool
- createEntry(HttpHost, NHttpClientConnection) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- createEntry(SessionRequest, C) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- createEntry(T, C) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- createEntry(T, C) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- createEntry(T, C) - Method in class org.apache.http.pool.AbstractConnPool
-
Creates a new entry for the given connection with the given route.
- createHeaderElement(String, String, NameValuePair[]) - Method in class org.apache.http.message.BasicHeaderValueParser
-
Creates a header element.
- createHttpRequestFactory() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Creates an instance of
DefaultHttpRequestFactory
to be used for creatingHttpRequest
objects received by over this connection. - createHttpRequestFactory() - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.Creates an instance of
DefaultHttpRequestFactory
to be used by HTTP connections for creatingHttpRequest
objects. - createHttpRequestFactory() - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.Creates an instance of
DefaultHttpRequestFactory
to be used by HTTP connections for creatingHttpRequest
objects. - createHttpResponse(int, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- createHttpResponseFactory() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Creates an instance of
DefaultHttpResponseFactory
to be used for creatingHttpResponse
objects received by over this connection. - createHttpResponseFactory() - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.Creates an instance of
DefaultHttpResponseFactory
to be used by HTTP connections for creatingHttpResponse
objects. - createHttpResponseFactory() - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.Creates an instance of
DefaultHttpResponseFactory
to be used by HTTP connections for creatingHttpResponse
objects. - createIncomingContentStrategy() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
-
Deprecated.(4.3) use constructor.
- createIncomingContentStrategy() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Deprecated.(4.3) use constructor.
- createInputStream(long, SessionInputBuffer) - Method in class org.apache.http.impl.BHttpConnectionBase
- createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.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.http.impl.nio.codecs.DefaultHttpRequestParser
- createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
- createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpRequestParser
-
Deprecated.
- createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpResponseParser
-
Deprecated.
- createNameValuePair(String, String) - Method in class org.apache.http.message.BasicHeaderValueParser
-
Creates a name-value pair.
- createOutgoingContentStrategy() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Deprecated.(4.3) use constructor.
- createOutputStream(long, SessionOutputBuffer) - Method in class org.apache.http.impl.BHttpConnectionBase
- createProtocolVersion(int, int) - Method in class org.apache.http.message.BasicLineParser
-
Creates a protocol version.
- createRequestLine(String, String, ProtocolVersion) - Method in class org.apache.http.message.BasicLineParser
-
Instantiates a new request line.
- createRequestParser(SessionInputBuffer, HttpRequestFactory, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Creates an instance of
HttpMessageParser
to be used for parsing HTTP requests received over this connection. - createRequestParser(SessionInputBuffer, HttpRequestFactory, HttpParams) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
-
Deprecated.(4.3) use constructor.
- createRequestWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Creates an instance of
HttpMessageWriter
to be used for writing out HTTP requests sent over this connection. - createRequestWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
-
Deprecated.(4.3) use constructor.
- createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Creates an instance of
HttpMessageParser
to be used for parsing HTTP responses received over this connection. - createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
-
Deprecated.(4.3) use constructor.
- createResponseWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Creates an instance of
HttpMessageWriter
to be used for writing out HTTP responses sent over this connection. - createResponseWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
-
Deprecated.(4.3) use constructor.
- createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.Creates an instance of
SocketInputBuffer
to be used for receiving data from the givenSocket
. - createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.Creates an instance of
SocketInputBuffer
to be used for receiving data from the givenSocket
. - createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.Creates an instance of
SessionOutputBuffer
to be used for sending data to the givenSocket
. - createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.Creates an instance of
SessionOutputBuffer
to be used for sending data to the givenSocket
. - createSSLConnection(SSLIOSession) - Method in class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.
- createSSLConnection(SSLIOSession) - Method in class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.
- createSSLIOSession(IOSession, SSLContext, SSLIOSessionHandler) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.Creates an instance of
SSLIOSession
decorating the givenIOSession
. - createSSLIOSession(IOSession, SSLContext, SSLIOSessionHandler) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.Creates an instance of
SSLIOSession
decorating the givenIOSession
. - createSSLIOSession(IOSession, SSLContext, SSLSetupHandler) - Method in class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.Creates an instance of
SSLIOSession
decorating the givenIOSession
. - createSSLIOSession(IOSession, SSLContext, SSLSetupHandler) - Method in class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.Creates an instance of
SSLIOSession
decorating the givenIOSession
. - createSSLIOSession(IOSession, SSLContext, SSLSetupHandler) - Method in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- createSSLIOSession(IOSession, SSLContext, SSLSetupHandler) - Method in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- createStatusLine(ProtocolVersion, int, String) - Method in class org.apache.http.message.BasicLineParser
-
Instantiates a new status line.
- createSystemDefault() - Static method in class org.apache.http.ssl.SSLContexts
-
Creates default SSL context based on system properties.
- createToken(String, int, int) - Method in class org.apache.http.message.BasicTokenIterator
-
Creates a new token to be returned.
- createTokenIterator(HeaderIterator) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
-
Creates a token iterator from a header iterator.
- createTransportMetrics() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- createTransportMetrics() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- createTransportMetrics() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Deprecated.(4.3) no longer used.
- CRLF - Static variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- CRLF - Static variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- CRLF - Static variable in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- currentElement - Variable in class org.apache.http.message.BasicHeaderElementIterator
- currentEventMask - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- currentHeader - Variable in class org.apache.http.message.BasicTokenIterator
-
The value of the current header.
- currentIndex - Variable in class org.apache.http.message.BasicHeaderIterator
-
The position of the next header in
allHeaders
. - currentIndex - Variable in class org.apache.http.message.BasicListHeaderIterator
-
The position of the next header in
allHeaders
. - currentToken - Variable in class org.apache.http.message.BasicTokenIterator
-
The token to be returned by the next call to
BasicTokenIterator.nextToken()
. - currentWorker - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- cursor - Variable in class org.apache.http.message.BasicHeaderElementIterator
- custom() - Static method in class org.apache.http.config.ConnectionConfig
- custom() - Static method in class org.apache.http.config.MessageConstraints
- custom() - Static method in class org.apache.http.config.SocketConfig
- custom() - Static method in class org.apache.http.impl.nio.reactor.IOReactorConfig
- custom() - Static method in class org.apache.http.ssl.SSLContexts
-
Creates custom SSL context.
D
- DATE - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.6, RFC 2616 (HTTP/1.1) Section 14.18
- DATE_GENERATOR - Static variable in class org.apache.http.protocol.RequestDate
- DATE_GENERATOR - Static variable in class org.apache.http.protocol.ResponseDate
- DATE_HEADER - Static variable in class org.apache.http.protocol.HTTP
- dateAsLong - Variable in class org.apache.http.protocol.HttpDateGenerator
- dateAsText - Variable in class org.apache.http.protocol.HttpDateGenerator
- dateformat - Variable in class org.apache.http.protocol.HttpDateGenerator
- DAV - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.1
- deadline - Variable in class org.apache.http.nio.pool.LeaseRequest
- decoder - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- decoder - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- decoder - Variable in class org.apache.http.nio.ContentDecoderChannel
- decryptData() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- DEF_CONTENT_CHARSET - Static variable in class org.apache.http.protocol.HTTP
- DEF_PROTOCOL_CHARSET - Static variable in class org.apache.http.protocol.HTTP
- DEFAULT - Static variable in class org.apache.http.config.ConnectionConfig
- DEFAULT - Static variable in class org.apache.http.config.MessageConstraints
- DEFAULT - Static variable in class org.apache.http.config.SocketConfig
- DEFAULT - Static variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- DEFAULT - Static variable in class org.apache.http.message.BasicHeaderValueFormatter
-
Deprecated.(4.3) use
BasicHeaderValueFormatter.INSTANCE
- DEFAULT - Static variable in class org.apache.http.message.BasicHeaderValueParser
-
Deprecated.(4.3) use
BasicHeaderValueParser.INSTANCE
- DEFAULT - Static variable in class org.apache.http.message.BasicLineFormatter
-
Deprecated.(4.3) use
BasicLineFormatter.INSTANCE
- DEFAULT - Static variable in class org.apache.http.message.BasicLineParser
-
Deprecated.(4.3) use
BasicLineParser.INSTANCE
- DEFAULT_BINARY - Static variable in class org.apache.http.entity.ContentType
- DEFAULT_BUFFER_SIZE - Static variable in class org.apache.http.util.EntityUtils
- DEFAULT_CONTENT_CHARSET - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- DEFAULT_PROTOCOL_CHARSET - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- DEFAULT_SCHEME_NAME - Static variable in class org.apache.http.HttpHost
-
The default scheme is "http".
- DEFAULT_TEXT - Static variable in class org.apache.http.entity.ContentType
- DEFAULT_WAIT_FOR_CONTINUE - Static variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- DEFAULT_WAIT_FOR_CONTINUE - Static variable in class org.apache.http.protocol.HttpRequestExecutor
- DefaultBHttpClientConnection - Class in org.apache.http.impl
-
Default implementation of
HttpClientConnection
. - DefaultBHttpClientConnection(int) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnection
- DefaultBHttpClientConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnection
-
Creates new instance of DefaultBHttpClientConnection.
- DefaultBHttpClientConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnection
- DefaultBHttpClientConnectionFactory - Class in org.apache.http.impl
-
Default factory for
HttpClientConnection
s. - DefaultBHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- DefaultBHttpClientConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- DefaultBHttpClientConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- DefaultBHttpClientConnectionFactory(ConnectionConfig, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- DefaultBHttpServerConnection - Class in org.apache.http.impl
-
Default implementation of
HttpServerConnection
. - DefaultBHttpServerConnection(int) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnection
- DefaultBHttpServerConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnection
-
Creates new instance of DefaultBHttpServerConnection.
- DefaultBHttpServerConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnection
- DefaultBHttpServerConnectionFactory - Class in org.apache.http.impl
-
Default factory for
HttpServerConnection
s. - DefaultBHttpServerConnectionFactory() - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- DefaultBHttpServerConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- DefaultBHttpServerConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- DefaultBHttpServerConnectionFactory(ConnectionConfig, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- DefaultClientIOEventDispatch - Class in org.apache.http.impl.nio
-
Deprecated.(4.2) use
DefaultHttpClientIODispatch
- DefaultClientIOEventDispatch(NHttpClientHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- DefaultConnectingIOReactor - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
ConnectingIOReactor
. - DefaultConnectingIOReactor() - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
-
Creates an instance of DefaultConnectingIOReactor with default configuration.
- DefaultConnectingIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
-
Deprecated.
- DefaultConnectingIOReactor(int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
-
Deprecated.
- DefaultConnectingIOReactor(IOReactorConfig) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
-
Creates an instance of DefaultConnectingIOReactor with the given configuration.
- DefaultConnectingIOReactor(IOReactorConfig, ThreadFactory) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
-
Creates an instance of DefaultConnectingIOReactor with the given configuration.
- DefaultConnectionReuseStrategy - Class in org.apache.http.impl
-
Default implementation of a strategy deciding about connection re-use.
- DefaultConnectionReuseStrategy() - Constructor for class org.apache.http.impl.DefaultConnectionReuseStrategy
- DefaultedHttpContext - Class in org.apache.http.protocol
-
Deprecated.(4.3) no longer used.
- DefaultedHttpContext(HttpContext, HttpContext) - Constructor for class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- DefaultedHttpParams - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- DefaultedHttpParams(HttpParams, HttpParams) - Constructor for class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Create the defaulted set of HttpParams.
- DefaultHttpClientConnection - Class in org.apache.http.impl
-
Deprecated.(4.3) use
DefaultBHttpClientConnection
- DefaultHttpClientConnection() - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
-
Deprecated.
- DefaultHttpClientIODispatch<H extends NHttpClientEventHandler> - Class in org.apache.http.impl.nio
-
Default
IOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections. - DefaultHttpClientIODispatch(H, SSLContext, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- DefaultHttpClientIODispatch(H, SSLContext, SSLSetupHandler, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- DefaultHttpClientIODispatch(H, SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- DefaultHttpClientIODispatch(H, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Deprecated.
- DefaultHttpClientIODispatch(H, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- DefaultHttpClientIODispatch(H, NHttpConnectionFactory<? extends DefaultNHttpClientConnection>) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- DefaultHttpClientIODispatch(H, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Deprecated.
- DefaultHttpRequestFactory - Class in org.apache.http.impl
-
Default factory for creating
HttpRequest
objects. - DefaultHttpRequestFactory() - Constructor for class org.apache.http.impl.DefaultHttpRequestFactory
- DefaultHttpRequestParser - Class in org.apache.http.impl.io
-
HTTP request parser that obtain its input from an instance of
SessionInputBuffer
. - DefaultHttpRequestParser - Class in org.apache.http.impl.nio.codecs
-
Default
NHttpMessageParser
implementation forHttpRequest
s. - DefaultHttpRequestParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
- DefaultHttpRequestParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
- DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
-
Creates new instance of DefaultHttpRequestParser.
- DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
- DefaultHttpRequestParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestParser
- DefaultHttpRequestParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestParser
- DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, MessageConstraints) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestParser
-
Creates an instance of DefaultHttpRequestParser.
- DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestParser
- DefaultHttpRequestParserFactory - Class in org.apache.http.impl.io
-
Default factory for request message parsers.
- DefaultHttpRequestParserFactory - Class in org.apache.http.impl.nio.codecs
-
Default factory for request message parsers.
- DefaultHttpRequestParserFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParserFactory
- DefaultHttpRequestParserFactory() - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
- DefaultHttpRequestParserFactory(LineParser, HttpRequestFactory) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParserFactory
- DefaultHttpRequestParserFactory(LineParser, HttpRequestFactory) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
- DefaultHttpRequestWriter - Class in org.apache.http.impl.io
-
HTTP request writer that serializes its output to an instance of
SessionOutputBuffer
. - DefaultHttpRequestWriter - Class in org.apache.http.impl.nio.codecs
-
Default
NHttpMessageWriter
implementation forHttpRequest
s. - DefaultHttpRequestWriter(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriter
- DefaultHttpRequestWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriter
-
Creates an instance of DefaultHttpRequestWriter.
- DefaultHttpRequestWriter(SessionOutputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriter
- DefaultHttpRequestWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriter
-
Creates an instance of DefaultHttpRequestWriter.
- DefaultHttpRequestWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriter
-
Deprecated.
- DefaultHttpRequestWriterFactory - Class in org.apache.http.impl.io
-
Default factory for request message writers.
- DefaultHttpRequestWriterFactory - Class in org.apache.http.impl.nio.codecs
-
Default factory for request message writers.
- DefaultHttpRequestWriterFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
- DefaultHttpRequestWriterFactory() - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriterFactory
- DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
- DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriterFactory
- DefaultHttpResponseFactory - Class in org.apache.http.impl
-
Default factory for creating
HttpResponse
objects. - DefaultHttpResponseFactory() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
-
Creates a new response factory with the default catalog.
- DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
-
Creates a new response factory with the given catalog.
- DefaultHttpResponseParser - Class in org.apache.http.impl.io
-
HTTP response parser that obtain its input from an instance of
SessionInputBuffer
. - DefaultHttpResponseParser - Class in org.apache.http.impl.nio.codecs
-
Default
NHttpMessageParser
implementation forHttpResponse
s. - DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
- DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
- DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
- DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
- DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
- DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
-
Creates an instance of DefaultHttpResponseParser.
- DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
- DefaultHttpResponseParserFactory - Class in org.apache.http.impl.io
-
Default factory for response message parsers.
- DefaultHttpResponseParserFactory - Class in org.apache.http.impl.nio.codecs
-
Default factory for response message parsers.
- DefaultHttpResponseParserFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory() - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
- DefaultHttpResponseWriter - Class in org.apache.http.impl.io
-
HTTP response writer that serializes its output to an instance of
SessionOutputBuffer
. - DefaultHttpResponseWriter - Class in org.apache.http.impl.nio.codecs
-
Default
NHttpMessageWriter
implementation forHttpResponse
s. - DefaultHttpResponseWriter(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriter
- DefaultHttpResponseWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriter
-
Creates an instance of DefaultHttpResponseWriter.
- DefaultHttpResponseWriter(SessionOutputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriter
- DefaultHttpResponseWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriter
-
Creates an instance of DefaultHttpResponseWriter.
- DefaultHttpResponseWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriter
-
Deprecated.
- DefaultHttpResponseWriterFactory - Class in org.apache.http.impl.io
-
Default factory for response message writers.
- DefaultHttpResponseWriterFactory - Class in org.apache.http.impl.nio.codecs
-
Default factory for response message writers.
- DefaultHttpResponseWriterFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
- DefaultHttpResponseWriterFactory() - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriterFactory
- DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
- DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriterFactory
- DefaultHttpServerConnection - Class in org.apache.http.impl
-
Deprecated.(4.3) use
DefaultBHttpServerConnection
- DefaultHttpServerConnection() - Constructor for class org.apache.http.impl.DefaultHttpServerConnection
-
Deprecated.
- DefaultHttpServerIODispatch<H extends NHttpServerEventHandler> - Class in org.apache.http.impl.nio
-
Default
IOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections. - DefaultHttpServerIODispatch(H, SSLContext, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- DefaultHttpServerIODispatch(H, SSLContext, SSLSetupHandler, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- DefaultHttpServerIODispatch(H, SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- DefaultHttpServerIODispatch(H, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Deprecated.
- DefaultHttpServerIODispatch(H, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- DefaultHttpServerIODispatch(H, NHttpConnectionFactory<? extends DefaultNHttpServerConnection>) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- DefaultHttpServerIODispatch(H, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Deprecated.
- DefaultListeningIOReactor - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
ListeningIOReactor
. - DefaultListeningIOReactor() - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
-
Creates an instance of DefaultListeningIOReactor with default configuration.
- DefaultListeningIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
-
Deprecated.
- DefaultListeningIOReactor(int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
-
Deprecated.
- DefaultListeningIOReactor(IOReactorConfig) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
-
Creates an instance of DefaultListeningIOReactor with the given configuration.
- DefaultListeningIOReactor(IOReactorConfig, ThreadFactory) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
-
Creates an instance of DefaultListeningIOReactor with the given configuration.
- DefaultMaxIoThreadCount - Static variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- defaultMaxPerRoute - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- defaultMaxPerRoute - Variable in class org.apache.http.pool.AbstractConnPool
- DefaultNHttpClientConnection - Class in org.apache.http.impl.nio
-
Default implementation of the
NHttpClientConnection
interface. - DefaultNHttpClientConnection(IOSession, int) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnection
- DefaultNHttpClientConnection(IOSession, int, int, ByteBufferAllocator, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, NHttpMessageWriterFactory<HttpRequest>, NHttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnection
-
Creates new instance DefaultNHttpClientConnection given the underlying I/O session.
- DefaultNHttpClientConnection(IOSession, int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnection
- DefaultNHttpClientConnection(IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnection
- DefaultNHttpClientConnectionFactory - Class in org.apache.http.impl.nio
-
Default factory for plain (non-encrypted), non-blocking
NHttpClientConnection
s. - DefaultNHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- DefaultNHttpClientConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- DefaultNHttpClientConnectionFactory(ContentLengthStrategy, ContentLengthStrategy, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- DefaultNHttpClientConnectionFactory(HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- DefaultNHttpClientConnectionFactory(NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- DefaultNHttpClientConnectionFactory(NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- DefaultNHttpClientConnectionFactory(HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
-
Deprecated.
- DefaultNHttpServerConnection - Class in org.apache.http.impl.nio
-
Default implementation of the
NHttpServerConnection
interface. - DefaultNHttpServerConnection(IOSession, int) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnection
- DefaultNHttpServerConnection(IOSession, int, int, ByteBufferAllocator, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnection
-
Creates new instance DefaultNHttpServerConnection given the underlying I/O session.
- DefaultNHttpServerConnection(IOSession, int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnection
- DefaultNHttpServerConnection(IOSession, HttpRequestFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnection
- DefaultNHttpServerConnectionFactory - Class in org.apache.http.impl.nio
-
Default factory for plain (non-encrypted), non-blocking
NHttpServerConnection
s. - DefaultNHttpServerConnectionFactory() - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- DefaultNHttpServerConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- DefaultNHttpServerConnectionFactory(ContentLengthStrategy, ContentLengthStrategy, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- DefaultNHttpServerConnectionFactory(HttpRequestFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- DefaultNHttpServerConnectionFactory(ByteBufferAllocator, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- DefaultNHttpServerConnectionFactory(HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
-
Deprecated.
- defaults - Variable in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.
- defaults - Variable in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- DefaultServerIOEventDispatch - Class in org.apache.http.impl.nio
-
Deprecated.(4.2) use
DefaultHttpServerIODispatch
- DefaultServerIOEventDispatch(NHttpServiceHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
- DefaultThreadFactory() - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.DefaultThreadFactory
- DEPTH - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.2
- deserialize(SessionInputBuffer, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
-
Deprecated.Creates an
HttpEntity
based on properties of the given message. - DESTINATION - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.3
- determineLength(HttpMessage) - Method in interface org.apache.http.entity.ContentLengthStrategy
-
Returns length of the given message in bytes.
- determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
- determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.LaxContentLengthStrategy
- determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.StrictContentLengthStrategy
- determineLocale(HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
-
Determines the locale of the response.
- DirectByteBufferAllocator - Class in org.apache.http.nio.util
-
Allocates
ByteBuffer
instances usingByteBuffer.allocateDirect(int)
. - DirectByteBufferAllocator() - Constructor for class org.apache.http.nio.util.DirectByteBufferAllocator
- DisallowIdentityContentLengthStrategy - Class in org.apache.http.impl.entity
-
Decorator for
ContentLengthStrategy
implementations that disallows the use of identity transfer encoding. - DisallowIdentityContentLengthStrategy(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
- disconnected(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- disconnected(IOSession) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- disconnected(IOSession) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- disconnected(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
-
Triggered when the given session has been terminated.
- dispatcher - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.Worker
- dispatchers - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- dispatchThreads - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- doDeserialize(SessionInputBuffer, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
-
Deprecated.Creates a
BasicHttpEntity
based on properties of the given message. - doFlush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- doFlush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- doFlush() - Method in class org.apache.http.impl.BHttpConnectionBase
- doFormatHeader(CharArrayBuffer, Header) - Method in class org.apache.http.message.BasicLineFormatter
-
Actually formats a header.
- doFormatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.http.message.BasicLineFormatter
-
Actually formats a request line.
- doFormatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.http.message.BasicLineFormatter
-
Actually formats a status line.
- doFormatValue(CharArrayBuffer, String, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Actually formats the value of a name-value pair.
- doHandshake() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Waits for and receives a response.
- doRunTask() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Send the given request over the given connection.
- doSerialize(SessionOutputBuffer, HttpMessage) - Method in class org.apache.http.impl.entity.EntitySerializer
-
Deprecated.Creates a transfer codec based on properties of the given HTTP message and returns
OutputStream
instance that transparently encodes output data as it is being written out to the output stream. - doService(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.protocol.HttpService
-
The default implementation of this method attempts to resolve an
HttpRequestHandler
for the request URI of the given request and, if found, executes itsHttpRequestHandler.handle(HttpRequest, HttpResponse, HttpContext)
method. - doShutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Activates the shutdown sequence for this reactor.
- doUnwrap(ByteBuffer, ByteBuffer) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- doWrap(ByteBuffer, ByteBuffer) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- doWriteChunk(ByteBuffer, boolean) - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- doWriteChunk(ByteBuffer, int, boolean) - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- DQUOTE - Static variable in class org.apache.http.message.TokenParser
-
Double quote
E
- ELEM_DELIMITER - Static variable in class org.apache.http.message.BasicHeaderValueParser
- EMPTY - Static variable in class org.apache.http.message.HeaderGroup
- EMPTY_BUFFER - Static variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- EMPTY_HEADER_ELEMENTS - Static variable in class org.apache.http.message.BasicHeader
- EmptyInputStream - Class in org.apache.http.impl.io
- EmptyInputStream() - Constructor for class org.apache.http.impl.io.EmptyInputStream
- encoder - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- encoder - Variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- EncodingUtils - Class in org.apache.http.util
-
The home for utility methods that handle various encoding tasks.
- EncodingUtils() - Constructor for class org.apache.http.util.EncodingUtils
-
This class should not be instantiated.
- endOfChunk - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- endOfInput(NHttpClientConnection) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- endOfInput(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when the connection is closed by the opposite end point (half-closed).
- endOfInput(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- endOfInput(NHttpServerConnection) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- endOfInput(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when the connection is closed by the opposite end point (half-closed).
- endOfInput(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- endOfStream - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- endOfStream - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- endOfStream - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- endOfStream - Variable in class org.apache.http.nio.util.SharedInputBuffer
- endOfStream - Variable in class org.apache.http.nio.util.SharedOutputBuffer
- endOfStream - Variable in class org.apache.http.nio.util.SimpleInputBuffer
- endOfStream - Variable in class org.apache.http.nio.util.SimpleOutputBuffer
- endpoint - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- endpointClosed(ListenerEndpoint) - Method in interface org.apache.http.impl.nio.reactor.ListenerEndpointClosedCallback
- endpoints - Variable in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- EnglishReasonPhraseCatalog - Class in org.apache.http.impl
-
English reason phrases for HTTP status codes.
- EnglishReasonPhraseCatalog() - Constructor for class org.apache.http.impl.EnglishReasonPhraseCatalog
-
Restricted default constructor, for derived classes.
- ensureCapacity(int) - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Ensures the buffer can accommodate the required capacity.
- ensureCapacity(int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureCapacity(int) - Method in class org.apache.http.util.CharArrayBuffer
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureNotNull(T) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- ensureOpen() - Method in class org.apache.http.impl.BHttpConnectionBase
- ensureUnique(E) - Method in class org.apache.http.protocol.ChainBuilder
- entity - Variable in class org.apache.http.message.BasicHttpEntityEnclosingRequest
- entity - Variable in class org.apache.http.message.BasicHttpResponse
- entity - Variable in class org.apache.http.nio.entity.EntityAsyncContentProducer
- entity - Variable in class org.apache.http.nio.protocol.ErrorResponseProducer
- EntityAsyncContentProducer - Class in org.apache.http.nio.entity
-
Basic implementation of
HttpAsyncContentProducer
that relies on inefficient and potentially blocking I/O operation redirection throughChannels.newChannel(java.io.InputStream)
. - EntityAsyncContentProducer(HttpEntity) - Constructor for class org.apache.http.nio.entity.EntityAsyncContentProducer
- entitydeserializer - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- entitydeserializer - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- EntityDeserializer - Class in org.apache.http.impl.entity
-
Deprecated.(4.3) use
BHttpConnectionBase
- EntityDeserializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntityDeserializer
-
Deprecated.
- entityRequest(HttpEntityEnclosingRequest, HttpContext) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler.RequestHandlerAdaptor
-
Deprecated.
- entityRequest(HttpEntityEnclosingRequest, HttpContext) - Method in interface org.apache.http.nio.protocol.NHttpRequestHandler
-
Deprecated.Triggered when a request is received with an entity.
- entityserializer - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- entityserializer - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- EntitySerializer - Class in org.apache.http.impl.entity
-
Deprecated.(4.3) use
BHttpConnectionBase
- EntitySerializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntitySerializer
-
Deprecated.
- EntityTemplate - Class in org.apache.http.entity
-
Entity that delegates the process of content generation to a
ContentProducer
. - EntityTemplate(ContentProducer) - Constructor for class org.apache.http.entity.EntityTemplate
- EntityUtils - Class in org.apache.http.util
-
Static helpers for dealing with
HttpEntity
s. - EntityUtils() - Constructor for class org.apache.http.util.EntityUtils
- entrySet() - Method in class org.apache.http.protocol.UriPatternMatcher
-
Returns a
Set
view of the mappings contained in this matcher. - enumAvailable(PoolEntryCallback<T, C>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
-
Enumerates all available connections.
- enumAvailable(PoolEntryCallback<T, C>) - Method in class org.apache.http.pool.AbstractConnPool
-
Enumerates all available connections.
- enumEntries(Iterator<E>, PoolEntryCallback<T, C>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
-
Deprecated.(4.3.2)
- enumLeased(PoolEntryCallback<T, C>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
-
Enumerates all leased connections.
- enumLeased(PoolEntryCallback<T, C>) - Method in class org.apache.http.pool.AbstractConnPool
-
Enumerates all leased connections.
- eof - Variable in class org.apache.http.impl.io.ChunkedInputStream
-
True if we've reached the end of stream
- eof - Variable in class org.apache.http.impl.io.SocketInputBuffer
-
Deprecated.
- eofSensor - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- eofSensor - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- EofSensor - Interface in org.apache.http.io
-
Deprecated.(4.3) no longer used.
- equals(Object) - Method in class org.apache.http.HttpHost
- equals(Object) - Method in class org.apache.http.impl.nio.reactor.InterestOpEntry
- equals(Object) - Method in class org.apache.http.message.BasicHeaderElement
- equals(Object) - Method in class org.apache.http.message.BasicNameValuePair
- equals(Object) - Method in class org.apache.http.ProtocolVersion
-
Checks equality of this protocol version with an object.
- equals(Object[], Object[]) - Static method in class org.apache.http.util.LangUtils
-
Check if two object arrays are equal.
- equals(Object, Object) - Static method in class org.apache.http.util.LangUtils
-
Check if two objects are equal.
- ErrorResponseProducer - Class in org.apache.http.nio.protocol
-
This class changed from package private to public in version 4.4.8.
- ErrorResponseProducer(HttpResponse, HttpEntity, boolean) - Constructor for class org.apache.http.nio.protocol.ErrorResponseProducer
- ESCAPE - Static variable in class org.apache.http.message.TokenParser
-
Backward slash / escape character
- estimateElementsLen(HeaderElement[]) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Estimates the length of formatted header elements.
- estimateHeaderElementLen(HeaderElement) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Estimates the length of a formatted header element.
- estimateNameValuePairLen(NameValuePair) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Estimates the length of a formatted name-value pair.
- estimateParametersLen(NameValuePair[]) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Estimates the length of formatted parameters.
- estimateProtocolVersionLen(ProtocolVersion) - Method in class org.apache.http.message.BasicLineFormatter
-
Guesses the length of a formatted protocol version.
- ETAG - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.19
- eventDispatch - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.Worker
- eventDispatch - Variable in class org.apache.http.impl.nio.reactor.BaseIOReactor
- eventListener - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- EventListener - Interface in org.apache.http.nio.protocol
-
Deprecated.(4.2) do not use
- eventMask - Variable in class org.apache.http.impl.nio.reactor.InterestOpEntry
- EventMask - Interface in org.apache.http.nio.reactor
-
Type of I/O event notifications I/O sessions can declare interest in.
- ex - Variable in class org.apache.http.concurrent.BasicFuture
- ex - Variable in class org.apache.http.impl.nio.reactor.ExceptionEvent
- ex - Variable in class org.apache.http.nio.pool.LeaseRequest
- ex - Variable in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- ex - Variable in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- exception - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.Worker
- exception - Variable in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- exception - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- exception - Variable in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- exception(NHttpClientConnection, IOException) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when an I/O error occurs while reading from or writing to the underlying channel.
- exception(NHttpClientConnection, IOException) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- exception(NHttpClientConnection, IOException) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- exception(NHttpClientConnection, IOException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- exception(NHttpClientConnection, Exception) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- exception(NHttpClientConnection, Exception) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered if an error occurs during the HTTP exchange.
- exception(NHttpClientConnection, Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- exception(NHttpClientConnection, HttpException) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when an HTTP protocol violation occurs while receiving an HTTP response.
- exception(NHttpClientConnection, HttpException) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- exception(NHttpClientConnection, HttpException) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- exception(NHttpClientConnection, HttpException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- exception(NHttpServerConnection, IOException) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when an I/O error occurs while reading from or writing to the underlying channel.
- exception(NHttpServerConnection, IOException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- exception(NHttpServerConnection, IOException) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- exception(NHttpServerConnection, IOException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- exception(NHttpServerConnection, Exception) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- exception(NHttpServerConnection, Exception) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered if an error occurs during the HTTP exchange.
- exception(NHttpServerConnection, Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- exception(NHttpServerConnection, HttpException) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when an HTTP protocol violation occurs while receiving an HTTP request.
- exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- ExceptionEvent - Class in org.apache.http.impl.nio.reactor
-
A
Throwable
instance along with a time stamp. - ExceptionEvent(Exception) - Constructor for class org.apache.http.impl.nio.reactor.ExceptionEvent
- ExceptionEvent(Throwable, Date) - Constructor for class org.apache.http.impl.nio.reactor.ExceptionEvent
- exceptionHandler - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- exceptionHandler - Variable in class org.apache.http.impl.nio.reactor.BaseIOReactor
- exceptionLogger - Variable in class org.apache.http.impl.bootstrap.HttpServer
- exceptionLogger - Variable in class org.apache.http.impl.bootstrap.RequestListener
- exceptionLogger - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- exceptionLogger - Variable in class org.apache.http.impl.bootstrap.Worker
- exceptionLogger - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- exceptionLogger - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- exceptionLogger - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester
- exceptionLogger - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- exceptionLogger - Variable in class org.apache.http.nio.protocol.HttpAsyncService
- ExceptionLogger - Interface in org.apache.http
- ExceptionUtils - Class in org.apache.http.util
-
Deprecated.(4.2) no longer used
- ExceptionUtils() - Constructor for class org.apache.http.util.ExceptionUtils
-
Deprecated.
- execHandler - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- execHandler - Variable in class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- execHandler - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- execute() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Activates the I/O reactor.
- execute(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Sends the request and obtain a response.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, E, ConnPool<HttpHost, E>, HttpContext, FutureCallback<T>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, NHttpClientConnection, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, NHttpClientConnection, HttpContext, FutureCallback<T>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, ConnPool<HttpHost, E>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, ConnPool<HttpHost, E>, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, ConnPool<HttpHost, E>, HttpContext, FutureCallback<T>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous HTTP request execution.
- execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Activates the main I/O reactor as well as all worker I/O reactors.
- execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Activates the I/O reactor.
- execute(IOEventDispatch) - Method in interface org.apache.http.nio.reactor.IOReactor
-
Starts the reactor and initiates the dispatch of I/O event notifications to the given
IOEventDispatch
. - executePipelined(List<HttpAsyncRequestProducer>, List<HttpAsyncResponseConsumer<T>>, E, ConnPool<HttpHost, E>, HttpContext, FutureCallback<List<T>>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous pipelined HTTP request execution.
- executePipelined(HttpHost, List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, ConnPool<HttpHost, E>, HttpContext, FutureCallback<List<T>>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
Initiates asynchronous pipelined HTTP request execution.
- ExecutionContext - Interface in org.apache.http.protocol
-
Deprecated.(4.3) use
HttpCoreContext
. - ExecutionHandlerAdaptor(HttpRequestExecutionHandler) - Constructor for class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- executor - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- executor - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- executorService - Variable in class org.apache.http.impl.bootstrap.RequestListener
- expand() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Expands buffer's capacity.
- expand(int) - Method in class org.apache.http.util.ByteArrayBuffer
- expand(int) - Method in class org.apache.http.util.CharArrayBuffer
- ExpandableBuffer - Class in org.apache.http.nio.util
-
A buffer that expand its capacity on demand using
ByteBufferAllocator
interface. - ExpandableBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.ExpandableBuffer
-
Allocates buffer of the given size using the given allocator.
- expandCapacity(int) - Method in class org.apache.http.nio.util.ExpandableBuffer
- EXPECT - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.20
- EXPECT_CONTINUE - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- EXPECT_CONTINUE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- EXPECT_CONTINUE - Static variable in class org.apache.http.protocol.HTTP
-
HTTP expectations
- EXPECT_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
- expectationFailure - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- expectationVerifier - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- expectationVerifier - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- expectationVerifier - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- expectationVerifier - Variable in class org.apache.http.nio.protocol.HttpAsyncService
- expectationVerifier - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- expectationVerifier - Variable in class org.apache.http.protocol.HttpService
- expectContinue() - Method in interface org.apache.http.HttpEntityEnclosingRequest
-
Tells if this request should use the expect-continue handshake.
- expectContinue() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
- Experimental - Annotation Type in org.apache.http.annotation
-
The field or method to which this annotation is applied is marked as experimental.
- EXPIRES - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.7, RFC 2616 (HTTP/1.1) Section 14.21
- expiry - Variable in class org.apache.http.pool.PoolEntry
F
- failed(IOException) - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- failed(IOException) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- failed(Exception) - Method in class org.apache.http.concurrent.BasicFuture
- failed(Exception) - Method in interface org.apache.http.concurrent.FutureCallback
- failed(Exception) - Method in class org.apache.http.nio.pool.LeaseRequest
- failed(Exception) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- failed(Exception) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- failed(Exception) - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- failed(Exception) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- failed(Exception) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- failed(Exception) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- failed(Exception) - Method in class org.apache.http.nio.protocol.ErrorResponseProducer
- failed(Exception) - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to signal that the response processing terminated abnormally.
- failed(Exception) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Invoked to signal that the request processing terminated abnormally.
- failed(Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- failed(Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- failed(Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- failed(Exception) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Invoked to signal that the response processing terminated abnormally.
- failed(Exception) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Invoked to signal that the response processing terminated abnormally.
- failed(Exception) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseProducer
-
Invoked to signal that the response processing terminated abnormally.
- failed(Exception) - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- failed(Exception) - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- failed(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool.InternalSessionRequestCallback
- failed(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
-
Triggered on unsuccessful completion a
SessionRequest
. - failed(SessionRequest, Exception) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- FAILED - org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
- fatalIOException(IOException, NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
-
Deprecated.Triggered when an I/O error caused a connection to be terminated.
- fatalProtocolException(HttpException, NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
-
Deprecated.Triggered when an HTTP protocol error caused a connection to be terminated.
- file - Variable in class org.apache.http.entity.FileEntity
- file - Variable in class org.apache.http.nio.entity.NFileEntity
- fileChannel - Variable in class org.apache.http.nio.entity.NFileEntity
- FileContentDecoder - Interface in org.apache.http.nio
-
A content decoder capable of transferring data directly to a
FileChannel
- FileContentEncoder - Interface in org.apache.http.nio
-
A content encoder capable of transferring data directly from a
FileChannel
- FileEntity - Class in org.apache.http.entity
-
A self contained, repeatable entity that obtains its content from a file.
- FileEntity(File) - Constructor for class org.apache.http.entity.FileEntity
-
Creates a new instance.
- FileEntity(File, String) - Constructor for class org.apache.http.entity.FileEntity
-
Deprecated.(4.1.3)
FileEntity(File, ContentType)
- FileEntity(File, ContentType) - Constructor for class org.apache.http.entity.FileEntity
-
Creates a new instance.
- fill(ReadableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- fill(ReadableByteChannel) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Makes an attempt to fill the buffer with data from the given
ReadableByteChannel
. - fillBuffer() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- fillBuffer() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- fillBuffer() - Method in class org.apache.http.impl.io.SocketInputBuffer
-
Deprecated.
- fillBuffer(ReadableByteChannel) - Method in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- fillBuffer(ReadableByteChannel) - Method in interface org.apache.http.nio.NHttpMessageParser
-
Fills the internal buffer of the parser with input data from the given
ReadableByteChannel
. - fillBufferFromChannel() - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
-
Reads from the channel to the session buffer.
- fillInputBuffer(int) - Method in class org.apache.http.impl.BHttpConnectionBase
- filterHeader(int) - Method in class org.apache.http.message.BasicHeaderIterator
-
Checks whether a header is part of the iteration.
- filterHeader(int) - Method in class org.apache.http.message.BasicListHeaderIterator
-
Checks whether a header is part of the iteration.
- finalizeContext(HttpContext) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- finalizeContext(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
-
Deprecated.Triggered when the connection is terminated.
- finalizeContext(HttpContext) - Method in interface org.apache.http.nio.protocol.NHttpRequestExecutionHandler
-
Deprecated.Triggered when the connection is terminated.
- findNext(int) - Method in class org.apache.http.message.BasicHeaderIterator
-
Determines the index of the next header.
- findNext(int) - Method in class org.apache.http.message.BasicListHeaderIterator
-
Determines the index of the next header.
- findNext(int) - Method in class org.apache.http.message.BasicTokenIterator
-
Determines the next token.
- findTokenEnd(int) - Method in class org.apache.http.message.BasicTokenIterator
-
Determines the ending position of the current token.
- findTokenSeparator(int) - Method in class org.apache.http.message.BasicTokenIterator
-
Determines the position of the next token separator.
- findTokenStart(int) - Method in class org.apache.http.message.BasicTokenIterator
-
Determines the starting position of the next token.
- finish() - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Must be called to ensure the internal cache is flushed and the closing chunk is written.
- finish() - Method in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- finish() - Method in interface org.apache.http.nio.entity.ConsumingNHttpEntity
-
Deprecated.Notification that any resources allocated for reading can be released.
- finish() - Method in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- finish() - Method in class org.apache.http.nio.entity.NByteArrayEntity
-
Deprecated.(4.2) use
NByteArrayEntity.close()
- finish() - Method in class org.apache.http.nio.entity.NFileEntity
-
Deprecated.(4.2) use
NFileEntity.close()
- finish() - Method in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.
- finish() - Method in class org.apache.http.nio.entity.NStringEntity
-
Deprecated.(4.2) use
NStringEntity.close()
- finish() - Method in interface org.apache.http.nio.entity.ProducingNHttpEntity
-
Deprecated.Notification that any resources allocated for writing can be released.
- finish() - Method in class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- finished - Variable in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- finished() - Method in interface org.apache.http.nio.entity.ContentListener
-
Deprecated.Notification that any resources allocated for reading can be released.
- finished() - Method in class org.apache.http.nio.entity.SkipContentListener
-
Deprecated.
- finishInput() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- finishOutput() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- fireCallbacks() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- FIRST_VALID_CHAR - Static variable in exception org.apache.http.HttpException
- flush() - Method in interface org.apache.http.HttpClientConnection
-
Writes out all pending buffered data over the open connection.
- flush() - Method in interface org.apache.http.HttpServerConnection
-
Sends all pending buffered data over this connection.
- flush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- flush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- flush() - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- flush() - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- flush() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- flush() - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Flushes the content buffer and the underlying stream.
- flush() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
- flush() - Method in class org.apache.http.impl.io.IdentityOutputStream
- flush() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- flush() - Method in interface org.apache.http.io.SessionOutputBuffer
-
Flushes this session buffer and forces any buffered output bytes to be written out.
- flush() - Method in class org.apache.http.nio.entity.ContentOutputStream
- flush() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
-
Deprecated.(4.2) No longer used.
- flush() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- flush() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- flush(WritableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- flush(WritableByteChannel) - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Makes an attempt to flush the content of this buffer to the given destination
WritableByteChannel
. - flushBuffer() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- flushBuffer() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- flushCache() - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Writes the cache out onto the underlying stream
- flushCacheWithAppend(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Writes the cache and bufferToAppend to the underlying stream as one large chunk
- flushContent() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- flushStream() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- flushToChannel() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
-
Flushes content of the session buffer to the channel and updates transport metrics.
- footers - Variable in class org.apache.http.impl.io.ChunkedInputStream
- footers - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- formatAddress(StringBuilder, SocketAddress) - Static method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- formatAddress(StringBuilder, SocketAddress) - Static method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- formatAddress(StringBuilder, SocketAddress) - Static method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- formatAddress(StringBuilder, SocketAddress) - Static method in class org.apache.http.util.NetUtils
- formatElements(HeaderElement[], boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
-
Formats an array of header elements.
- formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
- formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
-
Formats an array of header elements.
- formatHeader(Header, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
-
Formats a header.
- formatHeader(CharArrayBuffer, Header) - Method in class org.apache.http.message.BasicLineFormatter
- formatHeader(CharArrayBuffer, Header) - Method in interface org.apache.http.message.LineFormatter
-
Formats a header.
- formatHeaderElement(HeaderElement, boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
-
Formats a header element.
- formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
- formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
-
Formats one header element.
- formatNameValuePair(NameValuePair, boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
-
Formats a name-value pair.
- formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
- formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
-
Formats one name-value pair, where the value is optional.
- formatOps(StringBuilder, int) - Static method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- formatOps(StringBuilder, int) - Static method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- formatParameters(NameValuePair[], boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatter
-
Formats a set of parameters.
- formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
- formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in interface org.apache.http.message.HeaderValueFormatter
-
Formats the parameters of a header element.
- formatProtocolVersion(ProtocolVersion, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
-
Formats a protocol version.
- formatRequestLine(RequestLine, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
-
Formats a request line.
- formatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.http.message.BasicLineFormatter
- formatRequestLine(CharArrayBuffer, RequestLine) - Method in interface org.apache.http.message.LineFormatter
-
Formats a request line.
- formatStatusLine(StatusLine, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatter
-
Formats a status line.
- formatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.http.message.BasicLineFormatter
- formatStatusLine(CharArrayBuffer, StatusLine) - Method in interface org.apache.http.message.LineFormatter
-
Formats a status line.
- FormattedHeader - Interface in org.apache.http
-
An HTTP header which is already formatted.
- forVersion(int, int) - Method in class org.apache.http.HttpVersion
-
Obtains a specific HTTP version.
- forVersion(int, int) - Method in class org.apache.http.ProtocolVersion
-
Obtains a specific version of this protocol.
- fragementSizeHint - Variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- fragHint - Variable in class org.apache.http.impl.nio.codecs.ChunkEncoder
- fragHint - Variable in class org.apache.http.impl.nio.codecs.IdentityEncoder
- fragHint - Variable in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- fragmentSizeHint - Variable in class org.apache.http.config.ConnectionConfig.Builder
- fragmentSizeHint - Variable in class org.apache.http.config.ConnectionConfig
- fragmentSizeHint - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- free(E, boolean) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- free(E, boolean) - Method in class org.apache.http.pool.RouteSpecificPool
- FROM - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.8, RFC 2616 (HTTP/1.1) Section 14.22
- fromMap(String, Map<?, ?>, ClassLoader) - Static method in class org.apache.http.util.VersionInfo
-
Instantiates version information from properties.
- future - Variable in class org.apache.http.nio.pool.LeaseRequest
- future - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- future - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- future - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- future - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- FutureCallback<T> - Interface in org.apache.http.concurrent
-
A callback interface that gets invoked upon completion of a
Future
.
G
- generateRequest() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- generateRequest() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- generateRequest() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- generateRequest() - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to generate a HTTP request message head.
- generateRequest() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Invoked to generate a HTTP request message head.
- generateRequest() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- generateResponse() - Method in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- generateResponse() - Method in class org.apache.http.nio.protocol.ErrorResponseProducer
- generateResponse() - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseProducer
-
Invoked to generate a HTTP response message head.
- get() - Method in class org.apache.http.concurrent.BasicFuture
- get(long, TimeUnit) - Method in class org.apache.http.concurrent.BasicFuture
- get(String) - Static method in class org.apache.http.util.CharsetUtils
- get(HttpEntity) - Static method in class org.apache.http.entity.ContentType
-
Extracts
Content-Type
value fromHttpEntity
exactly as specified by theContent-Type
header of the entity. - getAcceptedIssuers() - Method in class org.apache.http.ssl.SSLContextBuilder.TrustManagerDelegate
- getAddress() - Method in class org.apache.http.HttpHost
-
Returns the inet address if explicitly set by a constructor,
null
otherwise. - getAddress() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- getAddress() - Method in interface org.apache.http.nio.reactor.ListenerEndpoint
-
Returns the socket address of this endpoint.
- getAllHeaders() - Method in interface org.apache.http.HttpMessage
-
Returns all the headers of this message.
- getAllHeaders() - Method in class org.apache.http.message.AbstractHttpMessage
- getAllHeaders() - Method in class org.apache.http.message.HeaderGroup
-
Gets all of the headers contained within this group.
- getAllocatedCount() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- getAllocatedCount() - Method in class org.apache.http.pool.RouteSpecificPool
- getAsciiBytes(String) - Static method in class org.apache.http.util.EncodingUtils
-
Converts the specified string to byte array of ASCII characters.
- getAsciiString(byte[]) - Static method in class org.apache.http.util.EncodingUtils
-
Converts the byte array of ASCII characters to a string.
- getAsciiString(byte[], int, int) - Static method in class org.apache.http.util.EncodingUtils
-
Converts the byte array of ASCII characters to a string.
- getAttachment() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
-
Returns the original session request attachment, if available.
- getAttachment() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- getAttachment() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Returns attachment object will be added to the session's context upon initialization.
- getAttribute(String) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getAttribute(String) - Method in class org.apache.http.impl.nio.SessionHttpContext
- getAttribute(String) - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns the value of the attribute with the given name.
- getAttribute(String) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getAttribute(String) - Method in class org.apache.http.protocol.BasicHttpContext
- getAttribute(String) - Method in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- getAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
-
Obtains attribute with the given name.
- getAttribute(String) - Method in class org.apache.http.protocol.HttpCoreContext
- getAttribute(String) - Method in class org.apache.http.protocol.SyncBasicHttpContext
-
Deprecated.
- getAttribute(String, Class<T>) - Method in class org.apache.http.protocol.HttpCoreContext
- getAuditLog() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Returns the audit log containing exceptions thrown by the I/O reactor prior and in the course of the reactor shutdown.
- getAvailable() - Method in class org.apache.http.pool.PoolStats
-
Gets the number idle persistent connections.
- getAvailableCount() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- getAvailableCount() - Method in class org.apache.http.pool.RouteSpecificPool
- getBacklogSize() - Method in class org.apache.http.config.SocketConfig
-
Determines the maximum queue length for incoming connection indications (a request to connect) also known as server socket backlog.
- getBacklogSize() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default backlog size value for server sockets binds.
- getBooleanParameter(String, boolean) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- getBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Returns a
Boolean
parameter value with the given name. - getBuffer() - Method in interface org.apache.http.FormattedHeader
-
Obtains the buffer with the formatted header.
- getBuffer() - Method in class org.apache.http.message.BufferedHeader
- getBufferSize() - Method in class org.apache.http.config.ConnectionConfig
- getByMimeType(String) - Static method in class org.apache.http.entity.ContentType
-
Returns
Content-Type
for the given MIME type. - getBytes(String, String) - Static method in class org.apache.http.util.EncodingUtils
-
Converts the specified string to a byte array.
- getBytesTransferred() - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
- getBytesTransferred() - Method in interface org.apache.http.io.HttpTransportMetrics
-
Returns the number of bytes transferred.
- getCancellable() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- getCause() - Method in class org.apache.http.impl.nio.reactor.ExceptionEvent
- getCertChain() - Method in class org.apache.http.ssl.PrivateKeyDetails
- getCertificateChain(String) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- getChannel() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
-
Returns the channel.
- getCharset() - Method in class org.apache.http.config.ConnectionConfig
- getCharset() - Method in class org.apache.http.entity.ContentType
- getChunkSize() - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Expects the stream to start with a chunksize in hex with optional comments after a semicolon.
- getClassloader() - Method in class org.apache.http.util.VersionInfo
-
Obtains the classloader used to read the version information.
- getClientAliases(String, Principal[]) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- getClientAliasMap(String[], Principal[]) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- getCondensedHeader(String) - Method in class org.apache.http.message.HeaderGroup
-
Gets a header representing all of the header values with the given name.
- getConnection() - Method in class org.apache.http.impl.bootstrap.Worker
- getConnection() - Method in class org.apache.http.pool.PoolEntry
- getConnection() - Method in class org.apache.http.protocol.HttpCoreContext
- getConnection(Class<T>) - Method in class org.apache.http.protocol.HttpCoreContext
- getConnectionConfig(HttpParams) - Static method in class org.apache.http.params.HttpParamConfig
-
Deprecated.
- getConnectionFactory() - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Gets the connection factory used to construct this dispatch.
- getConnectionFactory() - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Gets the connection factory used to construct this dispatch.
- getConnectionReuseStrategy() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getConnectionReuseStrategy() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler
-
Deprecated.Returns
ConnectionReuseStrategy
implementation to be used to determine whether or not the underlying connection can be kept alive after a particular HTTP request / response exchange. - getConnectionStrategy() - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
Gets the ConnectionReuseStrategy for this service.
- getConnectionTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.CONNECTION_TIMEOUT
parameter. - getConnectTimeout() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default connect timeout value for non-blocking connection requests.
- getConnectTimeout() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- getConnectTimeout() - Method in class org.apache.http.nio.pool.LeaseRequest
- getConnectTimeout() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Returns connect timeout value in milliseconds.
- getConsumer() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- getConsumingEntity() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- getConsumingEntity() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getContent() - Method in class org.apache.http.entity.BasicHttpEntity
-
Obtains the content, once only.
- getContent() - Method in class org.apache.http.entity.BufferedHttpEntity
- getContent() - Method in class org.apache.http.entity.ByteArrayEntity
- getContent() - Method in class org.apache.http.entity.EntityTemplate
- getContent() - Method in class org.apache.http.entity.FileEntity
- getContent() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContent() - Method in class org.apache.http.entity.InputStreamEntity
- getContent() - Method in class org.apache.http.entity.SerializableEntity
- getContent() - Method in class org.apache.http.entity.StringEntity
- getContent() - Method in interface org.apache.http.HttpEntity
-
Returns a content stream of the entity.
- getContent() - Method in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.Obtains entity's content as
InputStream
. - getContent() - Method in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- getContent() - Method in class org.apache.http.nio.entity.NByteArrayEntity
- getContent() - Method in class org.apache.http.nio.entity.NFileEntity
- getContent() - Method in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.This method throws
UnsupportedOperationException
. - getContent() - Method in class org.apache.http.nio.entity.NStringEntity
- getContent() - Method in class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- getContentBufferSize(HttpParams) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Obtains the value of
NIOReactorPNames.CONTENT_BUFFER_SIZE
parameter. - getContentCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains value of the
CoreProtocolPNames.HTTP_CONTENT_CHARSET
parameter. - getContentCharSet(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Deprecated.(4.1.3) use
ContentType.getOrDefault(HttpEntity)
- getContentEncoding() - Method in class org.apache.http.entity.AbstractHttpEntity
-
Obtains the Content-Encoding header.
- getContentEncoding() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContentEncoding() - Method in interface org.apache.http.HttpEntity
-
Obtains the Content-Encoding header, if known.
- getContentEncoding() - Method in class org.apache.http.nio.entity.ContentBufferEntity
- getContentLength() - Method in class org.apache.http.entity.BasicHttpEntity
- getContentLength() - Method in class org.apache.http.entity.BufferedHttpEntity
- getContentLength() - Method in class org.apache.http.entity.ByteArrayEntity
- getContentLength() - Method in class org.apache.http.entity.EntityTemplate
- getContentLength() - Method in class org.apache.http.entity.FileEntity
- getContentLength() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContentLength() - Method in class org.apache.http.entity.InputStreamEntity
- getContentLength() - Method in class org.apache.http.entity.SerializableEntity
- getContentLength() - Method in class org.apache.http.entity.StringEntity
- getContentLength() - Method in interface org.apache.http.HttpEntity
-
Tells the length of the content, if known.
- getContentLength() - Method in class org.apache.http.nio.entity.ContentBufferEntity
- getContentLength() - Method in class org.apache.http.nio.entity.NByteArrayEntity
- getContentLength() - Method in class org.apache.http.nio.entity.NFileEntity
- getContentLength() - Method in class org.apache.http.nio.entity.NStringEntity
- getContentListener() - Method in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- getContentMimeType(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Deprecated.(4.1.3) use
ContentType.getOrDefault(HttpEntity)
- getContentType() - Method in class org.apache.http.entity.AbstractHttpEntity
-
Obtains the Content-Type header.
- getContentType() - Method in class org.apache.http.entity.HttpEntityWrapper
- getContentType() - Method in interface org.apache.http.HttpEntity
-
Obtains the Content-Type header, if known.
- getContentType() - Method in class org.apache.http.nio.entity.ContentBufferEntity
- getContentType(HttpEntity) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- getContext() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getContext() - Method in interface org.apache.http.nio.NHttpConnection
-
Returns an HTTP execution context associated with this connection.
- getContext() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getContext() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler
-
Deprecated.Returns shared
HttpContext
instance. - getContext() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- getContext() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- getContext() - Method in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- getCreated() - Method in class org.apache.http.pool.PoolEntry
- getCurrentDate() - Method in class org.apache.http.protocol.HttpDateGenerator
- getDeadline() - Method in class org.apache.http.nio.pool.LeaseRequest
- getDefault() - Static method in class org.apache.http.impl.nio.SSLContextUtils
- getDefaultMaxIoThreadCount() - Static method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
-
Gets the default value for
ioThreadCount
. - getDefaultMaxPerRoute() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getDefaultMaxPerRoute() - Method in class org.apache.http.pool.AbstractConnPool
- getDefaultMaxPerRoute() - Method in interface org.apache.http.pool.ConnPoolControl
- getDefaultNames() - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Returns the current set of defaults names.
- getDefaults() - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.
- getDefaults() - Method in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- getDoubleParameter(String, double) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- getDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Returns a
Double
parameter value with the given name. - getElements() - Method in interface org.apache.http.Header
-
Parses the value.
- getElements() - Method in class org.apache.http.message.BasicHeader
- getElements() - Method in class org.apache.http.message.BufferedHeader
- getEndpoint() - Method in class org.apache.http.impl.nio.bootstrap.HttpServer
- getEndpoints() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- getEndpoints() - Method in interface org.apache.http.nio.reactor.ListeningIOReactor
-
Returns a set of endpoints for this I/O reactor.
- getEntity() - Method in interface org.apache.http.HttpEntityEnclosingRequest
-
Returns the entity associated with this request.
- getEntity() - Method in interface org.apache.http.HttpResponse
-
Obtains the message entity of this response, if any.
- getEntity() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
- getEntity() - Method in class org.apache.http.message.BasicHttpResponse
- getEventMask() - Method in class org.apache.http.impl.nio.reactor.InterestOpEntry
- getEventMask() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getEventMask() - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns mask of I/O evens this session declared interest in.
- getEventMask() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getException() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- getException() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- getException() - Method in class org.apache.http.nio.pool.LeaseRequest
- getException() - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- getException() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- getException() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getException() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Returns an exception in case of an abnormal termination.
- getException() - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Returns an exception in case of an abnormal termination.
- getException() - Method in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- getException() - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- getException() - Method in interface org.apache.http.nio.reactor.ListenerEndpoint
-
Returns an instance of
IOException
thrown during initialization of this endpoint ornull
, if initialization was successful. - getException() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Returns
IOException
instance if the request could not be successfully executed due to an I/O error ornull
if no error occurred to this point. - getExceptionLogger() - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
Gets the ExceptionLogger for this service.
- getExpectationVerifier() - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
Gets the HttpAsyncExpectationVerifier for this service.
- getExpiry() - Method in class org.apache.http.pool.PoolEntry
- getFirstHeader(String) - Method in interface org.apache.http.HttpMessage
-
Returns the first header with a specified name of this message.
- getFirstHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
- getFirstHeader(String) - Method in class org.apache.http.message.HeaderGroup
-
Gets the first header with the given name.
- getFooters() - Method in class org.apache.http.impl.io.ChunkedInputStream
- getFooters() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
- getFragmentSizeHint() - Method in class org.apache.http.config.ConnectionConfig
- getFree(Object) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- getFree(Object) - Method in class org.apache.http.pool.RouteSpecificPool
- getFuture() - Method in class org.apache.http.nio.pool.LeaseRequest
- getFuture() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- getFuture() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getFuture() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- getGracePeriod(HttpParams) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Obtains the value of
NIOReactorPNames.GRACE_PERIOD
parameter. - getHandler() - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
-
Gets the handler used to construct this dispatch.
- getHandler() - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Gets the handler used to construct this dispatch.
- getHandler() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- getHandler() - Method in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- getHandler(NHttpConnection) - Static method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- getHandlerMapper() - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
Gets the HttpAsyncRequestHandlerMapper for this service.
- getHandlers() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.Get the handler map.
- getHandlers() - Method in class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.Get the handler map.
- getHandlers() - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.Get the handler map.
- getHeaders(String) - Method in interface org.apache.http.HttpMessage
-
Returns all the headers with a specified name of this message.
- getHeaders(String) - Method in class org.apache.http.message.AbstractHttpMessage
- getHeaders(String) - Method in class org.apache.http.message.HeaderGroup
-
Gets all of the headers with the given name.
- getHostName() - Method in class org.apache.http.HttpHost
-
Returns the host name.
- getHttpElementCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains value of the
CoreProtocolPNames.HTTP_ELEMENT_CHARSET
parameter. - getHttpException() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getHttpExepction() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getHttpProcessor() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getHttpProcessor() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler
-
Deprecated.Returns
HttpProcessor
implementation to be used to process HTTP request and response messages for protocol compliance. - getHttpProcessor() - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
Gets the HttpProcessor for this service.
- getHttpRequest() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getHttpRequest() - Method in interface org.apache.http.nio.NHttpConnection
-
Returns the current HTTP request if one is being received / transmitted.
- getHttpResponse() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getHttpResponse() - Method in interface org.apache.http.nio.NHttpConnection
-
Returns the current HTTP response if one is being received / transmitted.
- getId() - Method in class org.apache.http.pool.PoolEntry
- getInbuffer() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getInbuffer() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- getIncoming() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- getInetAddress() - Method in class org.apache.http.impl.bootstrap.HttpServer
- getInitCauseMethod() - Static method in class org.apache.http.util.ExceptionUtils
-
Deprecated.Returns a
Method
allowing access toinitCause
method ofThrowable
, ornull
if the method does not exist. - getInputState() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getInputState() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- getInterestOpsQueueing() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Returns
true
if interest Ops queueing is enabled,false
otherwise. - getInterestOpsQueueing(HttpParams) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Obtains the value of
NIOReactorPNames.INTEREST_OPS_QUEUEING
parameter. - getIntParameter(String, int) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- getIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Returns an
Integer
parameter value with the given name. - getIOException() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getIOExepction() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getIoThreadCount() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the number of I/O dispatch threads to be used by the I/O reactor.
- getLastAccessTime() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getLastAccessTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- getLastHeader(String) - Method in interface org.apache.http.HttpMessage
-
Returns the last header with a specified name of this message.
- getLastHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
- getLastHeader(String) - Method in class org.apache.http.message.HeaderGroup
-
Gets the last header with the given name.
- getLastReadTime() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getLastReadTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- getLastUsed() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- getLastUsed() - Method in class org.apache.http.pool.RouteSpecificPool
- getLastWriteTime() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getLastWriteTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- getLeased() - Method in class org.apache.http.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.http.nio.pool.RouteSpecificPool
- getLeasedCount() - Method in class org.apache.http.pool.RouteSpecificPool
- getLenient(HttpEntity) - Static method in class org.apache.http.entity.ContentType
-
Extracts
Content-Type
value fromHttpEntity
. - getLenientOrDefault(HttpEntity) - Static method in class org.apache.http.entity.ContentType
-
Extracts
Content-Type
value fromHttpEntity
or returns the default valueContentType.DEFAULT_TEXT
if not explicitly specified or incorrect (could not be parsed). - getLinger(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.SO_LINGER
parameter. - getLocalAddress() - Method in interface org.apache.http.HttpInetConnection
- getLocalAddress() - Method in class org.apache.http.impl.BHttpConnectionBase
- getLocalAddress() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getLocalAddress() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getLocalAddress() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- getLocalAddress() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- getLocalAddress() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- getLocalAddress() - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns local address.
- getLocalAddress() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Returns local socket address.
- getLocalAddress() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getLocale() - Method in interface org.apache.http.HttpResponse
-
Obtains the locale of this response.
- getLocale() - Method in class org.apache.http.message.BasicHttpResponse
- getLocalNames() - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Returns the current set of local names.
- getLocalPort() - Method in interface org.apache.http.HttpInetConnection
- getLocalPort() - Method in class org.apache.http.impl.BHttpConnectionBase
- getLocalPort() - Method in class org.apache.http.impl.bootstrap.HttpServer
- getLocalPort() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getLocalPort() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- getLocalPort() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- getLongParameter(String, long) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- getLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Returns a
Long
parameter value with the given name. - getLowerBound() - Method in class org.apache.http.message.ParserCursor
- getMajor() - Method in class org.apache.http.ProtocolVersion
-
Returns the major version number of the protocol.
- getMalformedInputAction() - Method in class org.apache.http.config.ConnectionConfig
- getMalformedInputAction(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains value of the
CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION
parameter. - getMax() - Method in class org.apache.http.pool.PoolStats
-
Gets the maximum number of allowed persistent connections.
- getMax(T) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getMax(T) - Method in class org.apache.http.pool.AbstractConnPool
- getMaxHeaderCount() - Method in class org.apache.http.config.MessageConstraints
- getMaxLineLength() - Method in class org.apache.http.config.MessageConstraints
- getMaxPerRoute(T) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getMaxPerRoute(T) - Method in class org.apache.http.pool.AbstractConnPool
- getMaxPerRoute(T) - Method in interface org.apache.http.pool.ConnPoolControl
- getMaxTotal() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getMaxTotal() - Method in class org.apache.http.pool.AbstractConnPool
- getMaxTotal() - Method in interface org.apache.http.pool.ConnPoolControl
- getMessage() - Method in exception org.apache.http.MessageConstraintException
- getMessageConstraints() - Method in class org.apache.http.config.ConnectionConfig
- getMessageConstraints(HttpParams) - Static method in class org.apache.http.params.HttpParamConfig
-
Deprecated.
- getMethod() - Method in class org.apache.http.message.BasicRequestLine
- getMethod() - Method in interface org.apache.http.RequestLine
- getMetric(String) - Method in interface org.apache.http.HttpConnectionMetrics
-
Return the value for the specified metric.
- getMetric(String) - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- getMetrics() - Method in interface org.apache.http.HttpConnection
-
Returns a collection of connection metrics.
- getMetrics() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.BHttpConnectionBase
- getMetrics() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- getMetrics() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- getMetrics() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getMetrics() - Method in interface org.apache.http.io.SessionInputBuffer
-
Returns
HttpTransportMetrics
for this session buffer. - getMetrics() - Method in interface org.apache.http.io.SessionOutputBuffer
-
Returns
HttpTransportMetrics
for this session buffer. - getMimeType() - Method in class org.apache.http.entity.ContentType
- getMinor() - Method in class org.apache.http.ProtocolVersion
-
Returns the minor version number of the HTTP protocol.
- getMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Returns the current mode:
- getModule() - Method in class org.apache.http.util.VersionInfo
-
Obtains the name of the versioned module or informal unit.
- getName() - Method in interface org.apache.http.HeaderElement
-
Returns header element name.
- getName() - Method in class org.apache.http.message.BasicHeader
- getName() - Method in class org.apache.http.message.BasicHeaderElement
- getName() - Method in class org.apache.http.message.BasicNameValuePair
- getName() - Method in class org.apache.http.message.BufferedHeader
- getName() - Method in interface org.apache.http.NameValuePair
-
Gets the name of this pair.
- getNames() - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
- getNames() - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Returns the current set of names.
- getNames() - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Returns the current set of names from both the local and default HttpParams instances.
- getNames() - Method in interface org.apache.http.params.HttpParamsNames
-
Deprecated.Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
- getNames(HttpParams) - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.
- getObjects() - Method in class org.apache.http.protocol.UriPatternMatcher
-
Deprecated.(4.1) do not use
- getOrDefault(HttpEntity) - Static method in class org.apache.http.entity.ContentType
-
Extracts
Content-Type
value fromHttpEntity
or returns the default valueContentType.DEFAULT_TEXT
if not explicitly specified. - getOutbuffer() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getOutbuffer() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- getOutgoing() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- getOutputState() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- getOutputState() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getOutputState() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- getPackage() - Method in class org.apache.http.util.VersionInfo
-
Obtains the package name.
- getParameter(int) - Method in interface org.apache.http.HeaderElement
-
Returns parameter with the given index.
- getParameter(int) - Method in class org.apache.http.message.BasicHeaderElement
- getParameter(String) - Method in class org.apache.http.entity.ContentType
- getParameter(String) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.
- getParameter(String) - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Retrieves the value of the parameter from the local collection and, if the parameter is not set locally, delegates its resolution to the default collection.
- getParameter(String) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Obtains the value of the given parameter.
- getParameter(String) - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- getParameterByName(String) - Method in interface org.apache.http.HeaderElement
-
Returns the first parameter with the given name.
- getParameterByName(String) - Method in class org.apache.http.message.BasicHeaderElement
- getParameterCount() - Method in interface org.apache.http.HeaderElement
-
Returns the total count of parameters.
- getParameterCount() - Method in class org.apache.http.message.BasicHeaderElement
- getParameters() - Method in interface org.apache.http.HeaderElement
-
Returns an array of name / value pairs.
- getParameters() - Method in class org.apache.http.message.BasicHeaderElement
- getParams() - Method in interface org.apache.http.HttpMessage
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- getParams() - Method in class org.apache.http.message.AbstractHttpMessage
-
Deprecated.(4.3) use constructor parameters of configuration API provided by HttpClient
- getParams() - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- getParams() - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.3) no longer used.
- getPending() - Method in class org.apache.http.pool.PoolStats
-
Gets the number of connection requests being blocked awaiting a free connection.
- getPendingCount() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- getPendingCount() - Method in class org.apache.http.pool.RouteSpecificPool
- getPipeline() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- getPool(T) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getPool(T) - Method in class org.apache.http.pool.AbstractConnPool
- getPoolEntryBlocking(T, Object, long, TimeUnit, Future<E>) - Method in class org.apache.http.pool.AbstractConnPool
- getPort() - Method in class org.apache.http.HttpHost
-
Returns the port.
- getPos() - Method in class org.apache.http.message.ParserCursor
- getPrivateKey(String) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- getProducer() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- getProducingEntity() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- getProducingEntity() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getProtocol() - Method in class org.apache.http.ProtocolVersion
-
Returns the name of the protocol.
- getProtocolVersion() - Method in interface org.apache.http.HttpMessage
-
Returns the protocol version this message is compatible with.
- getProtocolVersion() - Method in class org.apache.http.message.BasicHttpRequest
-
Returns the HTTP protocol version to be used for this request.
- getProtocolVersion() - Method in class org.apache.http.message.BasicHttpResponse
- getProtocolVersion() - Method in class org.apache.http.message.BasicRequestLine
- getProtocolVersion() - Method in class org.apache.http.message.BasicStatusLine
- getProtocolVersion() - Method in interface org.apache.http.RequestLine
- getProtocolVersion() - Method in interface org.apache.http.StatusLine
- getRcvBufSize() - Method in class org.apache.http.config.SocketConfig
-
Determines the default value of the
SocketOptions.SO_RCVBUF
parameter for newly created sockets. - getRcvBufSize() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default value of the
SocketOptions.SO_RCVBUF
parameter for newly created sockets. - getReason(int) - Method in class org.apache.http.message.BasicHttpResponse
-
Looks up a reason phrase.
- getReason(int, Locale) - Method in class org.apache.http.impl.EnglishReasonPhraseCatalog
-
Obtains the reason phrase for a status code.
- getReason(int, Locale) - Method in interface org.apache.http.ReasonPhraseCatalog
-
Obtains the reason phrase for a status code.
- getReasonPhrase() - Method in class org.apache.http.message.BasicStatusLine
- getReasonPhrase() - Method in interface org.apache.http.StatusLine
- getReceivedBytesCount() - Method in interface org.apache.http.HttpConnectionMetrics
-
Returns the number of bytes transferred over the connection, 0 if not available.
- getReceivedBytesCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- getRelease() - Method in class org.apache.http.util.VersionInfo
-
Obtains the release of the versioned module or informal unit.
- getRemoteAddress() - Method in interface org.apache.http.HttpInetConnection
- getRemoteAddress() - Method in class org.apache.http.impl.BHttpConnectionBase
- getRemoteAddress() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getRemoteAddress() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getRemoteAddress() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- getRemoteAddress() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- getRemoteAddress() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- getRemoteAddress() - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns address of the remote peer.
- getRemoteAddress() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Returns socket address of the remote host.
- getRemoteAddress() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getRemotePort() - Method in interface org.apache.http.HttpInetConnection
- getRemotePort() - Method in class org.apache.http.impl.BHttpConnectionBase
- getRemotePort() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getRemotePort() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- getRemotePort() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- getRequest() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- getRequest() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getRequest() - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Returns the received HTTP request message.
- getRequest() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- getRequest() - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- getRequest() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- getRequest() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- getRequest() - Method in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- getRequest() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getRequest() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- getRequest() - Method in class org.apache.http.protocol.HttpCoreContext
- getRequestChainBuilder() - Method in class org.apache.http.protocol.HttpProcessorBuilder
- getRequestCount() - Method in interface org.apache.http.HttpConnectionMetrics
-
Returns the number of requests transferred over the connection, 0 if not available.
- getRequestCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- getRequestHandler() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getRequestHandler(HttpRequest) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- getRequestHandler(HttpRequest) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- getRequestInterceptor(int) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- getRequestInterceptor(int) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Obtains a request interceptor from this list.
- getRequestInterceptorCount() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- getRequestInterceptorCount() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Obtains the current size of this list.
- getRequestLine() - Method in interface org.apache.http.HttpRequest
-
Returns the request line of this request.
- getRequestLine() - Method in class org.apache.http.message.BasicHttpRequest
-
Returns the request line of this request.
- getRequestPath(HttpRequest) - Method in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
-
Extracts request path from the given
HttpRequest
- getRequestPath(HttpRequest) - Method in class org.apache.http.protocol.UriHttpRequestHandlerMapper
-
Extracts request path from the given
HttpRequest
- getRequestQueue() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- getRequestState() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- getRequestState() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- getRequestTime() - Method in class org.apache.http.impl.nio.reactor.SessionRequestHandle
- getResponse() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- getResponse() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- getResponse() - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Returns the default HTTP response message.
- getResponse() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- getResponse() - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- getResponse() - Method in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- getResponse() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getResponse() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- getResponse() - Method in class org.apache.http.protocol.HttpCoreContext
- getResponseChainBuilder() - Method in class org.apache.http.protocol.HttpProcessorBuilder
- getResponseCount() - Method in interface org.apache.http.HttpConnectionMetrics
-
Returns the number of responses transferred over the connection, 0 if not available.
- getResponseCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- getResponseFactory() - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
Gets the HttpResponseFactory for this service.
- getResponseInterceptor(int) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- getResponseInterceptor(int) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Obtains a response interceptor from this list.
- getResponseInterceptorCount() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- getResponseInterceptorCount() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Obtains the current size of this list.
- getResponseState() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- getResponseState() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- getResult() - Method in class org.apache.http.concurrent.BasicFuture
- getResult() - Method in class org.apache.http.nio.pool.LeaseRequest
- getResult() - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- getResult() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- getResult() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getResult() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Returns a result of the request execution, when available.
- getResult() - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Returns a result of the response processing, when available.
- getResult() - Method in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- getResult() - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- getRoute() - Method in class org.apache.http.nio.pool.LeaseRequest
- getRoute() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- getRoute() - Method in class org.apache.http.pool.PoolEntry
- getRoute() - Method in class org.apache.http.pool.RouteSpecificPool
- getRoutes() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
-
Returns snapshot of all knows routes
- getRoutes() - Method in class org.apache.http.pool.AbstractConnPool
-
Returns snapshot of all knows routes
- getSchemeName() - Method in class org.apache.http.HttpHost
-
Returns the scheme name.
- getSelectInterval() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines time interval in milliseconds at which the I/O reactor wakes up to check for timed out sessions and session requests.
- getSelectInterval(HttpParams) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Obtains the value of
NIOReactorPNames.SELECT_INTERVAL
parameter. - getSelectionKey() - Method in class org.apache.http.impl.nio.reactor.InterestOpEntry
- getSentBytesCount() - Method in interface org.apache.http.HttpConnectionMetrics
-
Returns the number of bytes transferred over the connection, 0 if not available.
- getSentBytesCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- getServerAliases(String, Principal[]) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- getServerAliasMap(String, Principal[]) - Method in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- getSession() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- getSession() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- getSession() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Returns
IOSession
instance created as a result of this request ornull
if the request is still pending. - getSession(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Obtains
IOSession
instance associated with the given selection key. - getSessionInputBuffer() - Method in class org.apache.http.impl.BHttpConnectionBase
- getSessionOutputBuffer() - Method in class org.apache.http.impl.BHttpConnectionBase
- getSessionRequest() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
-
Returns the original session request, if available.
- getSessionRequest() - Method in class org.apache.http.impl.nio.reactor.SessionRequestHandle
- getShutdownGracePeriod() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines grace period in milliseconds the I/O reactors are expected to block waiting for individual worker threads to terminate cleanly.
- getSndBufSize() - Method in class org.apache.http.config.SocketConfig
-
Determines the default value of the
SocketOptions.SO_SNDBUF
parameter for newly created sockets. - getSndBufSize() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default value of the
SocketOptions.SO_SNDBUF
parameter for newly created sockets. - getSocket() - Method in class org.apache.http.impl.BHttpConnectionBase
- getSocket() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getSocket() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getSocket() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- getSocket() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- getSocket() - Method in interface org.apache.http.nio.reactor.SocketAccessor
-
Return the underlying socket
- getSocket() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getSocketBufferSize(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter. - getSocketConfig(HttpParams) - Static method in class org.apache.http.params.HttpParamConfig
-
Deprecated.
- getSocketInputStream(Socket) - Method in class org.apache.http.impl.BHttpConnectionBase
- getSocketOutputStream(Socket) - Method in class org.apache.http.impl.BHttpConnectionBase
- getSocketTimeout() - Method in interface org.apache.http.HttpConnection
-
Returns the socket timeout value.
- getSocketTimeout() - Method in class org.apache.http.impl.BHttpConnectionBase
- getSocketTimeout() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getSocketTimeout() - Method in class org.apache.http.impl.nio.pool.BasicNIOPoolEntry
- getSocketTimeout() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getSocketTimeout() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- getSocketTimeout() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- getSocketTimeout() - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns value of the socket timeout in milliseconds.
- getSocketTimeout() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getSoKeepalive(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.SO_KEEPALIVE
parameter. - getSoLinger() - Method in class org.apache.http.config.SocketConfig
-
Determines the default value of the
SocketOptions.SO_LINGER
parameter for newly created sockets. - getSoLinger() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default value of the
SocketOptions.SO_LINGER
parameter for newly created sockets. - getSoReuseaddr(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.SO_REUSEADDR
parameter. - getSoTimeout() - Method in class org.apache.http.config.SocketConfig
-
Determines the default socket timeout value for non-blocking I/O operations.
- getSoTimeout() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default socket timeout value for non-blocking I/O operations.
- getSoTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.SO_TIMEOUT
parameter. - getSSLSession() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getSSLSetupHandler() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getStartedTime() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getStartedTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- getState() - Method in class org.apache.http.nio.pool.LeaseRequest
- getState() - Method in class org.apache.http.pool.PoolEntry
- getState(NHttpConnection) - Static method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- getState(NHttpConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- getStats(T) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getStats(T) - Method in class org.apache.http.pool.AbstractConnPool
- getStats(T) - Method in interface org.apache.http.pool.ConnPoolControl
- getStatus() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- getStatus() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- getStatus() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- getStatus() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- getStatus() - Method in interface org.apache.http.nio.NHttpConnection
-
Returns status of the connection:
- getStatus() - Method in interface org.apache.http.nio.reactor.IOReactor
-
Returns the current status of the reactor.
- getStatus() - Method in interface org.apache.http.nio.reactor.IOSession
-
Returns status of the session:
- getStatus() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- getStatusCode() - Method in class org.apache.http.message.BasicStatusLine
- getStatusCode() - Method in interface org.apache.http.StatusLine
- getStatusLine() - Method in interface org.apache.http.HttpResponse
-
Obtains the status line of this response.
- getStatusLine() - Method in class org.apache.http.message.BasicHttpResponse
- getString(byte[], int, int, String) - Static method in class org.apache.http.util.EncodingUtils
-
Converts the byte array of HTTP content characters to a string.
- getString(byte[], String) - Static method in class org.apache.http.util.EncodingUtils
-
Converts the byte array of HTTP content characters to a string.
- getTarget() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- getTarget() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- getTarget() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Invoked to obtain the request target host.
- getTargetHost() - Method in class org.apache.http.protocol.HttpCoreContext
- getTcpNoDelay(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.TCP_NODELAY
parameter. - getThrowable() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.Worker
- getTimeout() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- getTimeout() - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Returns timeout for this message exchange.
- getTimeout() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- getTimeout() - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- getTimeout() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- getTimestamp() - Method in class org.apache.http.impl.nio.reactor.ExceptionEvent
- getTimestamp() - Method in class org.apache.http.util.VersionInfo
-
Obtains the timestamp of the versioned module or informal unit.
- getTotalStats() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- getTotalStats() - Method in class org.apache.http.pool.AbstractConnPool
- getTotalStats() - Method in interface org.apache.http.pool.ConnPoolControl
- getType() - Method in class org.apache.http.ssl.PrivateKeyDetails
- getUnmappableInputAction() - Method in class org.apache.http.config.ConnectionConfig
- getUnmappableInputAction(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains the value of the
CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION
parameter. - getUpdated() - Method in class org.apache.http.pool.PoolEntry
- getUpperBound() - Method in class org.apache.http.message.ParserCursor
- getUri() - Method in class org.apache.http.message.BasicRequestLine
- getUri() - Method in interface org.apache.http.RequestLine
- getUriPatternMatcher() - Method in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
-
Gets the pattern matcher.
- getUserAgent(String, String, Class<?>) - Static method in class org.apache.http.util.VersionInfo
-
Sets the user agent to
"<name>/<release> (Java/<java.version>)"
. - getUserAgent(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains value of the
CoreProtocolPNames.USER_AGENT
parameter. - getValidateAfterInactivity() - Method in class org.apache.http.pool.AbstractConnPool
- getValidityDeadline() - Method in class org.apache.http.pool.PoolEntry
- getValidUnit() - Method in class org.apache.http.pool.PoolEntry
-
Deprecated.
- getValue() - Method in interface org.apache.http.HeaderElement
-
Returns header element value.
- getValue() - Method in class org.apache.http.message.BasicHeader
- getValue() - Method in class org.apache.http.message.BasicHeaderElement
- getValue() - Method in class org.apache.http.message.BasicNameValuePair
- getValue() - Method in class org.apache.http.message.BufferedHeader
- getValue() - Method in interface org.apache.http.NameValuePair
-
Gets the value of this pair.
- getValuePos() - Method in interface org.apache.http.FormattedHeader
-
Obtains the start of the header value in the
buffer
. - getValuePos() - Method in class org.apache.http.message.BufferedHeader
- getVersion(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains value of the
CoreProtocolPNames.PROTOCOL_VERSION
parameter. - getWorkers() - Method in class org.apache.http.impl.bootstrap.WorkerPoolExecutor
- GMT - Static variable in class org.apache.http.protocol.HttpDateGenerator
-
The time zone to use in the date header.
- GRACE_PERIOD - Static variable in interface org.apache.http.nio.params.NIOReactorPNames
-
Deprecated.Determines the grace period the I/O reactors are expected to block waiting for individual worker threads to terminate cleanly.
- gracefulShutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Attempts graceful shutdown of this I/O reactor.
- greaterEquals(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
-
Tests if this protocol version is greater or equal to the given one.
- group - Variable in class org.apache.http.impl.bootstrap.ThreadFactoryImpl
- group - Variable in class org.apache.http.impl.nio.bootstrap.ThreadFactoryImpl
H
- handle(IOException) - Method in interface org.apache.http.nio.reactor.IOReactorExceptionHandler
-
This method is expected to examine the I/O exception passed as a parameter and decide whether it is safe to continue execution of the I/O reactor.
- handle(Object, HttpAsyncExchange, HttpContext) - Method in class org.apache.http.nio.protocol.NullRequestHandler
- handle(RuntimeException) - Method in interface org.apache.http.nio.reactor.IOReactorExceptionHandler
-
This method is expected to examine the runtime exception passed as a parameter and decide whether it is safe to continue execution of the I/O reactor.
- handle(HttpRequest, HttpResponse, NHttpResponseTrigger, HttpContext) - Method in interface org.apache.http.nio.protocol.NHttpRequestHandler
-
Deprecated.Initiates processing of the request.
- handle(HttpRequest, HttpResponse, NHttpResponseTrigger, HttpContext) - Method in class org.apache.http.nio.protocol.SimpleNHttpRequestHandler
-
Deprecated.
- handle(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler.RequestHandlerAdaptor
-
Deprecated.
- handle(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.nio.protocol.SimpleNHttpRequestHandler
-
Deprecated.
- handle(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpRequestHandler
-
Handles the request and produces a response to be sent back to the client.
- handle(HttpRequest, HttpAsyncExchange, HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestHandler
- handle(T, HttpAsyncExchange, HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestHandler
-
Triggered to complete request processing and to initiate the process of generating a response.
- handleAlreadySubmittedResponse(Cancellable, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
This method can be used to handle callback set up happened after response submission.
- handleAlreadySubmittedResponse(HttpAsyncResponseProducer, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
This method can be used to handle double response submission.
- handled - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- handleDecodingResult(CoderResult, CharArrayBuffer, ByteBuffer) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- handleDecodingResult(CoderResult, CharArrayBuffer, ByteBuffer) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- handleEncodingResult(CoderResult) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- handleEncodingResult(CoderResult) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- handleException(IOException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- handleException(IOException) - Method in interface org.apache.http.nio.protocol.NHttpResponseTrigger
-
Deprecated.Report an IOException thrown while processing the request.
- handleException(Exception, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- handleException(HttpException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- handleException(HttpException) - Method in interface org.apache.http.nio.protocol.NHttpResponseTrigger
-
Deprecated.Reports a protocol exception thrown while processing the request.
- handleException(HttpException, HttpResponse) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- handleException(HttpException, HttpResponse) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- handleException(HttpException, HttpResponse) - Method in class org.apache.http.protocol.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.
- handler - Variable in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- handler - Variable in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- handler - Variable in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.reactor.SSLIOSessionHandlerAdaptor
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.reactor.SSLSetupHandlerAdaptor
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- handler - Variable in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- handler - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestHandler
- handler - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- handler - Variable in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- handler - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- handleRequest(HttpRequest, ThrottlingHttpServiceHandler.ServerConnState, NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- handleRequest(HttpServerConnection, HttpContext) - Method in class org.apache.http.protocol.HttpService
-
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client.
- handleResponse(HttpResponse, ThrottlingHttpClientHandler.ClientConnState, NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- handleResponse(HttpResponse, HttpContext) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- handleResponse(HttpResponse, HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
-
Deprecated.Triggered when an HTTP response is ready to be processed.
- handleResponse(HttpResponse, HttpContext) - Method in interface org.apache.http.nio.protocol.NHttpRequestExecutionHandler
-
Deprecated.Triggered when an HTTP response is ready to be processed.
- handlerMap - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- handlerMap - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- handlerMapper - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- handlerMapper - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- handlerMapper - Variable in class org.apache.http.nio.protocol.HttpAsyncService
- handlerMapper - Variable in class org.apache.http.protocol.HttpService
- handlerResolver - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- handlerResolver - Variable in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- handlerResolver - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- handleRuntimeException(RuntimeException) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Handles the given
RuntimeException
. - handleTimeout(NHttpConnection) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- hardShutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Attempts force-shutdown of this I/O reactor.
- hasBufferedData() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- hasBufferedData() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- hasBufferedInput - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- hasBufferedInput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- hasBufferedInput() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- hasBufferedInput() - Method in interface org.apache.http.nio.reactor.IOSession
-
Determines if the input buffer associated with the session contains data.
- hasBufferedInput() - Method in interface org.apache.http.nio.reactor.SessionBufferStatus
-
Determines if the session input buffer contains data.
- hasBufferedInput() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- hasBufferedOutput - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- hasBufferedOutput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- hasBufferedOutput() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- hasBufferedOutput() - Method in interface org.apache.http.nio.reactor.IOSession
-
Determines if the output buffer associated with the session contains data.
- hasBufferedOutput() - Method in interface org.apache.http.nio.reactor.SessionBufferStatus
-
Determines if the session output buffer contains data.
- hasBufferedOutput() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- hasData() - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Determines if the buffer contains data.
- hasData() - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Determines if the buffer contains data.
- hasData() - Method in class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy.InternalBuffer
- hasData() - Method in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- hasData() - Method in interface org.apache.http.nio.reactor.ssl.SSLBuffer
-
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.http.nio.util.ExpandableBuffer
-
Determines if the buffer contains data.
- hasData() - Method in class org.apache.http.nio.util.SharedInputBuffer
- hasData() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- HASH_OFFSET - Static variable in class org.apache.http.util.LangUtils
- HASH_SEED - Static variable in class org.apache.http.util.LangUtils
- hashCode() - Method in class org.apache.http.HttpHost
- hashCode() - Method in class org.apache.http.impl.nio.reactor.InterestOpEntry
- hashCode() - Method in class org.apache.http.message.BasicHeaderElement
- hashCode() - Method in class org.apache.http.message.BasicNameValuePair
- hashCode() - Method in class org.apache.http.ProtocolVersion
-
Obtains a hash code consistent with
ProtocolVersion.equals(java.lang.Object)
. - hashCode(int, boolean) - Static method in class org.apache.http.util.LangUtils
- hashCode(int, int) - Static method in class org.apache.http.util.LangUtils
- hashCode(int, Object) - Static method in class org.apache.http.util.LangUtils
- hasNext() - Method in interface org.apache.http.HeaderElementIterator
-
Indicates whether there is another header element in this iteration.
- hasNext() - Method in interface org.apache.http.HeaderIterator
-
Indicates whether there is another header in this iteration.
- hasNext() - Method in class org.apache.http.message.BasicHeaderElementIterator
- hasNext() - Method in class org.apache.http.message.BasicHeaderIterator
- hasNext() - Method in class org.apache.http.message.BasicListHeaderIterator
- hasNext() - Method in class org.apache.http.message.BasicTokenIterator
- hasNext() - Method in interface org.apache.http.TokenIterator
-
Indicates whether there is another token in this iteration.
- hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
- hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Checks whether there likely is a protocol version in a line.
- HEAD_LINE - Static variable in class org.apache.http.impl.io.AbstractMessageParser
- Header - Interface in org.apache.http
-
Represents an HTTP header field.
- headerBufs - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- HeaderElement - Interface in org.apache.http
-
One element of an HTTP
header
value consisting of a name / value pair and a number of optional name / value parameters. - HeaderElementIterator - Interface in org.apache.http
-
A type-safe iterator for
HeaderElement
objects. - headergroup - Variable in class org.apache.http.message.AbstractHttpMessage
- HeaderGroup - Class in org.apache.http.message
-
A class for combining a set of headers.
- HeaderGroup() - Constructor for class org.apache.http.message.HeaderGroup
-
Constructor for HeaderGroup.
- headerIt - Variable in class org.apache.http.message.BasicHeaderElementIterator
- headerIt - Variable in class org.apache.http.message.BasicTokenIterator
-
The iterator from which to obtain the next header.
- headerIterator() - Method in interface org.apache.http.HttpMessage
-
Returns an iterator of all the headers.
- headerIterator() - Method in class org.apache.http.message.AbstractHttpMessage
- headerIterator(String) - Method in interface org.apache.http.HttpMessage
-
Returns an iterator of the headers with a given name.
- headerIterator(String) - Method in class org.apache.http.message.AbstractHttpMessage
- HeaderIterator - Interface in org.apache.http
-
A type-safe iterator for
Header
objects. - headerLines - Variable in class org.apache.http.impl.io.AbstractMessageParser
- headerName - Variable in class org.apache.http.message.BasicHeaderIterator
-
The header name to filter by.
- headerName - Variable in class org.apache.http.message.BasicListHeaderIterator
-
The header name to filter by.
- headers - Variable in class org.apache.http.message.HeaderGroup
-
The list of headers for this group, in the order in which they were added
- HEADERS - Static variable in class org.apache.http.impl.io.AbstractMessageParser
- HeaderValueFormatter - Interface in org.apache.http.message
-
Interface for formatting elements of a header value.
- HeaderValueParser - Interface in org.apache.http.message
-
Interface for parsing header values into elements.
- HeapByteBufferAllocator - Class in org.apache.http.nio.util
-
Allocates
ByteBuffer
instances usingByteBuffer.allocate(int)
. - HeapByteBufferAllocator() - Constructor for class org.apache.http.nio.util.HeapByteBufferAllocator
- HOST - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.23
- hostname - Variable in class org.apache.http.HttpHost
-
The host to use.
- HT - Static variable in class org.apache.http.Consts
- HT - Static variable in class org.apache.http.message.TokenParser
-
US-ASCII HT, horizontal-tab (9)
- HT - Static variable in class org.apache.http.protocol.HTTP
- HTTP - Class in org.apache.http.protocol
-
Constants and static helpers related to the HTTP protocol.
- HTTP - Static variable in class org.apache.http.HttpVersion
-
The protocol name.
- HTTP() - Constructor for class org.apache.http.protocol.HTTP
- HTTP_0_9 - Static variable in class org.apache.http.HttpVersion
-
HTTP protocol version 0.9
- HTTP_1_0 - Static variable in class org.apache.http.HttpVersion
-
HTTP protocol version 1.0
- HTTP_1_1 - Static variable in class org.apache.http.HttpVersion
-
HTTP protocol version 1.1
- HTTP_CONNECTION - Static variable in interface org.apache.http.protocol.ExecutionContext
-
Deprecated.Attribute name of a
HttpConnection
object that represents the actual HTTP connection. - HTTP_CONNECTION - Static variable in class org.apache.http.protocol.HttpCoreContext
-
Attribute name of a
HttpConnection
object that represents the actual HTTP connection. - HTTP_CONTENT_CHARSET - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the charset to be used per default for encoding content body.
- HTTP_ELEMENT_CHARSET - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the charset to be used for encoding HTTP protocol elements.
- HTTP_EXCHANGE_STATE - Static variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- HTTP_EXCHANGE_STATE - Static variable in class org.apache.http.nio.protocol.HttpAsyncService
- HTTP_HANDLER - Static variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- HTTP_MALFORMED_INPUT_ACTION - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the action to perform upon receiving a malformed input.
- HTTP_PROXY_HOST - Static variable in interface org.apache.http.protocol.ExecutionContext
-
Deprecated.(4.3) do not use.
- HTTP_REQ_SENT - Static variable in interface org.apache.http.protocol.ExecutionContext
-
Deprecated.Attribute name of a
Boolean
object that represents the the flag indicating whether the actual request has been fully transmitted to the target host. - HTTP_REQ_SENT - Static variable in class org.apache.http.protocol.HttpCoreContext
-
Attribute name of a
Boolean
object that represents the the flag indicating whether the actual request has been fully transmitted to the target host. - HTTP_REQUEST - Static variable in interface org.apache.http.protocol.ExecutionContext
-
Deprecated.Attribute name of a
HttpRequest
object that represents the actual HTTP request. - HTTP_REQUEST - Static variable in class org.apache.http.protocol.HttpCoreContext
-
Attribute name of a
HttpRequest
object that represents the actual HTTP request. - HTTP_RESPONSE - Static variable in interface org.apache.http.protocol.ExecutionContext
-
Deprecated.Attribute name of a
HttpResponse
object that represents the actual HTTP response. - HTTP_RESPONSE - Static variable in class org.apache.http.protocol.HttpCoreContext
-
Attribute name of a
HttpResponse
object that represents the actual HTTP response. - HTTP_SEPARATORS - Static variable in class org.apache.http.message.BasicTokenIterator
-
The HTTP separator characters.
- HTTP_TARGET_HOST - Static variable in interface org.apache.http.protocol.ExecutionContext
-
Deprecated.Attribute name of a
HttpHost
object that represents the connection target. - HTTP_TARGET_HOST - Static variable in class org.apache.http.protocol.HttpCoreContext
-
Attribute name of a
HttpHost
object that represents the connection target. - HTTP_UNMAPPABLE_INPUT_ACTION - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the action to perform upon receiving an unmappable input.
- HttpAbstractParamBean - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- HttpAbstractParamBean(HttpParams) - Constructor for class org.apache.http.params.HttpAbstractParamBean
-
Deprecated.
- HttpAsyncClientExchangeHandler - Interface in org.apache.http.nio.protocol
-
HttpAsyncClientExchangeHandler
represents a callback interface whose methods get invoked when executing one or multiple HTTP message exchanges on the client side. - HttpAsyncContentProducer - Interface in org.apache.http.nio.entity
-
HttpAsyncContentProducer
is a callback interface whose methods get invoked to stream out message content to a non-blocking HTTP connection. - HttpAsyncExchange - Interface in org.apache.http.nio.protocol
-
HttpAsyncExchange
represents a server-side HTTP message exchange where an HTTP response can be deferred without blocking the I/O event thread and triggered asynchronously at a later point of later time. - HttpAsyncExchangeImpl(HttpRequest, HttpResponse, HttpAsyncService.State, NHttpServerConnection, HttpContext) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- HttpAsyncExpectationVerifier - Interface in org.apache.http.nio.protocol
-
HttpAsyncExpectationVerifier
defines a strategy to verify whether or not an incoming HTTP request meets the target server's expectations. - HttpAsyncRequestConsumer<T> - Interface in org.apache.http.nio.protocol
-
HttpAsyncRequestConsumer
is a callback interface whose methods get invoked to process an HTTP request message and to stream message content from a non-blocking HTTP connection on the server side. - HttpAsyncRequester - Class in org.apache.http.nio.protocol
-
HttpAsyncRequester
is a utility class that can be used in conjunction withHttpAsyncRequestExecutor
to initiate execution of asynchronous HTTP requests. - HttpAsyncRequester(HttpProcessor) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester
-
Creates new instance of HttpAsyncRequester.
- HttpAsyncRequester(HttpProcessor, ConnectionReuseStrategy) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester
-
Creates new instance of HttpAsyncRequester.
- HttpAsyncRequester(HttpProcessor, ConnectionReuseStrategy, ExceptionLogger) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester
-
Creates new instance of
HttpAsyncRequester
. - HttpAsyncRequester(HttpProcessor, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester
-
Deprecated.
- HttpAsyncRequester.ConnPipelinedRequestCallback<T,E extends PoolEntry<HttpHost,NHttpClientConnection>> - Class in org.apache.http.nio.protocol
- HttpAsyncRequester.ConnRequestCallback<T,E extends PoolEntry<HttpHost,NHttpClientConnection>> - Class in org.apache.http.nio.protocol
- HttpAsyncRequester.RequestExecutionCallback<T,E extends PoolEntry<HttpHost,NHttpClientConnection>> - Class in org.apache.http.nio.protocol
- HttpAsyncRequestExecutionHandler<T> - Interface in org.apache.http.nio.protocol
-
Deprecated.
- HttpAsyncRequestExecutor - Class in org.apache.http.nio.protocol
-
HttpAsyncRequestExecutor
is a fully asynchronous HTTP client side protocol handler based on the NIO (non-blocking) I/O model. - HttpAsyncRequestExecutor() - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- HttpAsyncRequestExecutor(int) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
-
Creates new instance of HttpAsyncRequestExecutor.
- HttpAsyncRequestExecutor(int, ExceptionLogger) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
-
Creates new instance of
HttpAsyncRequestExecutor
. - HttpAsyncRequestExecutor.State - Class in org.apache.http.nio.protocol
- HttpAsyncRequestHandler<T> - Interface in org.apache.http.nio.protocol
-
HttpAsyncRequestHandler
represents a routine for asynchronous processing of a specific group of non-blocking HTTP requests. - HttpAsyncRequestHandlerMapper - Interface in org.apache.http.nio.protocol
-
HttpAsyncRequestHandlerMapper
can be used to resolve an instance ofHttpAsyncRequestHandler
matching a particularHttpRequest
. - HttpAsyncRequestHandlerRegistry - Class in org.apache.http.nio.protocol
-
Deprecated.(4.3) use
UriHttpAsyncRequestHandlerMapper
- HttpAsyncRequestHandlerRegistry() - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.
- HttpAsyncRequestHandlerResolver - Interface in org.apache.http.nio.protocol
-
Deprecated.
- HttpAsyncRequestHandlerResolverAdapter(HttpAsyncRequestHandlerResolver) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter
-
Deprecated.
- HttpAsyncRequestProducer - Interface in org.apache.http.nio.protocol
-
HttpAsyncRequestProducer
is a callback interface whose methods get invoked to generate an HTTP request message and to stream message content to a non-blocking HTTP connection. - HttpAsyncResponseConsumer<T> - Interface in org.apache.http.nio.protocol
-
HttpAsyncResponseConsumer
is a callback interface whose methods get invoked to process an HTTP response message and to stream message content from a non-blocking HTTP connection on the client side. - HttpAsyncResponseProducer - Interface in org.apache.http.nio.protocol
-
HttpAsyncResponseProducer
is a callback interface whose methods get invoked to generate an HTTP response message and to stream message content to a non-blocking HTTP connection on the server side. - HttpAsyncService - Class in org.apache.http.nio.protocol
-
HttpAsyncService
is a fully asynchronous HTTP server side protocol handler based on the non-blocking (NIO) I/O model. - HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService
-
Creates new instance of
HttpAsyncServerProtocolHandler
. - HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier, ExceptionLogger) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService
-
Creates new instance of
HttpAsyncServerProtocolHandler
. - HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerResolver, HttpAsyncExpectationVerifier, HttpParams) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService
- HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpAsyncRequestHandlerResolver, HttpParams) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService
- HttpAsyncService(HttpProcessor, HttpAsyncRequestHandlerMapper) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService
-
Creates new instance of
HttpAsyncServerProtocolHandler
. - HttpAsyncService(HttpProcessor, HttpAsyncRequestHandlerMapper, ExceptionLogger) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService
-
Creates new instance of
HttpAsyncServerProtocolHandler
. - HttpAsyncService.HttpAsyncExchangeImpl - Class in org.apache.http.nio.protocol
- HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter - Class in org.apache.http.nio.protocol
-
Deprecated.Do not use.
- HttpAsyncService.Incoming - Class in org.apache.http.nio.protocol
- HttpAsyncService.Outgoing - Class in org.apache.http.nio.protocol
- HttpAsyncService.PipelineEntry - Class in org.apache.http.nio.protocol
- HttpAsyncService.State - Class in org.apache.http.nio.protocol
- HttpClientConnection - Interface in org.apache.http
-
A client-side HTTP connection, which can be used for sending requests and receiving responses.
- HttpConnection - Interface in org.apache.http
-
A generic HTTP connection, useful on client and server side.
- HttpConnectionFactory<T extends HttpConnection> - Interface in org.apache.http
-
Factory for
HttpConnection
instances. - HttpConnectionMetrics - Interface in org.apache.http
-
The point of access to the statistics of an
HttpConnection
. - HttpConnectionMetricsImpl - Class in org.apache.http.impl
-
Default implementation of the
HttpConnectionMetrics
interface. - HttpConnectionMetricsImpl(HttpTransportMetrics, HttpTransportMetrics) - Constructor for class org.apache.http.impl.HttpConnectionMetricsImpl
- HttpConnectionParamBean - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- HttpConnectionParamBean(HttpParams) - Constructor for class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- HttpConnectionParams - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- HttpConnectionParams() - Constructor for class org.apache.http.params.HttpConnectionParams
-
Deprecated.
- HttpContext - Interface in org.apache.http.protocol
-
HttpContext represents execution state of an HTTP process.
- HttpCoreContext - Class in org.apache.http.protocol
-
Implementation of
HttpContext
that provides convenience setters for user assignable attributes and getter for readable attributes. - HttpCoreContext() - Constructor for class org.apache.http.protocol.HttpCoreContext
- HttpCoreContext(HttpContext) - Constructor for class org.apache.http.protocol.HttpCoreContext
- HttpDateGenerator - Class in org.apache.http.protocol
-
Generates a date in the format required by the HTTP protocol.
- HttpDateGenerator() - Constructor for class org.apache.http.protocol.HttpDateGenerator
- HttpEntity - Interface in org.apache.http
-
An entity that can be sent or received with an HTTP message.
- HttpEntityEnclosingRequest - Interface in org.apache.http
-
A request with an entity.
- HttpEntityWrapper - Class in org.apache.http.entity
-
Base class for wrapping entities.
- HttpEntityWrapper(HttpEntity) - Constructor for class org.apache.http.entity.HttpEntityWrapper
-
Creates a new entity wrapper.
- httpex - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- HttpException - Exception in org.apache.http
-
Signals that an HTTP exception has occurred.
- HttpException() - Constructor for exception org.apache.http.HttpException
-
Creates a new HttpException with a
null
detail message. - HttpException(String) - Constructor for exception org.apache.http.HttpException
-
Creates a new HttpException with the specified detail message.
- HttpException(String, Throwable) - Constructor for exception org.apache.http.HttpException
-
Creates a new HttpException with the specified detail message and cause.
- HttpExpectationVerifier - Interface in org.apache.http.protocol
-
Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
- HttpHeaders - Class in org.apache.http
-
Constants enumerating the HTTP headers.
- HttpHeaders() - Constructor for class org.apache.http.HttpHeaders
- HttpHost - Class in org.apache.http
-
Holds all of the variables needed to describe an HTTP connection to a host.
- HttpHost(String) - Constructor for class org.apache.http.HttpHost
-
Creates
HttpHost
instance with the default scheme and port and the given hostname. - HttpHost(String, int) - Constructor for class org.apache.http.HttpHost
-
Creates
HttpHost
instance with the default scheme and the given hostname and port. - HttpHost(String, int, String) - Constructor for class org.apache.http.HttpHost
-
Creates
HttpHost
instance with the given scheme, hostname and port. - HttpHost(InetAddress) - Constructor for class org.apache.http.HttpHost
-
Creates
HttpHost
instance with the default scheme and port and the given inet address. - HttpHost(InetAddress, int) - Constructor for class org.apache.http.HttpHost
-
Creates
HttpHost
instance with the default scheme and the given inet address and port. - HttpHost(InetAddress, int, String) - Constructor for class org.apache.http.HttpHost
-
Creates
HttpHost
instance with the given scheme, inet address and port. - HttpHost(InetAddress, String, int, String) - Constructor for class org.apache.http.HttpHost
-
Creates a new
HttpHost
, specifying all values. - HttpHost(HttpHost) - Constructor for class org.apache.http.HttpHost
-
Copy constructor for
HttpHost
. - HttpInetConnection - Interface in org.apache.http
-
An HTTP connection over the Internet Protocol (IP).
- HttpMessage - Interface in org.apache.http
-
HTTP messages consist of requests from client to server and responses from server to client.
- HttpMessageParser<T extends HttpMessage> - Interface in org.apache.http.io
-
Abstract message parser intended to build HTTP messages from an arbitrary data source.
- HttpMessageParserFactory<T extends HttpMessage> - Interface in org.apache.http.io
-
Factory for
HttpMessageParser
instances. - HttpMessageWriter<T extends HttpMessage> - Interface in org.apache.http.io
-
Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.
- HttpMessageWriterFactory<T extends HttpMessage> - Interface in org.apache.http.io
-
Factory for
HttpMessageWriter
instances. - HttpParamConfig - Class in org.apache.http.params
-
Deprecated.(4.3) provided for compatibility with
HttpParams
. Do not use. - HttpParamConfig() - Constructor for class org.apache.http.params.HttpParamConfig
-
Deprecated.
- HttpParams - Interface in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- HttpParamsNames - Interface in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- httpPocessor - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- httpPocessor - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- httpPocessor - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- httpprocessor - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester
- httpProcessor - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- httpProcessor - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- httpProcessor - Variable in class org.apache.http.nio.protocol.HttpAsyncService
- httpProcessor - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- HttpProcessor - Interface in org.apache.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.http.protocol
-
Builder for
HttpProcessor
instances. - HttpProcessorBuilder() - Constructor for class org.apache.http.protocol.HttpProcessorBuilder
- HttpProtocolParamBean - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- HttpProtocolParamBean(HttpParams) - Constructor for class org.apache.http.params.HttpProtocolParamBean
-
Deprecated.
- HttpProtocolParams - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- HttpProtocolParams() - Constructor for class org.apache.http.params.HttpProtocolParams
-
Deprecated.
- HttpRequest - Interface in org.apache.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.
- HttpRequestExecutionHandler - Interface in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestExecutor
andHttpAsyncRequester
- HttpRequestExecutor - Class in org.apache.http.protocol
-
HttpRequestExecutor
is a client side HTTP protocol handler based on the blocking (classic) I/O model. - HttpRequestExecutor() - Constructor for class org.apache.http.protocol.HttpRequestExecutor
- HttpRequestExecutor(int) - Constructor for class org.apache.http.protocol.HttpRequestExecutor
-
Creates new instance of HttpRequestExecutor.
- HttpRequestFactory - Interface in org.apache.http
-
A factory for
HttpRequest
objects. - HttpRequestHandler - Interface in org.apache.http.protocol
-
HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.
- HttpRequestHandlerMapper - Interface in org.apache.http.protocol
-
HttpRequestHandlerMapper can be used to resolve an instance of
HttpRequestHandler
matching a particularHttpRequest
. - HttpRequestHandlerRegistry - Class in org.apache.http.protocol
-
Deprecated.(4.3) use
UriHttpRequestHandlerMapper
- HttpRequestHandlerRegistry() - Constructor for class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.
- HttpRequestHandlerResolver - Interface in org.apache.http.protocol
-
Deprecated.
- HttpRequestHandlerResolverAdapter(HttpRequestHandlerResolver) - Constructor for class org.apache.http.protocol.HttpService.HttpRequestHandlerResolverAdapter
-
Deprecated.
- HttpRequestInterceptor - Interface in org.apache.http
-
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
- HttpRequestInterceptorList - Interface in org.apache.http.protocol
-
Deprecated.(4.3)
- HttpRequestParser - Class in org.apache.http.impl.io
-
Deprecated.(4.2) use
DefaultHttpRequestParser
- HttpRequestParser - Class in org.apache.http.impl.nio.codecs
-
Deprecated.(4.1) use
DefaultHttpRequestParser
- HttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.io.HttpRequestParser
-
Deprecated.Creates an instance of this class.
- HttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpRequestParser
-
Deprecated.
- HttpRequestWriter - Class in org.apache.http.impl.io
-
Deprecated.(4.3) use
DefaultHttpRequestWriter
- HttpRequestWriter - Class in org.apache.http.impl.nio.codecs
-
Deprecated.(4.1) use
DefaultHttpRequestWriter
- HttpRequestWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.io.HttpRequestWriter
-
Deprecated.
- HttpRequestWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpRequestWriter
-
Deprecated.
- HttpResponse - Interface in org.apache.http
-
After receiving and interpreting a request message, a server responds with an HTTP response message.
- HttpResponseFactory - Interface in org.apache.http
-
A factory for
HttpResponse
objects. - HttpResponseInterceptor - Interface in org.apache.http
-
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
- HttpResponseInterceptorList - Interface in org.apache.http.protocol
-
Deprecated.(4.3)
- HttpResponseParser - Class in org.apache.http.impl.io
-
Deprecated.(4.2) use
DefaultHttpResponseParser
- HttpResponseParser - Class in org.apache.http.impl.nio.codecs
-
Deprecated.(4.1) use
DefaultHttpResponseParser
- HttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.io.HttpResponseParser
-
Deprecated.Creates an instance of this class.
- HttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpResponseParser
-
Deprecated.
- HttpResponseWriter - Class in org.apache.http.impl.io
-
Deprecated.(4.3) use
DefaultHttpResponseWriter
- HttpResponseWriter - Class in org.apache.http.impl.nio.codecs
-
Deprecated.(4.1) use
DefaultHttpResponseWriter
- HttpResponseWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.io.HttpResponseWriter
-
Deprecated.
- HttpResponseWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpResponseWriter
-
Deprecated.
- HttpServer - Class in org.apache.http.impl.bootstrap
- HttpServer - Class in org.apache.http.impl.nio.bootstrap
- HttpServer(int, InetAddress, SocketConfig, ServerSocketFactory, HttpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection>, SSLServerSetupHandler, ExceptionLogger) - Constructor for class org.apache.http.impl.bootstrap.HttpServer
- HttpServer(int, InetAddress, IOReactorConfig, NHttpServerEventHandler, NHttpConnectionFactory<? extends DefaultNHttpServerConnection>, ExceptionLogger) - Constructor for class org.apache.http.impl.nio.bootstrap.HttpServer
- HttpServer.Status - Enum in org.apache.http.impl.bootstrap
- HttpServer.Status - Enum in org.apache.http.impl.nio.bootstrap
- HttpServerConnection - Interface in org.apache.http
-
A server-side HTTP connection, which can be used for receiving requests and sending responses.
- httpservice - Variable in class org.apache.http.impl.bootstrap.Worker
- httpService - Variable in class org.apache.http.impl.bootstrap.HttpServer
- httpService - Variable in class org.apache.http.impl.bootstrap.RequestListener
- HttpService - Class in org.apache.http.protocol
-
HttpService
is a server side HTTP protocol handler based on the classic (blocking) I/O model. - HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) - Constructor for class org.apache.http.protocol.HttpService
- HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper) - Constructor for class org.apache.http.protocol.HttpService
-
Create a new HTTP service.
- HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper, HttpExpectationVerifier) - Constructor for class org.apache.http.protocol.HttpService
-
Create a new HTTP service.
- HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpParams) - Constructor for class org.apache.http.protocol.HttpService
- HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpExpectationVerifier, HttpParams) - Constructor for class org.apache.http.protocol.HttpService
- HttpService(HttpProcessor, HttpRequestHandlerMapper) - Constructor for class org.apache.http.protocol.HttpService
-
Create a new HTTP service.
- HttpService.HttpRequestHandlerResolverAdapter - Class in org.apache.http.protocol
-
Deprecated.Do not use.
- HttpStatus - Interface in org.apache.http
-
Constants enumerating the HTTP status codes.
- HttpTransportMetrics - Interface in org.apache.http.io
-
The point of access to the statistics of
SessionInputBuffer
orSessionOutputBuffer
. - HttpTransportMetricsImpl - Class in org.apache.http.impl.io
-
Default implementation of
HttpTransportMetrics
. - HttpTransportMetricsImpl() - Constructor for class org.apache.http.impl.io.HttpTransportMetricsImpl
- HttpVersion - Class in org.apache.http
-
Represents an HTTP version.
- HttpVersion(int, int) - Constructor for class org.apache.http.HttpVersion
-
Create an HTTP protocol version designator.
I
- id - Variable in class org.apache.http.pool.PoolEntry
- IDENTITY - Static variable in interface org.apache.http.entity.ContentLengthStrategy
- IDENTITY_CODING - Static variable in class org.apache.http.protocol.HTTP
- IdentityDecoder - Class in org.apache.http.impl.nio.codecs
-
Content decoder that reads data without any transformation.
- IdentityDecoder(ReadableByteChannel, SessionInputBuffer, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.IdentityDecoder
- IdentityEncoder - Class in org.apache.http.impl.nio.codecs
-
Content encoder that writes data without any transformation.
- IdentityEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl) - Constructor for class org.apache.http.impl.nio.codecs.IdentityEncoder
- IdentityEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl, int) - Constructor for class org.apache.http.impl.nio.codecs.IdentityEncoder
- IdentityInputStream - Class in org.apache.http.impl.io
-
Input stream that reads data without any transformation.
- IdentityInputStream(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.IdentityInputStream
-
Wraps session input stream and reads input until the the end of stream.
- IdentityOutputStream - Class in org.apache.http.impl.io
-
Output stream that writes data without any transformation.
- IdentityOutputStream(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.IdentityOutputStream
- idx - Variable in class org.apache.http.nio.entity.NFileEntity
- IF - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.4
- IF_MATCH - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.24
- IF_MODIFIED_SINCE - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.9, RFC 2616 (HTTP/1.1) Section 14.25
- IF_NONE_MATCH - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.26
- IF_RANGE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.27
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.28
- ifAddress - Variable in class org.apache.http.impl.bootstrap.HttpServer
- ifAddress - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- IMAGE_BMP - Static variable in class org.apache.http.entity.ContentType
- IMAGE_GIF - Static variable in class org.apache.http.entity.ContentType
- IMAGE_JPEG - Static variable in class org.apache.http.entity.ContentType
- IMAGE_PNG - Static variable in class org.apache.http.entity.ContentType
- IMAGE_SVG - Static variable in class org.apache.http.entity.ContentType
- IMAGE_TIFF - Static variable in class org.apache.http.entity.ContentType
- IMAGE_WEBP - Static variable in class org.apache.http.entity.ContentType
- IMMUTABLE - org.apache.http.annotation.ThreadingBehavior
-
Instances of classes with the given contract are expected to be fully immutable and thread-safe.
- IMMUTABLE_CONDITIONAL - org.apache.http.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.
- ImmutableHttpProcessor - Class in org.apache.http.protocol
-
Immutable
HttpProcessor
. - ImmutableHttpProcessor(List<HttpRequestInterceptor>, List<HttpResponseInterceptor>) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
- ImmutableHttpProcessor(HttpRequestInterceptor...) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
- ImmutableHttpProcessor(HttpRequestInterceptor[], HttpResponseInterceptor[]) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
- ImmutableHttpProcessor(HttpResponseInterceptor...) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
- ImmutableHttpProcessor(HttpRequestInterceptorList, HttpResponseInterceptorList) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
-
Deprecated.(4.3) do not use.
- implicitLen - Variable in class org.apache.http.impl.entity.LaxContentLengthStrategy
- implicitLen - Variable in class org.apache.http.impl.entity.StrictContentLengthStrategy
- in - Variable in class org.apache.http.impl.io.ChunkedInputStream
-
The session input buffer
- in - Variable in class org.apache.http.impl.io.ContentLengthInputStream
-
Wrapped input stream that all calls are delegated to.
- in - Variable in class org.apache.http.impl.io.IdentityInputStream
- INACTIVE - org.apache.http.nio.reactor.IOReactorStatus
-
The reactor is inactive / has not been started
- inboundTransport() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Executes inbound SSL transport operations.
- inbuf - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- inBuffer - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- inBuffer - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- inBuffer - Variable in class org.apache.http.impl.BHttpConnectionBase
- inBuffer - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- inBuffer - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- incoming - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- Incoming(HttpRequest, HttpAsyncRequestHandler<Object>, HttpAsyncRequestConsumer<Object>, HttpContext) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- incomingContentStrategy - Variable in class org.apache.http.impl.BHttpConnectionBase
- incomingContentStrategy - Variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- incomingContentStrategy - Variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- incomingContentStrategy - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- incomingContentStrategy - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- incomingContentStrategy - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- incomingContentStrategy - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- incomingContentStrategy - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- incrementBytesTransferred(long) - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
- incrementRequestCount() - Method in class org.apache.http.impl.BHttpConnectionBase
- incrementRequestCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- incrementResponseCount() - Method in class org.apache.http.impl.BHttpConnectionBase
- incrementResponseCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- indexOf(byte) - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at
0
and finishing atByteArrayBuffer.length()
. - indexOf(byte, int, int) - Method in class org.apache.http.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 atendIndex
. - indexOf(int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns the index within this buffer of the first occurrence of the specified character, starting the search at
0
and finishing atCharArrayBuffer.length()
. - indexOf(int, int, int) - Method in class org.apache.http.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 atendIndex
. - inEncrypted - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- infoClassloader - Variable in class org.apache.http.util.VersionInfo
-
The classloader from which the version info was obtained.
- infoModule - Variable in class org.apache.http.util.VersionInfo
-
The module from the version info.
- infoPackage - Variable in class org.apache.http.util.VersionInfo
-
The package that contains the version information.
- infoRelease - Variable in class org.apache.http.util.VersionInfo
-
The release from the version info.
- infoTimestamp - Variable in class org.apache.http.util.VersionInfo
-
The timestamp from the version info.
- init(InputStream, int, HttpParams) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.Initializes this session input buffer.
- init(OutputStream, int, HttpParams) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- init(SessionInputBuffer, SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.Initializes this connection object with
SessionInputBuffer
andSessionOutputBuffer
instances to be used for sending and receiving data. - init(SessionInputBuffer, SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.Initializes this connection object with
SessionInputBuffer
andSessionOutputBuffer
instances to be used for sending and receiving data. - INIT - org.apache.http.nio.protocol.MessageState
- INIT_BITSET(int...) - Static method in class org.apache.http.message.TokenParser
- INIT_CAUSE_METHOD - Static variable in class org.apache.http.util.ExceptionUtils
-
Deprecated.A reference to Throwable's initCause method, or null if it's not there in this JVM
- initalize(SSLEngine) - Method in class org.apache.http.impl.nio.reactor.SSLIOSessionHandlerAdaptor
-
Deprecated.
- initalize(SSLEngine) - Method in class org.apache.http.impl.nio.reactor.SSLSetupHandlerAdaptor
-
Deprecated.
- initalize(SSLEngine) - Method in interface org.apache.http.nio.reactor.ssl.SSLSetupHandler
-
Triggered when the SSL connection is being initialized.
- initalize(SSLEngine, HttpParams) - Method in interface org.apache.http.impl.nio.reactor.SSLIOSessionHandler
-
Deprecated.Triggered when the SSL connection is being initialized.
- initalize(SSLEngine, HttpParams) - Method in interface org.apache.http.impl.nio.reactor.SSLSetupHandler
-
Deprecated.Triggered when the SSL connection is being initialized.
- initalizeContext(HttpContext, Object) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- initalizeContext(HttpContext, Object) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
-
Deprecated.Triggered when a new connection has been established and the HTTP context needs to be initialized.
- initalizeContext(HttpContext, Object) - Method in interface org.apache.http.nio.protocol.NHttpRequestExecutionHandler
-
Deprecated.Triggered when a new connection has been established and the HTTP context needs to be initialized.
- initBuffer(CharArrayBuffer) - Method in class org.apache.http.message.BasicLineFormatter
-
Obtains a buffer for formatting.
- initCause(Throwable, Throwable) - Static method in class org.apache.http.util.ExceptionUtils
-
Deprecated.If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
- initExecution(HttpAsyncClientExchangeHandler, NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
- initialize() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Initializes the session.
- initialize(SSLServerSocket) - Method in interface org.apache.http.impl.bootstrap.SSLServerSetupHandler
- initialize(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- initialize(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- initialize(SSLMode) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Deprecated.(4.3) SSL mode must be set at construction time.
- initialized - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- initSSLContext(SSLContext, Collection<KeyManager>, Collection<TrustManager>, SecureRandom) - Method in class org.apache.http.ssl.SSLContextBuilder
- inPlain - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- INPUT_MODE - Static variable in class org.apache.http.nio.util.ExpandableBuffer
- inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- inputReady(NHttpClientConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.
- inputReady(NHttpClientConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.
- inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- inputReady(NHttpServerConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.
- inputReady(NHttpServerConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.
- inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- inputReady(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- inputReady(IOSession) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- inputReady(IOSession) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- inputReady(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
-
Triggered when the given session has input pending.
- inputState - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- inputState - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- InputStreamEntity - Class in org.apache.http.entity
-
A streamed, non-repeatable entity that obtains its content from an
InputStream
. - InputStreamEntity(InputStream) - Constructor for class org.apache.http.entity.InputStreamEntity
-
Creates an entity with an unknown length.
- InputStreamEntity(InputStream, long) - Constructor for class org.apache.http.entity.InputStreamEntity
-
Creates an entity with a specified content length.
- InputStreamEntity(InputStream, long, ContentType) - Constructor for class org.apache.http.entity.InputStreamEntity
- InputStreamEntity(InputStream, ContentType) - Constructor for class org.apache.http.entity.InputStreamEntity
-
Creates an entity with a content type and unknown length.
- inputTerminated() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- inputTerminated() - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to signal that the connection has been terminated prematurely by the opposite end.
- inputTerminated() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- INSTANCE - Static variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- INSTANCE - Static variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- INSTANCE - Static variable in class org.apache.http.impl.DefaultConnectionReuseStrategy
- INSTANCE - Static variable in class org.apache.http.impl.DefaultHttpRequestFactory
- INSTANCE - Static variable in class org.apache.http.impl.DefaultHttpResponseFactory
- INSTANCE - Static variable in class org.apache.http.impl.EnglishReasonPhraseCatalog
-
The default instance of this catalog.
- INSTANCE - Static variable in class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
- INSTANCE - Static variable in class org.apache.http.impl.entity.LaxContentLengthStrategy
- INSTANCE - Static variable in class org.apache.http.impl.entity.StrictContentLengthStrategy
- INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpRequestParserFactory
- INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
- INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpResponseParserFactory
- INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
- INSTANCE - Static variable in class org.apache.http.impl.io.EmptyInputStream
- INSTANCE - Static variable in class org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
- INSTANCE - Static variable in class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriterFactory
- INSTANCE - Static variable in class org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
- INSTANCE - Static variable in class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriterFactory
- INSTANCE - Static variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- INSTANCE - Static variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- INSTANCE - Static variable in class org.apache.http.impl.NoConnectionReuseStrategy
- INSTANCE - Static variable in class org.apache.http.message.BasicHeaderValueFormatter
- INSTANCE - Static variable in class org.apache.http.message.BasicHeaderValueParser
- INSTANCE - Static variable in class org.apache.http.message.BasicLineFormatter
- INSTANCE - Static variable in class org.apache.http.message.BasicLineParser
- INSTANCE - Static variable in class org.apache.http.message.TokenParser
- INSTANCE - Static variable in class org.apache.http.nio.protocol.NullRequestHandler
- INSTANCE - Static variable in class org.apache.http.nio.util.DirectByteBufferAllocator
- INSTANCE - Static variable in class org.apache.http.nio.util.HeapByteBufferAllocator
- inStream - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- inStream - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- INTEREST_OPS_QUEUEING - Static variable in interface org.apache.http.nio.params.NIOReactorPNames
-
Deprecated.Determines whether interestOps() queueing is enabled for the I/O reactors.
- InterestOpEntry - Class in org.apache.http.impl.nio.reactor
-
Helper class, representing an entry on an
interestOps(int)
queue. - InterestOpEntry(SelectionKey, int) - Constructor for class org.apache.http.impl.nio.reactor.InterestOpEntry
- interestOpQueued - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- interestOpQueued - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- interestOpsCallback - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- InterestOpsCallback - Interface in org.apache.http.impl.nio.reactor
-
Callback interface used internally by I/O session implementations to delegate execution of a
SelectionKey.interestOps(int)
operation to the I/O reactor. - interestOpsQueue - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- interestOpsQueueing - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- interestOpsQueueing - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- InternalBuffer(int) - Constructor for class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy.InternalBuffer
- InternalBuffer(int) - Constructor for class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- InternalByteChannel() - Constructor for class org.apache.http.nio.reactor.ssl.SSLIOSession.InternalByteChannel
- InternalSessionRequestCallback() - Constructor for class org.apache.http.nio.pool.AbstractNIOConnPool.InternalSessionRequestCallback
- inTransportMetric - Variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- inTransportMetrics - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- invalidate() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- invalidate() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- iocontrol - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- ioControl - Variable in class org.apache.http.nio.util.SharedInputBuffer
- ioControl - Variable in class org.apache.http.nio.util.SharedOutputBuffer
- IOControl - Interface in org.apache.http.nio
-
Connection input/output control interface.
- IOEventDispatch - Interface in org.apache.http.nio.reactor
-
IOEventDispatch interface is used by I/O reactors to notify clients of I/O events pending for a particular session.
- ioex - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- ioReactor - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- ioReactor - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- IOReactor - Interface in org.apache.http.nio.reactor
-
HttpCore NIO is based on the Reactor pattern as described by Doug Lea.
- ioReactorConfig - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- ioReactorConfig - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- IOReactorConfig - Class in org.apache.http.impl.nio.reactor
-
I/O reactor configuration parameters.
- IOReactorConfig() - Constructor for class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- IOReactorConfig(long, long, boolean, int, int, boolean, int, boolean, boolean, int, int, int, int) - Constructor for class org.apache.http.impl.nio.reactor.IOReactorConfig
- IOReactorConfig.Builder - Class in org.apache.http.impl.nio.reactor
- IOReactorException - Exception in org.apache.http.nio.reactor
-
I/O exception that can be thrown by an I/O reactor.
- IOReactorException(String) - Constructor for exception org.apache.http.nio.reactor.IOReactorException
- IOReactorException(String, Exception) - Constructor for exception org.apache.http.nio.reactor.IOReactorException
- IOReactorException(String, Throwable) - Constructor for exception org.apache.http.nio.reactor.IOReactorException
- IOReactorExceptionHandler - Interface in org.apache.http.nio.reactor
-
Abstract exception handler intended to deal with potentially recoverable I/O exceptions thrown by an I/O reactor.
- IOReactorStatus - Enum in org.apache.http.nio.reactor
-
IOReactorStatus represents an internal status of an I/O reactor.
- IOReactorStatus() - Constructor for enum org.apache.http.nio.reactor.IOReactorStatus
- ioSession - Variable in class org.apache.http.impl.nio.SessionHttpContext
- IOSession - Interface in org.apache.http.nio.reactor
-
IOSession interface represents a sequence of logically related data exchanges between two end points.
- IOSessionImpl - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
IOSession
. - IOSessionImpl(SelectionKey, InterestOpsCallback, SessionClosedCallback) - Constructor for class org.apache.http.impl.nio.reactor.IOSessionImpl
-
Creates new instance of IOSessionImpl.
- IOSessionImpl(SelectionKey, SessionClosedCallback) - Constructor for class org.apache.http.impl.nio.reactor.IOSessionImpl
-
Creates new instance of IOSessionImpl.
- ioThreadCount - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- ioThreadCount - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- isAcquired() - Method in class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy.InternalBuffer
- isAcquired() - Method in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- isAcquired() - Method in interface org.apache.http.nio.reactor.ssl.SSLBuffer
-
Tests to see if this buffer has been acquired.
- isAppInputReady() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Reads encrypted data and returns whether the channel associated with this session has any decrypted inbound data available for reading.
- isAppOutputReady() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Returns whether the channel associated with this session is ready to accept outbound unecrypted data for writing.
- isBlank(CharSequence) - Static method in class org.apache.http.util.TextUtils
-
Returns true if the parameter is null or contains only whitespace
- isBound() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- isBound() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- isCancelled() - Method in class org.apache.http.concurrent.BasicFuture
- isChunked() - Method in class org.apache.http.entity.AbstractHttpEntity
-
Obtains the 'chunked' flag.
- isChunked() - Method in class org.apache.http.entity.BufferedHttpEntity
-
Tells that this entity does not have to be chunked.
- isChunked() - Method in class org.apache.http.entity.HttpEntityWrapper
- isChunked() - Method in interface org.apache.http.HttpEntity
-
Tells about chunked encoding for this entity.
- isChunked() - Method in class org.apache.http.nio.entity.ContentBufferEntity
- isClosed() - Method in class org.apache.http.impl.nio.pool.BasicNIOPoolEntry
- isClosed() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- isClosed() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- isClosed() - Method in class org.apache.http.impl.pool.BasicPoolEntry
- isClosed() - Method in interface org.apache.http.nio.reactor.IOSession
-
Determines if the session has been terminated.
- isClosed() - Method in interface org.apache.http.nio.reactor.ListenerEndpoint
-
Determines if this endpoint has been closed and is no longer listens for incoming connections.
- isClosed() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- isClosed() - Method in class org.apache.http.pool.PoolEntry
-
Returns
true
if the pool entry has been invalidated. - isComparable(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
-
Checks whether this protocol can be compared to another one.
- isCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
- isCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- isCompleted() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- isCompleted() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- isCompleted() - Method in interface org.apache.http.nio.ContentDecoder
-
Returns
true
if the entity has been received in its entirety. - isCompleted() - Method in interface org.apache.http.nio.ContentEncoder
-
Returns
true
if the entity has been transferred in its entirety. - isCompleted() - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Determines whether or not the message exchange has been completed.
- isCompleted() - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- isCompleted() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Determines whether the request has been completed (either successfully or unsuccessfully).
- isDataAvailable(int) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- isDataAvailable(int) - Method in class org.apache.http.impl.io.SocketInputBuffer
-
Deprecated.
- isDataAvailable(int) - Method in interface org.apache.http.io.SessionInputBuffer
-
Deprecated.(4.3) do not use. This function should be provided at the connection level
- isDone() - Method in class org.apache.http.concurrent.BasicFuture
- isDone() - Method in class org.apache.http.nio.pool.LeaseRequest
- isDone() - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- isDone() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- isDone() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- isDone() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- isDone() - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Determines whether or not the response processing completed.
- isDone() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Determines whether or not the request execution completed.
- isDone() - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Determines whether or not the response processing completed.
- isDone() - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- isDone() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- isEmpty() - Method in class org.apache.http.util.ByteArrayBuffer
- isEmpty() - Method in class org.apache.http.util.CharArrayBuffer
- isEmpty(CharSequence) - Static method in class org.apache.http.util.TextUtils
-
Returns true if the parameter is null or of zero length
- isEndOfStream() - Method in class org.apache.http.nio.util.SharedInputBuffer
- isEndOfStream() - Method in class org.apache.http.nio.util.SimpleInputBuffer
- isEof() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- isEof() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- isEof() - Method in class org.apache.http.impl.io.SocketInputBuffer
-
Deprecated.
- isEof() - Method in interface org.apache.http.io.EofSensor
-
Deprecated.
- isExpectationFailed() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- isExpired(long) - Method in class org.apache.http.pool.PoolEntry
- isFull() - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns
true
if this buffer is full, that is, itsByteArrayBuffer.length()
is equal to itsByteArrayBuffer.capacity()
. - isFull() - Method in class org.apache.http.util.CharArrayBuffer
-
Returns
true
if this buffer is full, that is, itsCharArrayBuffer.length()
is equal to itsCharArrayBuffer.capacity()
. - isHandled() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- isHttpSeparator(char) - Method in class org.apache.http.message.BasicTokenIterator
-
Checks whether a character is an HTTP separator.
- isInboundDone() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Returns whether the session will produce any more inbound data.
- isInitialized() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Returns
true
is the session has been fully initialized,false
otherwise. - isInterestOpQueued() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines whether or not I/O interest operations are to be queued and executed asynchronously by the I/O reactor thread or to be applied to the underlying
SelectionKey
immediately. - ISO_8859_1 - Static variable in class org.apache.http.Consts
- ISO_8859_1 - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- isOneOf(String[], String) - Static method in class org.apache.http.impl.DefaultHttpRequestFactory
- isOpen() - Method in interface org.apache.http.HttpConnection
-
Checks if this connection is open.
- isOpen() - Method in class org.apache.http.impl.BHttpConnectionBase
- isOpen() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- isOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- isOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- isOpen() - Method in class org.apache.http.nio.ContentDecoderChannel
- isOpen() - Method in class org.apache.http.nio.ContentEncoderChannel
- isOpen() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession.InternalByteChannel
- isOutboundDone() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Returns whether the session will accept any more outbound data.
- isParameterFalse(String) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- isParameterFalse(String) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Checks if a boolean parameter is not set or
false
. - isParameterSet(String) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Is the parameter set?
- isParameterSet(String) - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- isParameterSetLocally(String) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Is the parameter set in this object?
- isParameterSetLocally(String) - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- isParameterTrue(String) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- isParameterTrue(String) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Checks if a boolean parameter is set to
true
. - isRepeatable() - Method in class org.apache.http.entity.BasicHttpEntity
-
Tells that this entity is not repeatable.
- isRepeatable() - Method in class org.apache.http.entity.BufferedHttpEntity
-
Tells that this entity is repeatable.
- isRepeatable() - Method in class org.apache.http.entity.ByteArrayEntity
- isRepeatable() - Method in class org.apache.http.entity.EntityTemplate
- isRepeatable() - Method in class org.apache.http.entity.FileEntity
- isRepeatable() - Method in class org.apache.http.entity.HttpEntityWrapper
- isRepeatable() - Method in class org.apache.http.entity.InputStreamEntity
- isRepeatable() - Method in class org.apache.http.entity.SerializableEntity
- isRepeatable() - Method in class org.apache.http.entity.StringEntity
- isRepeatable() - Method in interface org.apache.http.HttpEntity
-
Tells if the entity is capable of producing its data more than once.
- isRepeatable() - Method in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.nio.entity.EntityAsyncContentProducer
- isRepeatable() - Method in interface org.apache.http.nio.entity.HttpAsyncContentProducer
-
Determines whether or not this producer is capable of producing its content more than once.
- isRepeatable() - Method in class org.apache.http.nio.entity.NByteArrayEntity
- isRepeatable() - Method in class org.apache.http.nio.entity.NFileEntity
- isRepeatable() - Method in class org.apache.http.nio.entity.NStringEntity
- isRepeatable() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- isRepeatable() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Determines whether or not this producer is capable of producing HTTP request messages more than once.
- isRequestSent() - Method in class org.apache.http.protocol.HttpCoreContext
- isRequestSubmitted() - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- isRequestSubmitted() - Method in interface org.apache.http.nio.NHttpClientConnection
-
Returns
true
if an HTTP request has been submitted to the target server. - isResponseAvailable(int) - Method in interface org.apache.http.HttpClientConnection
-
Checks if response data is available from the connection.
- isResponseAvailable(int) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- isResponseAvailable(int) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- isResponseSubmitted() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- isResponseSubmitted() - Method in interface org.apache.http.nio.NHttpServerConnection
-
Returns
true
if an HTTP response has been submitted to the client. - isSeparator(char) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Checks whether a character is a
separator
. - isShutdown() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- isShutdown() - Method in class org.apache.http.nio.util.SharedInputBuffer
- isShutdown() - Method in class org.apache.http.pool.AbstractConnPool
- isShutDown - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- isShutDown - Variable in class org.apache.http.pool.AbstractConnPool
- isSoKeepalive() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default value of the
SocketOptions.SO_KEEPALIVE
parameter for newly created sockets. - isSoKeepAlive() - Method in class org.apache.http.config.SocketConfig
-
Determines the default value of the
SocketOptions.SO_KEEPALIVE
parameter for newly created sockets. - isSoReuseAddress() - Method in class org.apache.http.config.SocketConfig
-
Determines the default value of the
SocketOptions.SO_REUSEADDR
parameter for newly created sockets. - isSoReuseAddress() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default value of the
SocketOptions.SO_REUSEADDR
parameter for newly created sockets. - isStale() - Method in interface org.apache.http.HttpConnection
-
Checks whether this connection has gone down.
- isStale() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- isStale() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- isStale() - Method in class org.apache.http.impl.BHttpConnectionBase
- isStale() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- isStaleCheckingEnabled(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Obtains value of the
CoreConnectionPNames.STALE_CONNECTION_CHECK
parameter. - isStreaming() - Method in class org.apache.http.entity.BasicHttpEntity
- isStreaming() - Method in class org.apache.http.entity.BufferedHttpEntity
- isStreaming() - Method in class org.apache.http.entity.ByteArrayEntity
-
Tells that this entity is not streaming.
- isStreaming() - Method in class org.apache.http.entity.EntityTemplate
- isStreaming() - Method in class org.apache.http.entity.FileEntity
-
Tells that this entity is not streaming.
- isStreaming() - Method in class org.apache.http.entity.HttpEntityWrapper
- isStreaming() - Method in class org.apache.http.entity.InputStreamEntity
- isStreaming() - Method in class org.apache.http.entity.SerializableEntity
- isStreaming() - Method in class org.apache.http.entity.StringEntity
-
Tells that this entity is not streaming.
- isStreaming() - Method in interface org.apache.http.HttpEntity
-
Tells whether this entity depends on an underlying stream.
- isStreaming() - Method in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- isStreaming() - Method in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- isStreaming() - Method in class org.apache.http.nio.entity.NByteArrayEntity
- isStreaming() - Method in class org.apache.http.nio.entity.NFileEntity
- isStreaming() - Method in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.
- isStreaming() - Method in class org.apache.http.nio.entity.NStringEntity
- isStreaming() - Method in class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- isTcpNoDelay() - Method in class org.apache.http.config.SocketConfig
-
Determines the default value of the
SocketOptions.TCP_NODELAY
parameter for newly created sockets. - isTcpNoDelay() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Determines the default value of the
SocketOptions.TCP_NODELAY
parameter for newly created sockets. - isTerminated() - Method in class org.apache.http.impl.bootstrap.RequestListener
- isTerminated() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- isTerminated() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- isTokenChar(char) - Method in class org.apache.http.message.BasicTokenIterator
-
Checks whether a character is a valid token character.
- isTokenSeparator(char) - Method in class org.apache.http.message.BasicTokenIterator
-
Checks whether a character is a token separator.
- isTrusted(X509Certificate[], String) - Method in interface org.apache.http.ssl.TrustStrategy
-
Determines whether the certificate chain can be trusted without consulting the trust manager configured in the actual SSL context.
- isUnsafe(char) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Checks whether a character is
unsafe
. - isValid() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- isValid() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- isWhitespace(char) - Method in class org.apache.http.message.BasicTokenIterator
-
Checks whether a character is a whitespace character.
- isWhitespace(char) - Static method in class org.apache.http.message.TokenParser
- isWhitespace(char) - Static method in class org.apache.http.protocol.HTTP
- isWorkerRunning() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- items - Variable in class org.apache.http.config.RegistryBuilder
- iterator() - Method in class org.apache.http.message.HeaderGroup
-
Returns an iterator over this group of headers.
- iterator(String) - Method in class org.apache.http.message.HeaderGroup
-
Returns an iterator over the headers with a given name in this group.
K
- keepAlive - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- keepAlive - Variable in class org.apache.http.nio.protocol.ErrorResponseProducer
- keepAlive - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- keepAlive(HttpResponse, HttpContext) - Method in interface org.apache.http.ConnectionReuseStrategy
-
Decides whether a connection can be kept open after a request.
- keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
- keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.NoConnectionReuseStrategy
- key - Variable in class org.apache.http.impl.nio.reactor.InterestOpEntry
- key - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- key - Variable in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- key - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- keyManager - Variable in class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- KeyManagerDelegate(X509ExtendedKeyManager, PrivateKeyStrategy) - Constructor for class org.apache.http.ssl.SSLContextBuilder.KeyManagerDelegate
- keyManagerFactoryAlgorithm - Variable in class org.apache.http.ssl.SSLContextBuilder
- keyManagers - Variable in class org.apache.http.ssl.SSLContextBuilder
- keyStoreType - Variable in class org.apache.http.ssl.SSLContextBuilder
L
- LangUtils - Class in org.apache.http.util
-
A set of utility methods to help produce consistent
equals
andhashCode
methods. - LangUtils() - Constructor for class org.apache.http.util.LangUtils
-
Disabled default constructor.
- LAST_MODIFIED - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.10, RFC 2616 (HTTP/1.1) Section 14.29
- lastAccessTime - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- lastAccessTime - Variable in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- lastIndex - Variable in class org.apache.http.message.BasicListHeaderIterator
-
The position of the last returned header.
- lastReadTime - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- lastReadTime - Variable in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- lastTimeoutCheck - Variable in class org.apache.http.impl.nio.reactor.BaseIOReactor
- lastTimeoutCheck - Variable in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- lastWriteTime - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- lastWriteTime - Variable in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- LaxContentLengthStrategy - Class in org.apache.http.impl.entity
-
The lax implementation of the content length strategy.
- LaxContentLengthStrategy() - Constructor for class org.apache.http.impl.entity.LaxContentLengthStrategy
-
Creates
LaxContentLengthStrategy
instance. - LaxContentLengthStrategy(int) - Constructor for class org.apache.http.impl.entity.LaxContentLengthStrategy
-
Creates
LaxContentLengthStrategy
instance with the given length used per default when content length is not explicitly specified in the message. - lcHostname - Variable in class org.apache.http.HttpHost
-
The lowercase host, for
HttpHost.equals(java.lang.Object)
andHttpHost.hashCode()
. - lease(HttpHost, Object) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- lease(HttpHost, Object, FutureCallback<BasicNIOPoolEntry>) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- lease(T, Object) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- lease(T, Object) - Method in class org.apache.http.pool.AbstractConnPool
-
Attempts to lease a connection for the given route and with the given state from the pool.
- lease(T, Object, long, long, TimeUnit, FutureCallback<E>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- lease(T, Object, long, TimeUnit, FutureCallback<E>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- lease(T, Object, FutureCallback<E>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- lease(T, Object, FutureCallback<E>) - Method in class org.apache.http.pool.AbstractConnPool
-
Attempts to lease a connection for the given route and with the given state from the pool.
- lease(T, Object, FutureCallback<E>) - Method in interface org.apache.http.pool.ConnPool
-
Attempts to lease a connection for the given route and with the given state from the pool.
- leased - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- leased - Variable in class org.apache.http.nio.pool.RouteSpecificPool
- leased - Variable in class org.apache.http.pool.AbstractConnPool
- leased - Variable in class org.apache.http.pool.PoolStats
- leased - Variable in class org.apache.http.pool.RouteSpecificPool
- LeaseRequest<T,C,E extends PoolEntry<T,C>> - Class in org.apache.http.nio.pool
- LeaseRequest(T, Object, long, long, BasicFuture<E>) - Constructor for class org.apache.http.nio.pool.LeaseRequest
-
Contructor
- leasingRequests - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- len - Variable in class org.apache.http.entity.ByteArrayEntity
- len - Variable in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
- len - Variable in class org.apache.http.nio.entity.NByteArrayEntity
- len - Variable in class org.apache.http.util.ByteArrayBuffer
- len - Variable in class org.apache.http.util.CharArrayBuffer
- length - Variable in class org.apache.http.entity.BasicHttpEntity
- length - Variable in class org.apache.http.entity.InputStreamEntity
- length - Variable in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- length() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- length() - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- length() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- length() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- length() - Method in interface org.apache.http.io.BufferInfo
-
Return length data stored in the buffer
- length() - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Returns the length of this buffer.
- length() - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Returns the length of this buffer.
- length() - Method in interface org.apache.http.nio.util.BufferInfo
-
Deprecated.
- length() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Returns the length of this buffer.
- length() - Method in class org.apache.http.nio.util.SharedInputBuffer
- length() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- length() - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns the length of the buffer (byte count).
- length() - Method in class org.apache.http.util.CharArrayBuffer
-
Returns the length of the buffer (char count).
- LengthDelimitedDecoder - Class in org.apache.http.impl.nio.codecs
-
Content decoder that cuts off after a defined number of bytes.
- LengthDelimitedDecoder(ReadableByteChannel, SessionInputBuffer, HttpTransportMetricsImpl, long) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
- LengthDelimitedEncoder - Class in org.apache.http.impl.nio.codecs
-
Content encoder that cuts off after a defined number of bytes.
- LengthDelimitedEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl, long) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- LengthDelimitedEncoder(WritableByteChannel, SessionOutputBuffer, HttpTransportMetricsImpl, long, int) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- lenStrategy - Variable in class org.apache.http.impl.entity.EntityDeserializer
-
Deprecated.
- lenStrategy - Variable in class org.apache.http.impl.entity.EntitySerializer
-
Deprecated.
- lessEquals(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
-
Tests if this protocol version is less or equal to the given one.
- LF - Static variable in class org.apache.http.Consts
- LF - Static variable in class org.apache.http.message.TokenParser
-
US-ASCII LF, line feed (10)
- LF - Static variable in class org.apache.http.protocol.HTTP
- lineBuf - Variable in class org.apache.http.impl.io.AbstractMessageWriter
- lineBuf - Variable in class org.apache.http.impl.io.DefaultHttpRequestParser
- lineBuf - Variable in class org.apache.http.impl.io.DefaultHttpResponseParser
- lineBuf - Variable in class org.apache.http.impl.io.HttpRequestParser
-
Deprecated.
- lineBuf - Variable in class org.apache.http.impl.io.HttpResponseParser
-
Deprecated.
- lineBuf - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- lineBuf - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageWriter
- lineBuf - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- lineBuffer - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- lineBuffer - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- lineBuffer - Variable in class org.apache.http.impl.nio.codecs.ChunkEncoder
- lineBufferSize - Variable in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- lineBufferSize - Variable in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- lineFormatter - Variable in class org.apache.http.impl.io.AbstractMessageWriter
- lineFormatter - Variable in class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
- lineFormatter - Variable in class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
- lineFormatter - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageWriter
- lineFormatter - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriterFactory
- lineFormatter - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriterFactory
- LineFormatter - Interface in org.apache.http.message
-
Interface for formatting elements of the HEAD section of an HTTP message.
- lineFromLineBuffer(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.Reads a complete line of characters up to a line delimiter from this session buffer.
- lineFromLineBuffer(CharArrayBuffer) - Method in class org.apache.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.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- lineFromReadBuffer(CharArrayBuffer, int) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- lineLen(int) - Static method in class org.apache.http.config.MessageConstraints
- lineParser - Variable in class org.apache.http.impl.io.AbstractMessageParser
- lineParser - Variable in class org.apache.http.impl.io.DefaultHttpRequestParserFactory
- lineParser - Variable in class org.apache.http.impl.io.DefaultHttpResponseParserFactory
- lineParser - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- lineParser - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
- lineParser - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
- LineParser - Interface in org.apache.http.message
-
Interface for parsing lines in the HEAD section of an HTTP message.
- list - Variable in class org.apache.http.protocol.ChainBuilder
- listen(SocketAddress) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- listen(SocketAddress) - Method in interface org.apache.http.nio.reactor.ListeningIOReactor
-
Opens a new listener endpoint with the given socket address.
- ListenerEndpoint - Interface in org.apache.http.nio.reactor
-
ListenerEndpoint interface represents an endpoint used by an I/O reactor to listen for incoming connection from remote clients.
- ListenerEndpointClosedCallback - Interface in org.apache.http.impl.nio.reactor
-
Listener endpoint callback interface used internally by I/O reactor implementations.
- ListenerEndpointImpl - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
ListenerEndpoint
. - ListenerEndpointImpl(SocketAddress, ListenerEndpointClosedCallback) - Constructor for class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- listenerExecutorService - Variable in class org.apache.http.impl.bootstrap.HttpServer
- listenerExecutorService - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- listenerPort - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- listenerPort - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- ListeningIOReactor - Interface in org.apache.http.nio.reactor
-
ListeningIOReactor represents an I/O reactor capable of listening for incoming connections on one or several ports.
- loadKeyMaterial(File, char[], char[]) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadKeyMaterial(File, char[], char[], PrivateKeyStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadKeyMaterial(URL, char[], char[]) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadKeyMaterial(URL, char[], char[], PrivateKeyStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadKeyMaterial(KeyStore, char[]) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadKeyMaterial(KeyStore, char[], PrivateKeyStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(File) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(File, char[]) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(File, char[], TrustStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(URL, char[]) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(URL, char[], TrustStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(KeyStore, TrustStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadTrustMaterial(TrustStrategy) - Method in class org.apache.http.ssl.SSLContextBuilder
- loadVersionInfo(String[], ClassLoader) - Static method in class org.apache.http.util.VersionInfo
-
Loads version information for a list of packages.
- loadVersionInfo(String, ClassLoader) - Static method in class org.apache.http.util.VersionInfo
-
Loads version information for a package.
- local - Variable in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.
- local - Variable in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- localAddress - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- localAddress - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- localAddress - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- localContext - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- localContext - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- localContext - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- locale - Variable in class org.apache.http.message.BasicHttpResponse
- locateLF() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- LOCATION - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.11, RFC 2616 (HTTP/1.1) Section 14.30
- lock - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- lock - Variable in class org.apache.http.nio.util.SharedInputBuffer
- lock - Variable in class org.apache.http.nio.util.SharedOutputBuffer
- lock - Variable in class org.apache.http.pool.AbstractConnPool
- LOCK_TOKEN - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.5
- log(Exception) - Method in interface org.apache.http.ExceptionLogger
- log(Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncRequester
-
This method can be used to log I/O exception thrown while closing
Closeable
objects (such asHttpConnection
}). - log(Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
-
This method can be used to log I/O exception thrown while closing
Closeable
objects (such asHttpConnection
}). - log(Exception) - Method in class org.apache.http.nio.protocol.HttpAsyncService
-
This method can be used to log I/O exception thrown while closing
Closeable
objects (such asHttpConnection
). - lookup(String) - Method in interface org.apache.http.config.Lookup
- lookup(String) - Method in class org.apache.http.config.Registry
- lookup(String) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler.RequestHandlerResolverAdaptor
-
Deprecated.
- lookup(String) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.
- lookup(String) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestHandlerResolver
-
Deprecated.Looks up a handler matching the given request URI.
- lookup(String) - Method in class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.
- lookup(String) - Method in interface org.apache.http.nio.protocol.NHttpRequestHandlerResolver
-
Deprecated.Looks up a handler matching the given request URI.
- lookup(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.
- lookup(String) - Method in interface org.apache.http.protocol.HttpRequestHandlerResolver
-
Deprecated.Looks up a handler matching the given request URI.
- lookup(String) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Looks up an object matching the given request path.
- lookup(String) - Static method in class org.apache.http.util.CharsetUtils
- lookup(HttpRequest) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestHandlerMapper
-
Looks up a handler matching the given request.
- lookup(HttpRequest) - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter
-
Deprecated.
- lookup(HttpRequest) - Method in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
-
Looks up a handler matching the given request URI.
- lookup(HttpRequest) - Method in interface org.apache.http.protocol.HttpRequestHandlerMapper
-
Looks up a handler matching the given request.
- lookup(HttpRequest) - Method in class org.apache.http.protocol.HttpService.HttpRequestHandlerResolverAdapter
-
Deprecated.
- lookup(HttpRequest) - Method in class org.apache.http.protocol.UriHttpRequestHandlerMapper
-
Looks up a handler matching the given request URI.
- Lookup<I> - Interface in org.apache.http.config
-
Generic lookup by low-case string ID.
- lowerBound - Variable in class org.apache.http.message.ParserCursor
M
- major - Variable in class org.apache.http.ProtocolVersion
-
Major version number of the protocol
- MalformedChunkCodingException - Exception in org.apache.http
-
Signals a malformed chunked stream.
- MalformedChunkCodingException() - Constructor for exception org.apache.http.MalformedChunkCodingException
-
Creates a MalformedChunkCodingException without a detail message.
- MalformedChunkCodingException(String) - Constructor for exception org.apache.http.MalformedChunkCodingException
-
Creates a MalformedChunkCodingException with the specified detail message.
- malformedInputAction - Variable in class org.apache.http.config.ConnectionConfig.Builder
- malformedInputAction - Variable in class org.apache.http.config.ConnectionConfig
- map - Variable in class org.apache.http.config.Registry
- map - Variable in class org.apache.http.protocol.BasicHttpContext
- map - Variable in class org.apache.http.protocol.UriPatternMatcher
- mark(int) - Method in class org.apache.http.impl.io.EmptyInputStream
- markSupported() - Method in class org.apache.http.impl.io.EmptyInputStream
- matcher - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.
- matcher - Variable in class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.
- matcher - Variable in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
- matcher - Variable in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.
- matcher - Variable in class org.apache.http.protocol.UriHttpRequestHandlerMapper
- matchUriRequestPattern(String, String) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Tests if the given request path matches the given pattern.
- max - Variable in class org.apache.http.pool.PoolStats
- MAX_FORWARDS - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.31
- MAX_HEADER_COUNT - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Determines the maximum HTTP header count allowed.
- MAX_INITIAL_BUFFER_SIZE - Static variable in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- MAX_INITIAL_BUFFER_SIZE - Static variable in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- MAX_LINE_LENGTH - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Determines the maximum line length limit.
- maxHeaderCount - Variable in class org.apache.http.config.MessageConstraints.Builder
- maxHeaderCount - Variable in class org.apache.http.config.MessageConstraints
- maxLineLen - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- maxLineLength - Variable in class org.apache.http.config.MessageConstraints.Builder
- maxLineLength - Variable in class org.apache.http.config.MessageConstraints
- maxPerRoute - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- maxPerRoute - Variable in class org.apache.http.pool.AbstractConnPool
- maxTotal - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- maxTotal - Variable in class org.apache.http.pool.AbstractConnPool
- message - Variable in class org.apache.http.impl.io.AbstractMessageParser
- message - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- message - Variable in exception org.apache.http.MessageConstraintException
- MessageConstraintException - Exception in org.apache.http
-
Signals a message constraint violation.
- MessageConstraintException(String) - Constructor for exception org.apache.http.MessageConstraintException
-
Creates a TruncatedChunkException with the specified detail message.
- messageConstraints - Variable in class org.apache.http.config.ConnectionConfig.Builder
- messageConstraints - Variable in class org.apache.http.config.ConnectionConfig
- messageConstraints - Variable in class org.apache.http.impl.BHttpConnectionBase
- messageConstraints - Variable in class org.apache.http.impl.io.AbstractMessageParser
- MessageConstraints - Class in org.apache.http.config
-
HTTP Message constraints: line length and header count.
- MessageConstraints(int, int) - Constructor for class org.apache.http.config.MessageConstraints
- MessageConstraints.Builder - Class in org.apache.http.config
- MessageState - Enum in org.apache.http.nio.protocol
- MessageState() - Constructor for enum org.apache.http.nio.protocol.MessageState
- method - Variable in class org.apache.http.message.BasicHttpRequest
- method - Variable in class org.apache.http.message.BasicRequestLine
- MethodNotSupportedException - Exception in org.apache.http
-
Signals that an HTTP method is not supported.
- MethodNotSupportedException(String) - Constructor for exception org.apache.http.MethodNotSupportedException
-
Creates a new MethodNotSupportedException with the specified detail message.
- MethodNotSupportedException(String, Throwable) - Constructor for exception org.apache.http.MethodNotSupportedException
-
Creates a new MethodNotSupportedException with the specified detail message and cause.
- metrics - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- metrics - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- metrics - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- metrics - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- metrics - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- metrics - Variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- metrics - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
- metrics - Variable in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
- metricsCache - Variable in class org.apache.http.impl.HttpConnectionMetricsImpl
-
The cache map for all metrics values.
- mimeType - Variable in class org.apache.http.entity.ContentType
- MIN_CHUNK_LIMIT - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Defines the size limit below which data chunks should be buffered in a session I/O buffer in order to minimize native method invocations on the underlying network socket.
- minChunkLimit - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- minChunkLimit - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- minChunkLimit - Variable in class org.apache.http.impl.io.SessionInputBufferImpl
- minor - Variable in class org.apache.http.ProtocolVersion
-
Minor version number of the protocol
- mode - Variable in class org.apache.http.nio.util.ExpandableBuffer
- MULTIPART_FORM_DATA - Static variable in class org.apache.http.entity.ContentType
N
- name - Variable in class org.apache.http.message.BasicHeader
- name - Variable in class org.apache.http.message.BasicHeaderElement
- name - Variable in class org.apache.http.message.BasicNameValuePair
- name - Variable in class org.apache.http.message.BufferedHeader
-
Header name.
- namePrefix - Variable in class org.apache.http.impl.bootstrap.ThreadFactoryImpl
- namePrefix - Variable in class org.apache.http.impl.nio.bootstrap.ThreadFactoryImpl
- NameValuePair - Interface in org.apache.http
-
A name-value pair parameter used as an element of HTTP messages.
- NByteArrayEntity - Class in org.apache.http.nio.entity
-
A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.
- NByteArrayEntity(byte[]) - Constructor for class org.apache.http.nio.entity.NByteArrayEntity
- NByteArrayEntity(byte[], int, int) - Constructor for class org.apache.http.nio.entity.NByteArrayEntity
- NByteArrayEntity(byte[], int, int, ContentType) - Constructor for class org.apache.http.nio.entity.NByteArrayEntity
- NByteArrayEntity(byte[], ContentType) - Constructor for class org.apache.http.nio.entity.NByteArrayEntity
- NetUtils - Class in org.apache.http.util
- NetUtils() - Constructor for class org.apache.http.util.NetUtils
- newChannels - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- newHttpRequest(String, String) - Method in interface org.apache.http.HttpRequestFactory
- newHttpRequest(String, String) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
- newHttpRequest(RequestLine) - Method in interface org.apache.http.HttpRequestFactory
- newHttpRequest(RequestLine) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
- newHttpResponse(ProtocolVersion, int, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
-
Creates a new response from status line elements.
- newHttpResponse(ProtocolVersion, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
- newHttpResponse(StatusLine, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
-
Creates a new response from a status line.
- newHttpResponse(StatusLine, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
- newThread(Runnable) - Method in class org.apache.http.impl.bootstrap.ThreadFactoryImpl
- newThread(Runnable) - Method in class org.apache.http.impl.nio.bootstrap.ThreadFactoryImpl
- newThread(Runnable) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.DefaultThreadFactory
- next() - Method in class org.apache.http.message.BasicHeaderElementIterator
- next() - Method in class org.apache.http.message.BasicHeaderIterator
-
Returns the next header.
- next() - Method in class org.apache.http.message.BasicListHeaderIterator
-
Returns the next header.
- next() - Method in class org.apache.http.message.BasicTokenIterator
-
Returns the next token.
- nextChunk() - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Read the next chunk.
- nextChunk(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- nextElement() - Method in interface org.apache.http.HeaderElementIterator
-
Obtains the next header element from this iteration.
- nextElement() - Method in class org.apache.http.message.BasicHeaderElementIterator
- nextHeader() - Method in interface org.apache.http.HeaderIterator
-
Obtains the next header from this iteration.
- nextHeader() - Method in class org.apache.http.message.BasicHeaderIterator
-
Obtains the next header from this iteration.
- nextHeader() - Method in class org.apache.http.message.BasicListHeaderIterator
-
Obtains the next header from this iteration.
- nextPending() - Method in class org.apache.http.pool.RouteSpecificPool
- nextToken() - Method in class org.apache.http.message.BasicTokenIterator
-
Obtains the next token from this iteration.
- nextToken() - Method in interface org.apache.http.TokenIterator
-
Obtains the next token from this iteration.
- NFileEntity - Class in org.apache.http.nio.entity
-
A self contained, repeatable non-blocking entity that retrieves its content from a file.
- NFileEntity(File) - Constructor for class org.apache.http.nio.entity.NFileEntity
- NFileEntity(File, String) - Constructor for class org.apache.http.nio.entity.NFileEntity
-
Deprecated.(4.2) use
NFileEntity(File, ContentType)
- NFileEntity(File, String, boolean) - Constructor for class org.apache.http.nio.entity.NFileEntity
-
Deprecated.(4.2) use
NFileEntity(File, ContentType, boolean)
- NFileEntity(File, ContentType) - Constructor for class org.apache.http.nio.entity.NFileEntity
-
Creates new instance of NFileEntity from the given source
File
with the given content type. - NFileEntity(File, ContentType, boolean) - Constructor for class org.apache.http.nio.entity.NFileEntity
-
Creates new instance of NFileEntity from the given source
File
with the given content type. - NHttpClientConnection - Interface in org.apache.http.nio
-
Abstract non-blocking client-side HTTP connection interface.
- NHttpClientEventHandler - Interface in org.apache.http.nio
-
Abstract client-side HTTP protocol handler.
- NHttpClientEventHandlerAdaptor - Class in org.apache.http.impl.nio
-
Deprecated.(4.2)
- NHttpClientEventHandlerAdaptor(NHttpClientHandler) - Constructor for class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- NHttpClientHandler - Interface in org.apache.http.nio
-
Deprecated.(4.2) use
NHttpClientEventHandler
- NHttpClientIOTarget - Interface in org.apache.http.nio
-
Deprecated.(4.2) no longer used
- NHttpConnection - Interface in org.apache.http.nio
-
Abstract non-blocking HTTP connection interface.
- NHttpConnectionBase - Class in org.apache.http.impl.nio
-
This class serves as a base for all
NHttpConnection
implementations and provides functionality common to both client and server HTTP connections. - NHttpConnectionBase(IOSession, int, int, ByteBufferAllocator, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.http.impl.nio.NHttpConnectionBase
-
Creates new instance NHttpConnectionBase given the underlying I/O session.
- NHttpConnectionBase(IOSession, int, int, ByteBufferAllocator, CharsetDecoder, CharsetEncoder, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.http.impl.nio.NHttpConnectionBase
-
Creates new instance NHttpConnectionBase given the underlying I/O session.
- NHttpConnectionBase(IOSession, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.NHttpConnectionBase
- NHttpConnectionFactory<T extends NHttpConnection> - Interface in org.apache.http.nio
-
Factory for
NHttpConnection
instances. - NHttpEntityWrapper - Class in org.apache.http.nio.entity
-
Deprecated.(4.2) use
EntityAsyncContentProducer
- NHttpEntityWrapper(HttpEntity) - Constructor for class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.
- NHttpHandlerBase - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) do not use
- NHttpHandlerBase(HttpProcessor, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- NHttpMessageParser<T extends HttpMessage> - Interface in org.apache.http.nio
-
Abstract HTTP message parser for non-blocking connections.
- NHttpMessageParserFactory<T extends HttpMessage> - Interface in org.apache.http.nio
-
Factory for
NHttpMessageParser
instances. - NHttpMessageWriter<T extends HttpMessage> - Interface in org.apache.http.nio
-
Abstract HTTP message writer for non-blocking connections.
- NHttpMessageWriterFactory<T extends HttpMessage> - Interface in org.apache.http.nio
-
Factory for
NHttpMessageWriter
instances. - NHttpRequestExecutionHandler - Interface in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestExecutor
andHttpAsyncRequester
- NHttpRequestHandler - Interface in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestHandler
- NHttpRequestHandlerRegistry - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
UriHttpAsyncRequestHandlerMapper
- NHttpRequestHandlerRegistry() - Constructor for class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.
- NHttpRequestHandlerResolver - Interface in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestHandlerResolver
- NHttpResponseTrigger - Interface in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncExchange
- NHttpServerConnection - Interface in org.apache.http.nio
-
Abstract non-blocking server-side HTTP connection interface.
- NHttpServerEventHandler - Interface in org.apache.http.nio
-
Abstract server-side HTTP event handler.
- NHttpServerEventHandlerAdaptor - Class in org.apache.http.impl.nio
-
Deprecated.(4.2)
- NHttpServerEventHandlerAdaptor(NHttpServiceHandler) - Constructor for class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- NHttpServerIOTarget - Interface in org.apache.http.nio
-
Deprecated.(4.2) no longer used
- NHttpServiceHandler - Interface in org.apache.http.nio
-
Deprecated.(4.2) use
NHttpServerEventHandler
- NIOConnFactory<T,C> - Interface in org.apache.http.nio.pool
-
Factory for poolable non-blocking connections.
- NIOReactorParamBean - Class in org.apache.http.nio.params
-
Deprecated.(4.2) use
IOReactorConfig
- NIOReactorParamBean(HttpParams) - Constructor for class org.apache.http.nio.params.NIOReactorParamBean
-
Deprecated.
- NIOReactorParams - Class in org.apache.http.nio.params
-
Deprecated.(4.2) use
IOReactorConfig
- NIOReactorParams() - Constructor for class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.
- NIOReactorPNames - Interface in org.apache.http.nio.params
-
Deprecated.(4.2) use
IOReactorConfig
- NO_OP - Static variable in interface org.apache.http.ExceptionLogger
- NoConnectionReuseStrategy - Class in org.apache.http.impl
-
A strategy that never re-uses a connection.
- NoConnectionReuseStrategy() - Constructor for class org.apache.http.impl.NoConnectionReuseStrategy
- NoHttpResponseException - Exception in org.apache.http
-
Signals that the target server failed to respond with a valid HTTP response.
- NoHttpResponseException(String) - Constructor for exception org.apache.http.NoHttpResponseException
-
Creates a new NoHttpResponseException with the specified detail message.
- notBlank(CharSequence, String) - Static method in class org.apache.http.util.Asserts
- notBlank(T, String) - Static method in class org.apache.http.util.Args
- notEmpty(CharSequence, String) - Static method in class org.apache.http.util.Asserts
- notEmpty(T, String) - Static method in class org.apache.http.util.Args
- notNegative(int, String) - Static method in class org.apache.http.util.Args
- notNegative(long, String) - Static method in class org.apache.http.util.Args
- notNull(Object, String) - Static method in class org.apache.http.util.Asserts
- notNull(T, String) - Static method in class org.apache.http.util.Args
- NStringEntity - Class in org.apache.http.nio.entity
-
A simple, self contained, repeatable non-blocking entity that retrieves its content from a
String
object. - NStringEntity(String) - Constructor for class org.apache.http.nio.entity.NStringEntity
-
Creates a NStringEntity with the specified content.
- NStringEntity(String, String) - Constructor for class org.apache.http.nio.entity.NStringEntity
-
Creates a NStringEntity with the specified content and charset.
- NStringEntity(String, Charset) - Constructor for class org.apache.http.nio.entity.NStringEntity
-
Creates a NStringEntity with the specified content and charset.
- NStringEntity(String, ContentType) - Constructor for class org.apache.http.nio.entity.NStringEntity
-
Creates a NStringEntity with the specified content and content type.
- NullNHttpEntity - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2)
- NullNHttpEntity(HttpEntity) - Constructor for class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- NullRequestConsumer - Class in org.apache.http.nio.protocol
- NullRequestConsumer() - Constructor for class org.apache.http.nio.protocol.NullRequestConsumer
- NullRequestHandler - Class in org.apache.http.nio.protocol
- NullRequestHandler() - Constructor for class org.apache.http.nio.protocol.NullRequestHandler
O
- objRef - Variable in class org.apache.http.entity.SerializableEntity
- objSer - Variable in class org.apache.http.entity.SerializableEntity
- Obsolete - Annotation Type in org.apache.http.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.
- OCTET_STREAM_TYPE - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- off - Variable in class org.apache.http.entity.ByteArrayEntity
- off - Variable in class org.apache.http.nio.entity.NByteArrayEntity
- onClose() - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
-
Invoked when the consumer is being closed.
- onClose() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
-
Invoked when the consumer is being closed.
- onClosed(DefaultNHttpClientConnection) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- onClosed(DefaultNHttpServerConnection) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- onClosed(NHttpClientIOTarget) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- onClosed(NHttpServerIOTarget) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- onClosed(T) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- onConnected(DefaultNHttpClientConnection) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- onConnected(DefaultNHttpServerConnection) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- onConnected(NHttpClientIOTarget) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- onConnected(NHttpClientIOTarget) - Method in class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.
- onConnected(NHttpServerIOTarget) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- onConnected(NHttpServerIOTarget) - Method in class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.
- onConnected(T) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
-
Invoked to process a chunk of content from the
ContentDecoder
. - onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
-
Invoked to process a chunk of content from the
ContentDecoder
. - onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- onContentReceived(ContentDecoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
-
Invoked if the request message encloses a content entity.
- onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
-
Invoked if the response message encloses a content entity.
- onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- onEntityEnclosed(HttpEntity, ContentType) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- onException(DefaultNHttpClientConnection, IOException) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- onException(DefaultNHttpServerConnection, IOException) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- onException(NHttpClientIOTarget, IOException) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- onException(NHttpServerIOTarget, IOException) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- onException(T, IOException) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- onInputReady(DefaultNHttpClientConnection) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- onInputReady(DefaultNHttpServerConnection) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- onInputReady(NHttpClientIOTarget) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- onInputReady(NHttpServerIOTarget) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- onInputReady(T) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- onLease(E) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- onLease(E) - Method in class org.apache.http.pool.AbstractConnPool
- onLease(BasicNIOPoolEntry) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- onMalformedCharAction - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- onMalformedCharAction - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- onOutputReady(DefaultNHttpClientConnection) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- onOutputReady(DefaultNHttpServerConnection) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- onOutputReady(NHttpClientIOTarget) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- onOutputReady(NHttpServerIOTarget) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- onOutputReady(T) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- onRelease(E) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- onRelease(E) - Method in class org.apache.http.pool.AbstractConnPool
- onRelease(BasicNIOPoolEntry) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
- onRequestReceived(HttpRequest) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- onRequestReceived(HttpRequest) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- onRequestReceived(HttpRequest) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
-
Invoked when a HTTP request message is received.
- onRequestReceived(HttpRequest) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- onRequestSubmitted(HttpRequest) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- onRequestSubmitted(HttpRequest) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- onResponseReceived(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- onResponseReceived(HttpResponse) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- onResponseReceived(HttpResponse) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
-
Invoked when a HTTP response message is received.
- onResponseReceived(HttpResponse) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- onResponseSubmitted(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- onResponseSubmitted(HttpResponse) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- onReuse(E) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- onReuse(E) - Method in class org.apache.http.pool.AbstractConnPool
- onTimeout(DefaultNHttpClientConnection) - Method in class org.apache.http.impl.nio.DefaultHttpClientIODispatch
- onTimeout(DefaultNHttpServerConnection) - Method in class org.apache.http.impl.nio.DefaultHttpServerIODispatch
- onTimeout(NHttpClientIOTarget) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- onTimeout(NHttpServerIOTarget) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- onTimeout(T) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- onUnmappableCharAction - Variable in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- onUnmappableCharAction - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- open - Variable in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- open - Variable in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- operationAborted() - Static method in class org.apache.http.pool.AbstractConnPool
- org.apache.http - package org.apache.http
-
Core HTTP component APIs and primitives.
- org.apache.http.annotation - package org.apache.http.annotation
-
Provides annotations for public interface definitions
- org.apache.http.concurrent - package org.apache.http.concurrent
-
Core concurrency APIs.
- org.apache.http.config - package org.apache.http.config
-
Core configuration APIs.
- org.apache.http.entity - package org.apache.http.entity
-
Core HTTP entity implementations.
- org.apache.http.impl - package org.apache.http.impl
-
Default implementations of HTTP connections for synchronous, blocking communication.
- org.apache.http.impl.bootstrap - package org.apache.http.impl.bootstrap
-
Embedded server and server bootstrap.
- org.apache.http.impl.entity - package org.apache.http.impl.entity
-
Default implementations of entity content strategies.
- org.apache.http.impl.io - package org.apache.http.impl.io
-
Default implementations of message parses and writers for synchronous, blocking communication.
- org.apache.http.impl.nio - package org.apache.http.impl.nio
-
Default implementations of HTTP connections for asynchronous, even driven communication.
- org.apache.http.impl.nio.bootstrap - package org.apache.http.impl.nio.bootstrap
-
Embedded non-blocking server and server bootstrap.
- org.apache.http.impl.nio.codecs - package org.apache.http.impl.nio.codecs
-
Default implementations of message parses and writers for asynchronous, even driven communication.
- org.apache.http.impl.nio.pool - package org.apache.http.impl.nio.pool
-
Default implementations of client side connection pools for asynchronous, even driven communication.
- org.apache.http.impl.nio.reactor - package org.apache.http.impl.nio.reactor
-
Default implementation of event driven network communication APIs based on Java NIO.
- org.apache.http.impl.nio.ssl - package org.apache.http.impl.nio.ssl
- org.apache.http.impl.pool - package org.apache.http.impl.pool
-
Default implementations of client side connection pools for synchronous, blocking communication.
- org.apache.http.io - package org.apache.http.io
-
HTTP message parser and writer APIs for synchronous, blocking communication.
- org.apache.http.message - package org.apache.http.message
-
Core HTTP message components, message element parser and writer APIs and their default implementations.
- org.apache.http.nio - package org.apache.http.nio
-
Core HTTP component APIs and primitives for asynchronous, event driven communication.
- org.apache.http.nio.entity - package org.apache.http.nio.entity
-
Core HTTP entity implementations with support for asynchronous, event driven communication.
- org.apache.http.nio.params - package org.apache.http.nio.params
-
Deprecated.
- org.apache.http.nio.pool - package org.apache.http.nio.pool
-
Client side connection pools APIs for asynchronous, event driven communication.
- org.apache.http.nio.protocol - package org.apache.http.nio.protocol
-
Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.
- org.apache.http.nio.reactor - package org.apache.http.nio.reactor
-
Event driven network communication APIs loosely based on Doug Lea's reactor pattern.
- org.apache.http.nio.reactor.ssl - package org.apache.http.nio.reactor.ssl
-
TLS/SSL support for asynchronous, event driven communication.
- org.apache.http.nio.util - package org.apache.http.nio.util
-
Core utility classes for asynchronous, event driven communication.
- org.apache.http.params - package org.apache.http.params
-
Deprecated.
- org.apache.http.pool - package org.apache.http.pool
-
Client side connection pools APIs for synchronous, blocking communication.
- org.apache.http.protocol - package org.apache.http.protocol
-
Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication.
- org.apache.http.ssl - package org.apache.http.ssl
-
Utility classes for trust and key material management and TLS/SSL context initialization.
- org.apache.http.util - package org.apache.http.util
-
Core utility classes.
- ORIGIN_SERVER - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the content of the
Server
header. - originServer - Variable in class org.apache.http.protocol.ResponseServer
- out - Variable in class org.apache.http.impl.io.ChunkedOutputStream
- out - Variable in class org.apache.http.impl.io.ContentLengthOutputStream
-
Wrapped session output buffer.
- out - Variable in class org.apache.http.impl.io.IdentityOutputStream
-
Wrapped session output buffer.
- outboundClosedCount - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- outboundTransport() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Sends encrypted data and executes outbound SSL transport operations.
- outbuf - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- outbuffer - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- outbuffer - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- outbuffer - Variable in class org.apache.http.impl.BHttpConnectionBase
- outbuffer - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- outbuffer - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- outEncrypted - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- outgoing - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- Outgoing(HttpRequest, HttpResponse, HttpAsyncResponseProducer, HttpContext) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- outgoingContentStrategy - Variable in class org.apache.http.impl.BHttpConnectionBase
- outgoingContentStrategy - Variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- outgoingContentStrategy - Variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- outgoingContentStrategy - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- outgoingContentStrategy - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- outgoingContentStrategy - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- outgoingContentStrategy - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- outgoingContentStrategy - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- OUTPUT_BUFFER_SIZE - Static variable in class org.apache.http.entity.AbstractHttpEntity
-
Buffer size for output stream processing.
- OUTPUT_MODE - Static variable in class org.apache.http.nio.util.ExpandableBuffer
- outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- outputReady(NHttpClientConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.
- outputReady(NHttpClientConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.
- outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- outputReady(NHttpServerConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.
- outputReady(NHttpServerConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.
- outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- outputReady(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- outputReady(IOSession) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- outputReady(IOSession) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- outputReady(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
-
Triggered when the given session is ready for output.
- outputState - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- outputState - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- outputState - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- outStream - Variable in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- outStream - Variable in class org.apache.http.impl.io.SessionOutputBufferImpl
- outTransportMetric - Variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- outTransportMetrics - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- overwrite - Variable in class org.apache.http.protocol.RequestContent
- overwrite - Variable in class org.apache.http.protocol.ResponseContent
- OVERWRITE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.6
P
- PARAM_DELIMITER - Static variable in class org.apache.http.message.BasicHeaderValueParser
- parameters - Variable in class org.apache.http.message.BasicHeaderElement
- parameters - Variable in class org.apache.http.params.BasicHttpParams
-
Deprecated.Map of HTTP parameters that this collection contains.
- params - Variable in class org.apache.http.entity.ContentType
- params - Variable in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
-
Deprecated.
- params - Variable in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
Deprecated.
- params - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Deprecated.(4.2)
- params - Variable in class org.apache.http.impl.nio.reactor.SSLIOSessionHandlerAdaptor
-
Deprecated.
- params - Variable in class org.apache.http.impl.nio.reactor.SSLSetupHandlerAdaptor
-
Deprecated.
- params - Variable in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- params - Variable in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- params - Variable in class org.apache.http.message.AbstractHttpMessage
-
Deprecated.Do not use.
- params - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- params - Variable in class org.apache.http.params.HttpAbstractParamBean
-
Deprecated.
- params - Variable in class org.apache.http.protocol.HttpService
-
TODO: make all variables final in the next major version
- parentContext - Variable in class org.apache.http.protocol.BasicHttpContext
- parse() - Method in class org.apache.http.impl.io.AbstractMessageParser
- parse() - Method in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- parse() - Method in interface org.apache.http.io.HttpMessageParser
-
Generates an instance of
HttpMessage
from the underlying data source. - parse() - Method in interface org.apache.http.nio.NHttpMessageParser
-
Attempts to parse a complete message head from the content of the internal buffer.
- parse(String) - Static method in class org.apache.http.entity.ContentType
-
Parses textual representation of
Content-Type
value. - parseElements(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses elements with the given parser.
- parseElements(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
- parseElements(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a header value into elements.
- ParseException - Exception in org.apache.http
-
Signals a parse error.
- ParseException() - Constructor for exception org.apache.http.ParseException
-
Creates a
ParseException
without details. - ParseException(String) - Constructor for exception org.apache.http.ParseException
-
Creates a
ParseException
with a detail message. - parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.AbstractMessageParser
-
Subclasses must override this method to generate an instance of
HttpMessage
based on the initial input from the session buffer. - parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpRequestParser
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpResponseParser
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.HttpRequestParser
-
Deprecated.
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.HttpResponseParser
-
Deprecated.
- parseHeader() - Method in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- parseHeader() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
- parseHeader(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
- parseHeader(CharArrayBuffer) - Method in class org.apache.http.message.BasicLineParser
- parseHeader(CharArrayBuffer) - Method in interface org.apache.http.message.LineParser
-
Creates a header from a line.
- parseHeaderElement(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses an element with the given parser.
- parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
- parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a single header element.
- parseHeaders(SessionInputBuffer, int, int, LineParser) - Static method in class org.apache.http.impl.io.AbstractMessageParser
-
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
- parseHeaders(SessionInputBuffer, int, int, LineParser, List<CharArrayBuffer>) - Static method in class org.apache.http.impl.io.AbstractMessageParser
-
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
- parseHeadLine() - Method in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- parseNameValuePair(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses a name-value-pair with the given parser.
- parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
- parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a name=value specification, where the = and value are optional.
- parseNameValuePair(CharArrayBuffer, ParserCursor, char[]) - Method in class org.apache.http.message.BasicHeaderValueParser
-
Deprecated.(4.4) use
TokenParser
- parseNextElement() - Method in class org.apache.http.message.BasicHeaderElementIterator
- parseParameters(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParser
-
Parses parameters with the given parser.
- parseParameters(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParser
- parseParameters(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.HeaderValueParser
-
Parses a list of name-value pairs.
- parseProtocolVersion(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
- parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
- parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Parses the textual representation of a protocol version.
- parser - Variable in class org.apache.http.message.BasicHeaderElementIterator
- ParserCursor - Class in org.apache.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.http.message.ParserCursor
- parseRequestLine(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
- parseRequestLine(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
-
Parses a request line.
- parseRequestLine(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Parses a request line.
- parseStatusLine(String, LineParser) - Static method in class org.apache.http.message.BasicLineParser
- parseStatusLine(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
- parseStatusLine(CharArrayBuffer, ParserCursor) - Method in interface org.apache.http.message.LineParser
-
Parses a status line.
- parseToken(CharArrayBuffer, ParserCursor, BitSet) - Method in class org.apache.http.message.TokenParser
-
Extracts from the sequence of chars a token terminated with any of the given delimiters discarding semantically insignificant whitespace characters.
- parseTrailerHeaders() - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Reads and stores the Trailer headers.
- parseValue(CharArrayBuffer, ParserCursor, BitSet) - Method in class org.apache.http.message.TokenParser
-
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.
- PATTERN_RFC1123 - Static variable in class org.apache.http.protocol.HttpDateGenerator
-
Date format pattern used to generate the header in RFC 1123 format.
- pause() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- pause() - Method in interface org.apache.http.nio.reactor.ListeningIOReactor
-
Suspends the I/O reactor preventing it from accepting new connections on all active endpoints.
- paused - Variable in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- pausedEndpoints - Variable in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- pending - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- pending - Variable in class org.apache.http.nio.pool.RouteSpecificPool
- pending - Variable in class org.apache.http.pool.AbstractConnPool
- pending - Variable in class org.apache.http.pool.PoolStats
- pending - Variable in class org.apache.http.pool.RouteSpecificPool
- PermanentSSLBufferManagementStrategy - Class in org.apache.http.nio.reactor.ssl
-
A
SSLBufferManagementStrategy
that never releases the underlying buffer. - PermanentSSLBufferManagementStrategy() - Constructor for class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy
- PermanentSSLBufferManagementStrategy.InternalBuffer - Class in org.apache.http.nio.reactor.ssl
- pipeline - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- Pipelined - Annotation Type in org.apache.http.nio.protocol
- PipelineEntry(HttpRequest, Object, Exception, HttpAsyncRequestHandler<Object>, HttpContext) - Constructor for class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- pipelining(HttpAsyncClientExchangeHandler) - Static method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- PipeliningClientExchangeHandler<T> - Class in org.apache.http.nio.protocol
-
Pipelining implementation of
HttpAsyncClientExchangeHandler
that executes a series of pipelined HTTP requests. - PipeliningClientExchangeHandler(List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, FutureCallback<List<T>>, HttpContext, NHttpClientConnection, HttpProcessor, ConnectionReuseStrategy) - Constructor for class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
-
Creates new instance of
PipeliningClientExchangeHandler
. - PipeliningClientExchangeHandler(List<? extends HttpAsyncRequestProducer>, List<? extends HttpAsyncResponseConsumer<T>>, HttpContext, NHttpClientConnection, HttpProcessor) - Constructor for class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
-
Creates new instance of
PipeliningClientExchangeHandler
. - PLAIN_TEXT_TYPE - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- plainfactory - Variable in class org.apache.http.impl.pool.BasicConnFactory
- plainFactory - Variable in class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- poolEntry - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- PoolEntry<T,C> - Class in org.apache.http.pool
-
Pool entry containing a pool connection object along with its route.
- PoolEntry(String, T, C) - Constructor for class org.apache.http.pool.PoolEntry
-
Creates new
PoolEntry
instance without an expiry deadline. - PoolEntry(String, T, C, long, TimeUnit) - Constructor for class org.apache.http.pool.PoolEntry
-
Creates new
PoolEntry
instance. - PoolEntryCallback<T,C> - Interface in org.apache.http.pool
-
Pool entry callabck.
- PoolStats - Class in org.apache.http.pool
-
Pool statistics.
- PoolStats(int, int, int, int) - Constructor for class org.apache.http.pool.PoolStats
- port - Variable in class org.apache.http.HttpHost
-
The port to use, defaults to -1 if not set.
- port - Variable in class org.apache.http.impl.bootstrap.HttpServer
- port - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- pos - Variable in class org.apache.http.impl.io.ChunkedInputStream
-
The current position within the current chunk
- pos - Variable in class org.apache.http.impl.io.ContentLengthInputStream
-
The current position
- pos - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- pos - Variable in class org.apache.http.message.ParserCursor
- positive(int, String) - Static method in class org.apache.http.util.Args
- positive(long, String) - Static method in class org.apache.http.util.Args
- postProcess(HttpResponse, HttpProcessor, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Post-processes the given response using the given protocol processor and completes the process of request execution.
- PRAGMA - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32
- prepareDecoder(HttpMessage) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Initializes a specific
ContentDecoder
implementation based on the properties of the givenHttpMessage
and generates an instance ofHttpEntity
matching the properties of the content decoder. - prepareEncoder(HttpMessage) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
-
Initializes a specific
ContentEncoder
implementation based on the properties of the givenHttpMessage
. - prepareInput(HttpMessage) - Method in class org.apache.http.impl.BHttpConnectionBase
- prepareOutput(HttpMessage) - Method in class org.apache.http.impl.BHttpConnectionBase
- prepareSocket(Socket) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Prepares the given
Socket
by resetting some of its properties. - preProcess(HttpRequest, HttpProcessor, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Pre-process the given request using the given protocol processor and initiates the process of request execution.
- PrivateKeyDetails - Class in org.apache.http.ssl
-
Private key details.
- PrivateKeyDetails(String, X509Certificate[]) - Constructor for class org.apache.http.ssl.PrivateKeyDetails
- PrivateKeyStrategy - Interface in org.apache.http.ssl
-
A strategy allowing for a choice of an alias during SSL authentication.
- process(HttpRequest, HttpContext) - Method in interface org.apache.http.HttpRequestInterceptor
-
Processes a request.
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.ImmutableHttpProcessor
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestConnControl
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestContent
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestDate
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestExpectContinue
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestTargetHost
- process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestUserAgent
- process(HttpResponse, HttpContext) - Method in interface org.apache.http.HttpResponseInterceptor
-
Processes a response.
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ImmutableHttpProcessor
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseConnControl
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseContent
-
Processes the response (possibly updating or inserting) Content-Length and Transfer-Encoding headers.
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseDate
- process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseServer
- process(PoolEntry<T, C>) - Method in interface org.apache.http.pool.PoolEntryCallback
- processClosedSessions() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- processEvent(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Processes new event on the given selection key.
- processEvent(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- processEvent(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- processEvents(int) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Triggered to process I/O events registered by the main
Selector
. - processEvents(int) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- processEvents(int) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- processEvents(Set<SelectionKey>) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- processFooters() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
- processNewChannels() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- processNextPendingRequest() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- processor - Variable in class org.apache.http.protocol.HttpService
- processPendingInterestOps() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- processPendingRequest(LeaseRequest<T, C, E>) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- processPendingRequests() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- processRequest(HttpRequest, HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestHandler
- processRequest(HttpRequest, HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestHandler
-
Triggered when an incoming request is received.
- processRequest(HttpRequest, HttpContext) - Method in class org.apache.http.nio.protocol.NullRequestHandler
- processRequest(NHttpServerConnection, HttpRequest) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- processResponse(NHttpClientConnection, AsyncNHttpClientHandler.ClientConnState) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- processResponse(NHttpClientConnection, HttpAsyncRequestExecutor.State, HttpAsyncClientExchangeHandler) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- processSessionRequests() - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- processSessionRequests() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- processTimeouts(Set<SelectionKey>) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- produceContent(ContentEncoder) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
-
Deprecated.(4.3) use implementation specific methods.
- produceContent(ContentEncoder) - Method in class org.apache.http.nio.util.SharedOutputBuffer
-
Deprecated.
- produceContent(ContentEncoder) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.entity.EntityAsyncContentProducer
- produceContent(ContentEncoder, IOControl) - Method in interface org.apache.http.nio.entity.HttpAsyncContentProducer
-
Invoked to write out a chunk of content to the
ContentEncoder
. - produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.entity.NByteArrayEntity
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.entity.NFileEntity
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.entity.NStringEntity
- produceContent(ContentEncoder, IOControl) - Method in interface org.apache.http.nio.entity.ProducingNHttpEntity
-
Deprecated.Notification that content should be written to the encoder.
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.protocol.ErrorResponseProducer
- produceContent(ContentEncoder, IOControl) - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to write out a chunk of content to the
ContentEncoder
. - produceContent(ContentEncoder, IOControl) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Invoked to write out a chunk of content to the
ContentEncoder
. - produceContent(ContentEncoder, IOControl) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseProducer
-
Invoked to write out a chunk of content to the
ContentEncoder
. - produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- produceContent(ContentEncoder, IOControl) - Method in class org.apache.http.nio.util.SharedOutputBuffer
- produceOutput(NHttpClientEventHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- produceOutput(NHttpClientHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- produceOutput(NHttpClientHandler) - Method in interface org.apache.http.nio.NHttpClientIOTarget
-
Deprecated.Triggered when the connection is ready to produce output.
- produceOutput(NHttpServerEventHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- produceOutput(NHttpServiceHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- produceOutput(NHttpServiceHandler) - Method in interface org.apache.http.nio.NHttpServerIOTarget
-
Deprecated.Triggered when the connection is ready to produce output.
- producer - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- producer - Variable in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- producer - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- producingEntity - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- producingEntity - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- ProducingNHttpEntity - Interface in org.apache.http.nio.entity
-
Deprecated.use (4.2)
BasicAsyncRequestProducer
orBasicAsyncResponseProducer
- PROPERTY_MODULE - Static variable in class org.apache.http.util.VersionInfo
- PROPERTY_RELEASE - Static variable in class org.apache.http.util.VersionInfo
- PROPERTY_TIMESTAMP - Static variable in class org.apache.http.util.VersionInfo
- protocol - Variable in class org.apache.http.message.BasicLineParser
-
A version of the protocol to parse.
- protocol - Variable in class org.apache.http.ProtocolVersion
-
Name of the protocol.
- protocol - Variable in class org.apache.http.ssl.SSLContextBuilder
- PROTOCOL_VERSION - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the
ProtocolVersion
used per default. - ProtocolException - Exception in org.apache.http
-
Signals that an HTTP protocol violation has occurred.
- ProtocolException() - Constructor for exception org.apache.http.ProtocolException
-
Creates a new ProtocolException with a
null
detail message. - ProtocolException(String) - Constructor for exception org.apache.http.ProtocolException
-
Creates a new ProtocolException with the specified detail message.
- ProtocolException(String, Throwable) - Constructor for exception org.apache.http.ProtocolException
-
Creates a new ProtocolException with the specified detail message and cause.
- ProtocolVersion - Class in org.apache.http
-
Represents a protocol version.
- ProtocolVersion(String, int, int) - Constructor for class org.apache.http.ProtocolVersion
-
Create a protocol version designator.
- protoversion - Variable in class org.apache.http.message.BasicRequestLine
- protoVersion - Variable in class org.apache.http.message.BasicStatusLine
-
The protocol version.
- provider - Variable in class org.apache.http.ssl.SSLContextBuilder
- PROXY_AUTHENTICATE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.33
- PROXY_AUTHORIZATION - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.34
- purgePoolMap() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- purgePoolMap() - Method in class org.apache.http.pool.AbstractConnPool
Q
- queue(Future<E>) - Method in class org.apache.http.pool.RouteSpecificPool
- queueClosedSession(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Queues the given I/O session to be processed asynchronously as closed.
- queueInterestOps(InterestOpEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
R
- RANGE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.35
- rcvBufSize - Variable in class org.apache.http.config.SocketConfig.Builder
- rcvBufSize - Variable in class org.apache.http.config.SocketConfig
- rcvBufSize - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- rcvBufSize - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- read() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- read() - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Returns all the data in a chunked stream in coalesced form.
- read() - Method in class org.apache.http.impl.io.ContentLengthInputStream
-
Read the next byte from the stream
- read() - Method in class org.apache.http.impl.io.EmptyInputStream
- read() - Method in class org.apache.http.impl.io.IdentityInputStream
- read() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- read() - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- read() - Method in interface org.apache.http.io.SessionInputBuffer
-
Reads the next byte of data from this session buffer.
- read() - Method in class org.apache.http.nio.entity.ContentInputStream
- read() - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Reads one byte from the buffer.
- read() - Method in interface org.apache.http.nio.util.ContentInputBuffer
-
Reads one byte from this buffer.
- read() - Method in class org.apache.http.nio.util.SharedInputBuffer
- read() - Method in class org.apache.http.nio.util.SimpleInputBuffer
- read(byte[]) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- read(byte[]) - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Read some bytes from the stream.
- read(byte[]) - Method in class org.apache.http.impl.io.ContentLengthInputStream
-
Read more bytes from the stream.
- read(byte[]) - Method in class org.apache.http.impl.io.EmptyInputStream
- read(byte[]) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- read(byte[]) - Method in interface org.apache.http.io.SessionInputBuffer
-
Reads some number of bytes from the session buffer and stores them into the buffer array
b
. - read(byte[]) - Method in class org.apache.http.nio.entity.ContentInputStream
- read(byte[]) - Method in class org.apache.http.nio.util.SharedInputBuffer
- read(byte[]) - Method in class org.apache.http.nio.util.SimpleInputBuffer
- read(byte[], int, int) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- read(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Read some bytes from the stream.
- read(byte[], int, int) - Method in class org.apache.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.http.impl.io.EmptyInputStream
- read(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityInputStream
- read(byte[], int, int) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- read(byte[], int, int) - Method in interface org.apache.http.io.SessionInputBuffer
-
Reads up to
len
bytes of data from the session buffer into an array of bytes. - read(byte[], int, int) - Method in class org.apache.http.nio.entity.ContentInputStream
- read(byte[], int, int) - Method in interface org.apache.http.nio.util.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.http.nio.util.SharedInputBuffer
- read(byte[], int, int) - Method in class org.apache.http.nio.util.SimpleInputBuffer
- read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
- read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.IdentityDecoder
- read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
- read(ByteBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- read(ByteBuffer) - Method in interface org.apache.http.nio.ContentDecoder
-
Reads a portion of content from the underlying channel
- read(ByteBuffer) - Method in class org.apache.http.nio.ContentDecoderChannel
- read(ByteBuffer) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Reads a sequence of bytes from this buffer into the destination buffer.
- read(ByteBuffer) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession.InternalByteChannel
- read(ByteBuffer, int) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- read(ByteBuffer, int) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Reads a sequence of bytes from this buffer into the destination buffer, up to the given maximum limit.
- read(WritableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- read(WritableByteChannel) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Reads a sequence of bytes from this buffer into the destination channel.
- read(WritableByteChannel, int) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- read(WritableByteChannel, int) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Reads a sequence of bytes from this buffer into the destination channel, up to the given maximum limit.
- READ - Static variable in interface org.apache.http.nio.reactor.EventMask
-
Interest in data input.
- READ_CONTENT - Static variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- READ_FOOTERS - Static variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- READ_HEAD_LINE - Static variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- READ_HEADERS - Static variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- READ_WRITE - Static variable in interface org.apache.http.nio.reactor.EventMask
-
Interest in data input/output.
- readable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when the key signals
SelectionKey.OP_READ
readiness. - readable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Processes
SelectionKey.OP_READ
event on the given selection key. - readChunkHead() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
- readFromChannel(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
-
Reads from the channel to the destination.
- readFromChannel(ByteBuffer, int) - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
-
Reads from the channel to the destination.
- readLine() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.
- readLine() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- readLine() - Method in interface org.apache.http.io.SessionInputBuffer
-
Reads a complete line of characters up to a line delimiter from this session buffer.
- readLine(boolean) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- readLine(boolean) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Attempts to transfer a complete line of characters up to a line delimiter from this buffer to a newly created string.
- readLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
-
Deprecated.Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
- readLine(CharArrayBuffer) - Method in class org.apache.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) - Method in interface org.apache.http.io.SessionInputBuffer
-
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
- readLine(CharArrayBuffer, boolean) - Method in class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
- readLine(CharArrayBuffer, boolean) - Method in interface org.apache.http.nio.reactor.SessionInputBuffer
-
Attempts to transfer a complete line of characters up to a line delimiter from this buffer to the destination buffer.
- readPlain(ByteBuffer) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- READY - org.apache.http.impl.bootstrap.HttpServer.Status
- READY - org.apache.http.impl.nio.bootstrap.HttpServer.Status
- READY - org.apache.http.nio.protocol.MessageState
- READY - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- READY - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- READY - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- REASON_PHRASES - Static variable in class org.apache.http.impl.EnglishReasonPhraseCatalog
-
Reason phrases lookup table.
- reasonCatalog - Variable in class org.apache.http.impl.DefaultHttpResponseFactory
-
The catalog for looking up reason phrases.
- reasonCatalog - Variable in class org.apache.http.message.BasicHttpResponse
- reasonPhrase - Variable in class org.apache.http.message.BasicHttpResponse
- reasonPhrase - Variable in class org.apache.http.message.BasicStatusLine
-
The reason phrase.
- ReasonPhraseCatalog - Interface in org.apache.http
-
Interface for obtaining reason phrases for HTTP status codes.
- RECEIVED_BYTES_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- receiveEncryptedData() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- receiveRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpServerConnection
-
Receives the next request entity available from this connection and attaches it to an existing request.
- receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- receiveRequestHeader() - Method in interface org.apache.http.HttpServerConnection
-
Receives the request line and all headers available from this connection.
- receiveRequestHeader() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- receiveRequestHeader() - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- receiveResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpClientConnection
-
Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.
- receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- receiveResponseHeader() - Method in interface org.apache.http.HttpClientConnection
-
Receives the request line and headers of the next response available from this connection.
- receiveResponseHeader() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- receiveResponseHeader() - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- REFERER - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.13, RFC 2616 (HTTP/1.1) Section 14.36
- register(String, I) - Method in class org.apache.http.config.RegistryBuilder
- register(String, HttpAsyncRequestHandler<?>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.Registers the given
HttpAsyncRequestHandler
as a handler for URIs matching the given pattern. - register(String, HttpAsyncRequestHandler<?>) - Method in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
-
Registers the given
HttpAsyncRequestHandler
as a handler for URIs matching the given pattern. - register(String, NHttpRequestHandler) - Method in class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.Registers the given
NHttpRequestHandler
as a handler for URIs matching the given pattern. - register(String, HttpRequestHandler) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.Registers the given
HttpRequestHandler
as a handler for URIs matching the given pattern. - register(String, HttpRequestHandler) - Method in class org.apache.http.protocol.UriHttpRequestHandlerMapper
-
Registers the given
HttpRequestHandler
as a handler for URIs matching the given pattern. - register(String, T) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Registers the given object for URIs matching the given pattern.
- registerChannel(SelectableChannel, int) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Registers the given channel with the main
Selector
. - registerHandler(String, HttpAsyncRequestHandler<?>) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Registers the given
HttpAsyncRequestHandler
as a handler for URIs matching the given pattern. - registerHandler(String, HttpRequestHandler) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Registers the given
HttpRequestHandler
as a handler for URIs matching the given pattern. - Registry<I> - Class in org.apache.http.config
-
Generic registry of items keyed by low-case string ID.
- Registry(Map<String, I>) - Constructor for class org.apache.http.config.Registry
- RegistryBuilder<I> - Class in org.apache.http.config
-
Builder for
Registry
instances. - RegistryBuilder() - Constructor for class org.apache.http.config.RegistryBuilder
- ReleasableSSLBufferManagementStrategy - Class in org.apache.http.nio.reactor.ssl
-
A
SSLBufferManagementStrategy
that releases the underlying buffer when deactivated. - ReleasableSSLBufferManagementStrategy() - Constructor for class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy
- ReleasableSSLBufferManagementStrategy.InternalBuffer - Class in org.apache.http.nio.reactor.ssl
- release() - Method in class org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy.InternalBuffer
- release() - Method in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- release() - Method in interface org.apache.http.nio.reactor.ssl.SSLBuffer
-
Releases the resources for this buffer.
- release(E, boolean) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- release(E, boolean) - Method in class org.apache.http.pool.AbstractConnPool
- release(E, boolean) - Method in interface org.apache.http.pool.ConnPool
-
Releases the pool entry back to the pool.
- releaseResources() - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
-
Invoked to release all system resources currently allocated.
- releaseResources() - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
-
Invoked to release all system resources currently allocated.
- releaseResources() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- releaseResources() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- releaseResources() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- releaseResources() - Method in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- releaseResources() - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- releaseResources() - Method in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- releaseResources() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- remaining - Variable in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- remote - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- remoteAddress - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- remove() - Method in class org.apache.http.message.BasicHeaderElementIterator
- remove() - Method in class org.apache.http.message.BasicHeaderIterator
-
Removing headers is not supported.
- remove() - Method in class org.apache.http.message.BasicListHeaderIterator
-
Removes the header that was returned last.
- remove() - Method in class org.apache.http.message.BasicTokenIterator
-
Removing tokens is not supported.
- remove(E) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- remove(E) - Method in class org.apache.http.pool.RouteSpecificPool
- removeAttribute(String) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- removeAttribute(String) - Method in class org.apache.http.impl.nio.SessionHttpContext
- removeAttribute(String) - Method in interface org.apache.http.nio.reactor.IOSession
-
Removes attribute with the given name.
- removeAttribute(String) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- removeAttribute(String) - Method in class org.apache.http.protocol.BasicHttpContext
- removeAttribute(String) - Method in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- removeAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
-
Removes attribute with the given name from the context.
- removeAttribute(String) - Method in class org.apache.http.protocol.HttpCoreContext
- removeAttribute(String) - Method in class org.apache.http.protocol.SyncBasicHttpContext
-
Deprecated.
- removeHeader(Header) - Method in interface org.apache.http.HttpMessage
-
Removes a header from this message.
- removeHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
- removeHeader(Header) - Method in class org.apache.http.message.HeaderGroup
-
Removes the given header.
- removeHeaders(String) - Method in interface org.apache.http.HttpMessage
-
Removes all headers with a certain name from this message.
- removeHeaders(String) - Method in class org.apache.http.message.AbstractHttpMessage
- removeParameter(String) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.
- removeParameter(String) - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Attempts to remove the parameter from the local collection.
- removeParameter(String) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Removes the parameter with the specified name.
- removeParameter(String) - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- removeRequest(SessionRequest) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Removes all request interceptor of the specified class
- removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Removes all response interceptor of the specified class
- request - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- request - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- request - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- request - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestConsumer
- request - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- request - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- request - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- request - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Incoming
- request - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- request - Variable in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- request - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- request - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- REQUEST_BODY_DONE - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- REQUEST_BODY_DONE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- REQUEST_BODY_DONE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- REQUEST_BODY_STREAM - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- REQUEST_BODY_STREAM - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- REQUEST_BODY_STREAM - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- REQUEST_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- REQUEST_RECEIVED - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- REQUEST_SENT - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- REQUEST_SENT - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- requestCancelled(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- requestChainBuilder - Variable in class org.apache.http.protocol.HttpProcessorBuilder
- requestCompleted() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- requestCompleted() - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to signal that the request has been fully written out.
- requestCompleted() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- requestCompleted(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- requestCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- requestCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- requestCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- requestCompleted(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Invoked to signal that the request has been fully processed.
- requestCompleted(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Invoked to signal that the request has been fully written out.
- requestCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- RequestConnControl - Class in org.apache.http.protocol
-
RequestConnControl is responsible for adding
Connection
header to the outgoing requests, which is essential for managing persistence ofHTTP/1.0
connections. - RequestConnControl() - Constructor for class org.apache.http.protocol.RequestConnControl
- RequestContent - Class in org.apache.http.protocol
-
RequestContent is the most important interceptor for outgoing requests.
- RequestContent() - Constructor for class org.apache.http.protocol.RequestContent
-
Default constructor.
- RequestContent(boolean) - Constructor for class org.apache.http.protocol.RequestContent
-
Constructor that can be used to fine-tune behavior of this interceptor.
- requestCount - Variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- RequestDate - Class in org.apache.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.http.protocol.RequestDate
- RequestExecutionCallback(BasicFuture<T>, E, ConnPool<HttpHost, E>) - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequester.RequestExecutionCallback
- RequestExpectContinue - Class in org.apache.http.protocol
-
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding
Expect
header. - RequestExpectContinue() - Constructor for class org.apache.http.protocol.RequestExpectContinue
-
Deprecated.(4.3) use
RequestExpectContinue(boolean)
- RequestExpectContinue(boolean) - Constructor for class org.apache.http.protocol.RequestExpectContinue
- requestFactory - Variable in class org.apache.http.impl.io.DefaultHttpRequestParser
- requestFactory - Variable in class org.apache.http.impl.io.DefaultHttpRequestParserFactory
- requestFactory - Variable in class org.apache.http.impl.io.HttpRequestParser
-
Deprecated.
- requestFactory - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpRequestParser
- requestFactory - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
- requestFactory - Variable in class org.apache.http.impl.nio.codecs.HttpRequestParser
-
Deprecated.
- requestFailed(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- requestFirst - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- requestFirst - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- requestFuture - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- requestFuture - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- requestHandler - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- requestHandler - Variable in class org.apache.http.nio.protocol.BufferingHttpServiceHandler.RequestHandlerAdaptor
-
Deprecated.
- RequestHandlerAdaptor(HttpRequestHandler) - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler.RequestHandlerAdaptor
-
Deprecated.
- RequestHandlerResolverAdaptor() - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler.RequestHandlerResolverAdaptor
-
Deprecated.
- requestInput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- requestInput() - Method in interface org.apache.http.nio.IOControl
-
Requests event notifications to be triggered when the underlying channel is ready for input operations.
- requestInterceptors - Variable in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- requestInterceptors - Variable in class org.apache.http.protocol.ImmutableHttpProcessor
- requestLast - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- requestLast - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- requestline - Variable in class org.apache.http.message.BasicHttpRequest
- RequestLine - Interface in org.apache.http
-
The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
- requestListener - Variable in class org.apache.http.impl.bootstrap.HttpServer
- RequestListener - Class in org.apache.http.impl.bootstrap
- RequestListener(SocketConfig, ServerSocket, HttpService, HttpConnectionFactory<? extends HttpServerConnection>, ExceptionLogger, ExecutorService) - Constructor for class org.apache.http.impl.bootstrap.RequestListener
- requestOutput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- requestOutput() - Method in interface org.apache.http.nio.IOControl
-
Requests event notifications to be triggered when the underlying channel is ready for output operations.
- requestParser - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- requestParser - Variable in class org.apache.http.impl.DefaultBHttpServerConnection
- requestParser - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- requestParserFactory - Variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- requestParserFactory - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- requestParserFactory - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- requestProducer - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- requestProducer - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- requestProducer - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- requestProducerQueue - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- requestProducerRef - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- requestProducers - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- requestQueue - Variable in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- requestQueue - Variable in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- requestQueue - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- requestQueue - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- requestReady(NHttpClientConnection) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- requestReady(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when the connection is ready to accept a new HTTP request.
- requestReady(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when the connection is ready to accept a new HTTP request.
- requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- requestReceived(HttpRequest) - Method in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- requestReceived(HttpRequest) - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestConsumer
-
Invoked when a HTTP request message is received.
- requestReceived(HttpRequest) - Method in class org.apache.http.nio.protocol.NullRequestConsumer
- requestReceived(NHttpServerConnection) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- requestReceived(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when a new HTTP request is received.
- requestReceived(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when a new HTTP request is received.
- requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- requestSent - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- requestSent - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- requestState - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- requestState - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- RequestTargetHost - Class in org.apache.http.protocol
-
RequestTargetHost is responsible for adding
Host
header. - RequestTargetHost() - Constructor for class org.apache.http.protocol.RequestTargetHost
- requestTime - Variable in class org.apache.http.impl.nio.reactor.SessionRequestHandle
- requestTimeout(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- RequestUserAgent - Class in org.apache.http.protocol
-
RequestUserAgent is responsible for adding
User-Agent
header. - RequestUserAgent() - Constructor for class org.apache.http.protocol.RequestUserAgent
- RequestUserAgent(String) - Constructor for class org.apache.http.protocol.RequestUserAgent
- requestWriter - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- requestWriter - Variable in class org.apache.http.impl.DefaultBHttpClientConnection
- requestWriter - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- requestWriterFactory - Variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- requestWriterFactory - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- requestWriterFactory - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- RESERVED_PREFIX - Static variable in interface org.apache.http.protocol.HttpContext
-
The prefix reserved for use by HTTP components.
- reset() - Method in interface org.apache.http.HttpConnectionMetrics
-
Resets the counts
- reset() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- reset() - Method in class org.apache.http.impl.io.EmptyInputStream
- reset() - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
- reset() - Method in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- reset() - Method in class org.apache.http.impl.nio.codecs.AbstractMessageWriter
- reset() - Method in interface org.apache.http.io.HttpTransportMetrics
-
Resets the counts
- reset() - Method in interface org.apache.http.nio.NHttpMessageParser
-
Resets the parser.
- reset() - Method in interface org.apache.http.nio.NHttpMessageWriter
-
Resets the writer.
- reset() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- reset() - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- reset() - Method in interface org.apache.http.nio.util.ContentInputBuffer
-
Resets the buffer by clearing its state and stored content.
- reset() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
-
Resets the buffer by clearing its state and stored content.
- reset() - Method in class org.apache.http.nio.util.SharedInputBuffer
- reset() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- reset() - Method in class org.apache.http.nio.util.SimpleInputBuffer
- reset() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- reset(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- resetInput() - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- resetInput() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- resetInput() - Method in interface org.apache.http.nio.NHttpClientConnection
-
Resets input state.
- resetInput() - Method in interface org.apache.http.nio.NHttpServerConnection
-
Resets output state.
- resetInput() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- resetInput() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- resetInput() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- resetLastRead() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- resetLastRead() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- resetLastWrite() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- resetLastWrite() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- resetOutput() - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- resetOutput() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- resetOutput() - Method in interface org.apache.http.nio.NHttpClientConnection
-
Resets output state.
- resetOutput() - Method in interface org.apache.http.nio.NHttpServerConnection
-
Resets input state.
- resetOutput() - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- resetOutput() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- resetOutput() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- resetRequest() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- resetRequest() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- resetRequest() - Method in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
-
Invoked to reset the producer to its initial state.
- resolveLocalAddress(HttpHost) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool.BasicAddressResolver
- resolveLocalAddress(HttpHost) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
-
Deprecated.(4.3) use
SocketAddressResolver
- resolveLocalAddress(T) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
-
Deprecated.(4.3) use
SocketAddressResolver
- resolveLocalAddress(T) - Method in interface org.apache.http.nio.pool.SocketAddressResolver
- resolver - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter
-
Deprecated.
- resolver - Variable in class org.apache.http.protocol.HttpService.HttpRequestHandlerResolverAdapter
-
Deprecated.
- resolveRemoteAddress(HttpHost) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool.BasicAddressResolver
- resolveRemoteAddress(HttpHost) - Method in class org.apache.http.impl.nio.pool.BasicNIOConnPool
-
Deprecated.(4.3) use
SocketAddressResolver
- resolveRemoteAddress(T) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
-
Deprecated.(4.3) use
SocketAddressResolver
- resolveRemoteAddress(T) - Method in interface org.apache.http.nio.pool.SocketAddressResolver
- response - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- response - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- response - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- response - Variable in class org.apache.http.nio.protocol.BasicAsyncResponseConsumer
- response - Variable in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- response - Variable in class org.apache.http.nio.protocol.ErrorResponseProducer
- response - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- response - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- response - Variable in class org.apache.http.nio.protocol.HttpAsyncService.Outgoing
- response - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- response - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- RESPONSE_BODY_DONE - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_BODY_DONE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_BODY_DONE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- RESPONSE_BODY_STREAM - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_BODY_STREAM - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_BODY_STREAM - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- RESPONSE_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- RESPONSE_DONE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_DONE - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- RESPONSE_RECEIVED - Static variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_RECEIVED - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- RESPONSE_SENT - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- responseChainBuilder - Variable in class org.apache.http.protocol.HttpProcessorBuilder
- responseComplete(HttpResponse, HttpContext) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.Signals that this response has been fully sent.
- responseCompleted() - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- responseCompleted() - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked to signal that the response has been fully processed.
- responseCompleted() - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- responseCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- responseCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- responseCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- responseCompleted(HttpContext) - Method in class org.apache.http.nio.protocol.ErrorResponseProducer
- responseCompleted(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Invoked to signal that the response has been fully processed.
- responseCompleted(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseProducer
-
Invoked to signal that the response has been fully written out.
- ResponseConnControl - Class in org.apache.http.protocol
-
ResponseConnControl is responsible for adding
Connection
header to the outgoing responses, which is essential for managing persistence ofHTTP/1.0
connections. - ResponseConnControl() - Constructor for class org.apache.http.protocol.ResponseConnControl
- responseConsumer - Variable in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- responseConsumer - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- responseConsumer - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnRequestCallback
- responseConsumerQueue - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- responseConsumerRef - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- responseConsumers - Variable in class org.apache.http.nio.protocol.HttpAsyncRequester.ConnPipelinedRequestCallback
- ResponseContent - Class in org.apache.http.protocol
-
ResponseContent is the most important interceptor for outgoing responses.
- ResponseContent() - Constructor for class org.apache.http.protocol.ResponseContent
-
Default constructor.
- ResponseContent(boolean) - Constructor for class org.apache.http.protocol.ResponseContent
-
Constructor that can be used to fine-tune behavior of this interceptor.
- responseCount - Variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- ResponseDate - Class in org.apache.http.protocol
-
ResponseDate is responsible for adding
Date
header to the outgoing responses. - ResponseDate() - Constructor for class org.apache.http.protocol.ResponseDate
- responseEntity(HttpResponse, HttpContext) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- responseEntity(HttpResponse, HttpContext) - Method in interface org.apache.http.nio.protocol.NHttpRequestExecutionHandler
-
Deprecated.Triggered when a response is received with an entity.
- responseFactory - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- responseFactory - Variable in class org.apache.http.impl.io.DefaultHttpResponseParser
- responseFactory - Variable in class org.apache.http.impl.io.DefaultHttpResponseParserFactory
- responseFactory - Variable in class org.apache.http.impl.io.HttpResponseParser
-
Deprecated.
- responseFactory - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- responseFactory - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
- responseFactory - Variable in class org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
- responseFactory - Variable in class org.apache.http.impl.nio.codecs.HttpResponseParser
-
Deprecated.
- responseFactory - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- responseFactory - Variable in class org.apache.http.nio.protocol.HttpAsyncService
- responseFactory - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- responseFactory - Variable in class org.apache.http.protocol.HttpService
- responseFirst - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- responseFirst - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- responseInterceptors - Variable in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.
- responseInterceptors - Variable in class org.apache.http.protocol.ImmutableHttpProcessor
- responseLast - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- responseLast - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- responseParser - Variable in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- responseParser - Variable in class org.apache.http.impl.DefaultBHttpClientConnection
- responseParser - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- responseParserFactory - Variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
- responseParserFactory - Variable in class org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
- responseParserFactory - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- responseReady(NHttpServerConnection) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- responseReady(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when the connection is ready to accept a new HTTP response.
- responseReady(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when the connection is ready to accept a new HTTP response.
- responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- responseReceived(HttpResponse) - Method in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- responseReceived(HttpResponse) - Method in class org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
- responseReceived(HttpResponse) - Method in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- responseReceived(HttpResponse) - Method in interface org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
-
Invoked when a HTTP response message is received.
- responseReceived(HttpResponse) - Method in interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
-
Invoked when a HTTP response message is received.
- responseReceived(HttpResponse) - Method in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- responseReceived(NHttpClientConnection) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- responseReceived(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when an HTTP response is received.
- responseReceived(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when an HTTP response is received.
- responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- ResponseServer - Class in org.apache.http.protocol
-
ResponseServer is responsible for adding
Server
header. - ResponseServer() - Constructor for class org.apache.http.protocol.ResponseServer
- ResponseServer(String) - Constructor for class org.apache.http.protocol.ResponseServer
- responseState - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- responseState - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- ResponseTriggerImpl(AsyncNHttpServiceHandler.ServerConnState, IOControl) - Constructor for class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- responseWriter - Variable in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- responseWriter - Variable in class org.apache.http.impl.DefaultBHttpServerConnection
- responseWriter - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- responseWriterFactory - Variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
- responseWriterFactory - Variable in class org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- responseWriterFactory - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- result - Variable in class org.apache.http.concurrent.BasicFuture
- result - Variable in class org.apache.http.nio.pool.LeaseRequest
- result - Variable in class org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
- result - Variable in class org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
- result - Variable in class org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- resultQueue - Variable in class org.apache.http.nio.protocol.PipeliningClientExchangeHandler
- resume() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
- resume() - Method in interface org.apache.http.nio.reactor.ListeningIOReactor
-
Resumes the I/O reactor restoring its ability to accept incoming connections on all active endpoints.
- RETRY_AFTER - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.37
- reuseStrategy - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
-
Deprecated.
- RFC2616_COMMON_METHODS - Static variable in class org.apache.http.impl.DefaultHttpRequestFactory
- RFC2616_ENTITY_ENC_METHODS - Static variable in class org.apache.http.impl.DefaultHttpRequestFactory
- RFC2616_SPECIAL_METHODS - Static variable in class org.apache.http.impl.DefaultHttpRequestFactory
- RFC5789_ENTITY_ENC_METHODS - Static variable in class org.apache.http.impl.DefaultHttpRequestFactory
- route - Variable in class org.apache.http.nio.pool.LeaseRequest
- route - Variable in class org.apache.http.nio.pool.RouteSpecificPool
- route - Variable in class org.apache.http.pool.PoolEntry
- route - Variable in class org.apache.http.pool.RouteSpecificPool
- RouteSpecificPool<T,C,E extends PoolEntry<T,C>> - Class in org.apache.http.nio.pool
- RouteSpecificPool<T,C,E extends PoolEntry<T,C>> - Class in org.apache.http.pool
- RouteSpecificPool(T) - Constructor for class org.apache.http.nio.pool.RouteSpecificPool
- RouteSpecificPool(T) - Constructor for class org.apache.http.pool.RouteSpecificPool
- routeToPool - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- routeToPool - Variable in class org.apache.http.pool.AbstractConnPool
- run() - Method in class org.apache.http.impl.bootstrap.RequestListener
- run() - Method in class org.apache.http.impl.bootstrap.Worker
- run() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.Worker
S
- SAFE - org.apache.http.annotation.ThreadingBehavior
-
Instances of classes with the given contract are expected to be fully thread-safe.
- SAFE_CONDITIONAL - org.apache.http.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.
- SC_ACCEPTED - Static variable in interface org.apache.http.HttpStatus
-
202 Accepted
(HTTP/1.0 - RFC 1945) - SC_BAD_GATEWAY - Static variable in interface org.apache.http.HttpStatus
-
502 Bad Gateway
(HTTP/1.0 - RFC 1945) - SC_BAD_REQUEST - Static variable in interface org.apache.http.HttpStatus
-
400 Bad Request
(HTTP/1.1 - RFC 2616) - SC_CONFLICT - Static variable in interface org.apache.http.HttpStatus
-
409 Conflict
(HTTP/1.1 - RFC 2616) - SC_CONTINUE - Static variable in interface org.apache.http.HttpStatus
-
100 Continue
(HTTP/1.1 - RFC 2616) - SC_CREATED - Static variable in interface org.apache.http.HttpStatus
-
201 Created
(HTTP/1.0 - RFC 1945) - SC_EXPECTATION_FAILED - Static variable in interface org.apache.http.HttpStatus
-
417 Expectation Failed
(HTTP/1.1 - RFC 2616) - SC_FAILED_DEPENDENCY - Static variable in interface org.apache.http.HttpStatus
-
424 Failed Dependency
(WebDAV - RFC 2518) - SC_FORBIDDEN - Static variable in interface org.apache.http.HttpStatus
-
403 Forbidden
(HTTP/1.0 - RFC 1945) - SC_GATEWAY_TIMEOUT - Static variable in interface org.apache.http.HttpStatus
-
504 Gateway Timeout
(HTTP/1.1 - RFC 2616) - SC_GONE - Static variable in interface org.apache.http.HttpStatus
-
410 Gone
(HTTP/1.1 - RFC 2616) - SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.apache.http.HttpStatus
-
505 HTTP Version Not Supported
(HTTP/1.1 - RFC 2616) - SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in interface org.apache.http.HttpStatus
-
Static constant for a 419 error.
- SC_INSUFFICIENT_STORAGE - Static variable in interface org.apache.http.HttpStatus
-
507 Insufficient Storage
(WebDAV - RFC 2518) - SC_INTERNAL_SERVER_ERROR - Static variable in interface org.apache.http.HttpStatus
-
500 Server Error
(HTTP/1.0 - RFC 1945) - SC_LENGTH_REQUIRED - Static variable in interface org.apache.http.HttpStatus
-
411 Length Required
(HTTP/1.1 - RFC 2616) - SC_LOCKED - Static variable in interface org.apache.http.HttpStatus
-
423 Locked
(WebDAV - RFC 2518) - SC_METHOD_FAILURE - Static variable in interface org.apache.http.HttpStatus
-
Static constant for a 420 error.
- SC_METHOD_NOT_ALLOWED - Static variable in interface org.apache.http.HttpStatus
-
405 Method Not Allowed
(HTTP/1.1 - RFC 2616) - SC_MOVED_PERMANENTLY - Static variable in interface org.apache.http.HttpStatus
-
301 Moved Permanently
(HTTP/1.0 - RFC 1945) - SC_MOVED_TEMPORARILY - Static variable in interface org.apache.http.HttpStatus
-
302 Moved Temporarily
(SometimesFound
) (HTTP/1.0 - RFC 1945) - SC_MULTI_STATUS - Static variable in interface org.apache.http.HttpStatus
-
207 Multi-Status
(WebDAV - RFC 2518) or207 Partial Update OK
(HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?) - SC_MULTIPLE_CHOICES - Static variable in interface org.apache.http.HttpStatus
-
300 Mutliple Choices
(HTTP/1.1 - RFC 2616) - SC_NO_CONTENT - Static variable in interface org.apache.http.HttpStatus
-
204 No Content
(HTTP/1.0 - RFC 1945) - SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.apache.http.HttpStatus
-
203 Non Authoritative Information
(HTTP/1.1 - RFC 2616) - SC_NOT_ACCEPTABLE - Static variable in interface org.apache.http.HttpStatus
-
406 Not Acceptable
(HTTP/1.1 - RFC 2616) - SC_NOT_FOUND - Static variable in interface org.apache.http.HttpStatus
-
404 Not Found
(HTTP/1.0 - RFC 1945) - SC_NOT_IMPLEMENTED - Static variable in interface org.apache.http.HttpStatus
-
501 Not Implemented
(HTTP/1.0 - RFC 1945) - SC_NOT_MODIFIED - Static variable in interface org.apache.http.HttpStatus
-
304 Not Modified
(HTTP/1.0 - RFC 1945) - SC_OK - Static variable in interface org.apache.http.HttpStatus
-
200 OK
(HTTP/1.0 - RFC 1945) - SC_PARTIAL_CONTENT - Static variable in interface org.apache.http.HttpStatus
-
206 Partial Content
(HTTP/1.1 - RFC 2616) - SC_PAYMENT_REQUIRED - Static variable in interface org.apache.http.HttpStatus
-
402 Payment Required
(HTTP/1.1 - RFC 2616) - SC_PRECONDITION_FAILED - Static variable in interface org.apache.http.HttpStatus
-
412 Precondition Failed
(HTTP/1.1 - RFC 2616) - SC_PROCESSING - Static variable in interface org.apache.http.HttpStatus
-
102 Processing
(WebDAV - RFC 2518) - SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.apache.http.HttpStatus
-
407 Proxy Authentication Required
(HTTP/1.1 - RFC 2616) - SC_REQUEST_TIMEOUT - Static variable in interface org.apache.http.HttpStatus
-
408 Request Timeout
(HTTP/1.1 - RFC 2616) - SC_REQUEST_TOO_LONG - Static variable in interface org.apache.http.HttpStatus
-
413 Request Entity Too Large
(HTTP/1.1 - RFC 2616) - SC_REQUEST_URI_TOO_LONG - Static variable in interface org.apache.http.HttpStatus
-
414 Request-URI Too Long
(HTTP/1.1 - RFC 2616) - SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface org.apache.http.HttpStatus
-
416 Requested Range Not Satisfiable
(HTTP/1.1 - RFC 2616) - SC_RESET_CONTENT - Static variable in interface org.apache.http.HttpStatus
-
205 Reset Content
(HTTP/1.1 - RFC 2616) - SC_SEE_OTHER - Static variable in interface org.apache.http.HttpStatus
-
303 See Other
(HTTP/1.1 - RFC 2616) - SC_SERVICE_UNAVAILABLE - Static variable in interface org.apache.http.HttpStatus
-
503 Service Unavailable
(HTTP/1.0 - RFC 1945) - SC_SWITCHING_PROTOCOLS - Static variable in interface org.apache.http.HttpStatus
-
101 Switching Protocols
(HTTP/1.1 - RFC 2616) - SC_TEMPORARY_REDIRECT - Static variable in interface org.apache.http.HttpStatus
-
307 Temporary Redirect
(HTTP/1.1 - RFC 2616) - SC_UNAUTHORIZED - Static variable in interface org.apache.http.HttpStatus
-
401 Unauthorized
(HTTP/1.0 - RFC 1945) - SC_UNPROCESSABLE_ENTITY - Static variable in interface org.apache.http.HttpStatus
-
422 Unprocessable Entity
(WebDAV - RFC 2518) - SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.apache.http.HttpStatus
-
415 Unsupported Media Type
(HTTP/1.1 - RFC 2616) - SC_USE_PROXY - Static variable in interface org.apache.http.HttpStatus
-
305 Use Proxy
(HTTP/1.1 - RFC 2616) - schemeName - Variable in class org.apache.http.HttpHost
-
The scheme (lowercased)
- sconfig - Variable in class org.apache.http.impl.pool.BasicConnFactory
- searchPos - Variable in class org.apache.http.message.BasicTokenIterator
-
The position after
BasicTokenIterator.currentToken
inBasicTokenIterator.currentHeader
. - secureRandom - Variable in class org.apache.http.ssl.SSLContextBuilder
- SELECT_INTERVAL - Static variable in interface org.apache.http.nio.params.NIOReactorPNames
-
Deprecated.Determines the time interval in milliseconds at which the I/O reactor wakes up to check for timed out sessions and session requests.
- selectInterval - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- selectInterval - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- selector - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- selector - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- selectTimeout - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- selectTimeout - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- sendEncryptedData() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- sendRequestBody(HttpEntityEnclosingRequest, ThrottlingHttpClientHandler.ClientConnState, NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpClientConnection
-
Sends the request entity over the connection.
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- sendRequestHeader(HttpRequest) - Method in interface org.apache.http.HttpClientConnection
-
Sends the request line and all headers over the connection.
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Deprecated.
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
- sendResponse(NHttpServerConnection, HttpRequest, HttpResponse) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- sendResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
-
Sends the response entity of a response over this connection.
- sendResponseEntity(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- sendResponseEntity(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- sendResponseHeader(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
-
Sends the response line and headers of a response over this connection.
- sendResponseHeader(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Deprecated.
- sendResponseHeader(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
- SENT_BYTES_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
- SEPARATORS - Static variable in class org.apache.http.message.BasicHeaderValueFormatter
-
Special characters that can be used as separators in HTTP parameters.
- SerializableEntity - Class in org.apache.http.entity
-
A streamed entity that obtains its content from a
Serializable
. - SerializableEntity(Serializable) - Constructor for class org.apache.http.entity.SerializableEntity
-
Creates new instance of this class.
- SerializableEntity(Serializable, boolean) - Constructor for class org.apache.http.entity.SerializableEntity
-
Creates new instance of this class.
- serialize(SessionOutputBuffer, HttpMessage, HttpEntity) - Method in class org.apache.http.impl.entity.EntitySerializer
-
Deprecated.Writes out the content of the given HTTP entity to the session output buffer based on properties of the given HTTP message.
- serialVersionUID - Static variable in exception org.apache.http.ConnectionClosedException
- serialVersionUID - Static variable in exception org.apache.http.ContentTooLongException
- serialVersionUID - Static variable in class org.apache.http.entity.ContentType
- serialVersionUID - Static variable in exception org.apache.http.HttpException
- serialVersionUID - Static variable in class org.apache.http.HttpHost
- serialVersionUID - Static variable in class org.apache.http.HttpVersion
- serialVersionUID - Static variable in exception org.apache.http.MalformedChunkCodingException
- serialVersionUID - Static variable in class org.apache.http.message.BasicHeader
- serialVersionUID - Static variable in class org.apache.http.message.BasicNameValuePair
- serialVersionUID - Static variable in class org.apache.http.message.BasicRequestLine
- serialVersionUID - Static variable in class org.apache.http.message.BasicStatusLine
- serialVersionUID - Static variable in class org.apache.http.message.BufferedHeader
- serialVersionUID - Static variable in class org.apache.http.message.HeaderGroup
- serialVersionUID - Static variable in exception org.apache.http.MessageConstraintException
- serialVersionUID - Static variable in exception org.apache.http.MethodNotSupportedException
- serialVersionUID - Static variable in exception org.apache.http.nio.reactor.IOReactorException
- serialVersionUID - Static variable in exception org.apache.http.NoHttpResponseException
- serialVersionUID - Static variable in class org.apache.http.params.BasicHttpParams
-
Deprecated.
- serialVersionUID - Static variable in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- serialVersionUID - Static variable in exception org.apache.http.ParseException
- serialVersionUID - Static variable in class org.apache.http.pool.PoolStats
- serialVersionUID - Static variable in exception org.apache.http.ProtocolException
- serialVersionUID - Static variable in class org.apache.http.ProtocolVersion
- serialVersionUID - Static variable in exception org.apache.http.ssl.SSLInitializationException
- serialVersionUID - Static variable in exception org.apache.http.TruncatedChunkException
- serialVersionUID - Static variable in exception org.apache.http.UnsupportedHttpVersionException
- serialVersionUID - Static variable in class org.apache.http.util.ByteArrayBuffer
- serialVersionUID - Static variable in class org.apache.http.util.CharArrayBuffer
- SERVER - org.apache.http.impl.nio.reactor.SSLMode
-
Deprecated.
- SERVER - org.apache.http.nio.reactor.ssl.SSLMode
- SERVER - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.14, RFC 2616 (HTTP/1.1) Section 14.38
- SERVER_HEADER - Static variable in class org.apache.http.protocol.HTTP
- ServerBootstrap - Class in org.apache.http.impl.bootstrap
- ServerBootstrap - Class in org.apache.http.impl.nio.bootstrap
- ServerBootstrap() - Constructor for class org.apache.http.impl.bootstrap.ServerBootstrap
- ServerBootstrap() - Constructor for class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- ServerConnState() - Constructor for class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- ServerConnState(int, IOControl, ByteBufferAllocator) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- serverEventHandler - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- serverInfo - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- serverInfo - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- serversocket - Variable in class org.apache.http.impl.bootstrap.RequestListener
- serverSocket - Variable in class org.apache.http.impl.bootstrap.HttpServer
- serverSocketFactory - Variable in class org.apache.http.impl.bootstrap.HttpServer
- serverSocketFactory - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- session - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- session - Variable in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- session - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- session - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- SESSION_KEY - Static variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Name of the context attribute key, which can be used to obtain the SSL session.
- sessionBuffer - Variable in class org.apache.http.impl.io.AbstractMessageParser
- sessionBuffer - Variable in class org.apache.http.impl.io.AbstractMessageWriter
- sessionBuffer - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- sessionBuffer - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageWriter
- SessionBufferStatus - Interface in org.apache.http.nio.reactor
-
SessionBufferStatus interface is intended to query the status of session I/O buffers.
- sessionClosed(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when a session has been closed.
- sessionClosed(IOSession) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Processes closed I/O session.
- sessionClosed(IOSession) - Method in interface org.apache.http.impl.nio.reactor.SessionClosedCallback
- sessionClosedCallback - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- SessionClosedCallback - Interface in org.apache.http.impl.nio.reactor
-
Session callback interface used internally by I/O reactor implementations.
- sessionCreated(SelectionKey, IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when new session has been created.
- sessionCreated(SelectionKey, IOSession) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Processes newly created I/O session.
- SessionHandle - Class in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2) use
IOSessionImpl
- SessionHandle(IOSession) - Constructor for class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- SessionHttpContext - Class in org.apache.http.impl.nio
- SessionHttpContext(IOSession) - Constructor for class org.apache.http.impl.nio.SessionHttpContext
- SessionInputBuffer - Interface in org.apache.http.io
-
Session input buffer for blocking connections.
- SessionInputBuffer - Interface in org.apache.http.nio.reactor
-
Session input buffer for non-blocking connections.
- SessionInputBufferImpl - Class in org.apache.http.impl.io
-
Abstract base class for session input buffers that stream data from an arbitrary
InputStream
. - SessionInputBufferImpl - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
SessionInputBuffer
based on theExpandableBuffer
class. - SessionInputBufferImpl(int) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Creates SessionInputBufferImpl instance.
- SessionInputBufferImpl(int, int) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Creates SessionInputBufferImpl instance.
- SessionInputBufferImpl(int, int, Charset) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Creates SessionInputBufferImpl instance.
- SessionInputBufferImpl(int, int, CharsetDecoder, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Creates SessionInputBufferImpl instance.
- SessionInputBufferImpl(int, int, MessageConstraints, Charset) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Creates SessionInputBufferImpl instance.
- SessionInputBufferImpl(int, int, MessageConstraints, CharsetDecoder, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Creates SessionInputBufferImpl instance.
- SessionInputBufferImpl(int, int, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Deprecated.
- SessionInputBufferImpl(int, int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBufferImpl
-
Deprecated.
- SessionInputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class org.apache.http.impl.io.SessionInputBufferImpl
- SessionInputBufferImpl(HttpTransportMetricsImpl, int, int, MessageConstraints, CharsetDecoder) - Constructor for class org.apache.http.impl.io.SessionInputBufferImpl
-
Creates new instance of SessionInputBufferImpl.
- SessionOutputBuffer - Interface in org.apache.http.io
-
Session output buffer for blocking connections.
- SessionOutputBuffer - Interface in org.apache.http.nio.reactor
-
Session output buffer for non-blocking connections.
- SessionOutputBufferImpl - Class in org.apache.http.impl.io
-
Abstract base class for session output buffers that stream data to an arbitrary
OutputStream
. - SessionOutputBufferImpl - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
SessionOutputBuffer
based on theExpandableBuffer
class. - SessionOutputBufferImpl(int) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
-
Creates SessionOutputBufferImpl instance.
- SessionOutputBufferImpl(int, int) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
-
Creates SessionOutputBufferImpl instance.
- SessionOutputBufferImpl(int, int, Charset) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
-
Creates SessionOutputBufferImpl instance.
- SessionOutputBufferImpl(int, int, CharsetEncoder, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
-
Creates SessionOutputBufferImpl instance.
- SessionOutputBufferImpl(int, int, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
-
Deprecated.
- SessionOutputBufferImpl(int, int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
-
Deprecated.
- SessionOutputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class org.apache.http.impl.io.SessionOutputBufferImpl
- SessionOutputBufferImpl(HttpTransportMetricsImpl, int, int, CharsetEncoder) - Constructor for class org.apache.http.impl.io.SessionOutputBufferImpl
-
Creates new instance of SessionOutputBufferImpl.
- sessionRequest - Variable in class org.apache.http.impl.nio.reactor.ChannelEntry
- sessionRequest - Variable in class org.apache.http.impl.nio.reactor.SessionRequestHandle
- SessionRequest - Interface in org.apache.http.nio.reactor
-
SessionRequest interface represents a request to establish a new connection (or session) to a remote host.
- sessionRequestCallback - Variable in class org.apache.http.nio.pool.AbstractNIOConnPool
- SessionRequestCallback - Interface in org.apache.http.nio.reactor
-
SessionRequestCallback interface can be used to get notifications of completion of session requests asynchronously without having to wait for it, blocking the current thread of execution.
- SessionRequestHandle - Class in org.apache.http.impl.nio.reactor
-
Session request handle class used by I/O reactor implementations to keep a reference to a
SessionRequest
along with the time the request was made. - SessionRequestHandle(SessionRequestImpl) - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestHandle
- SessionRequestImpl - Class in org.apache.http.impl.nio.reactor
-
Default implementation of
SessionRequest
. - SessionRequestImpl(SocketAddress, SocketAddress, Object, SessionRequestCallback) - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestImpl
- SessionRequestImpl.SessionRequestState - Enum in org.apache.http.impl.nio.reactor
- sessionRequestRef - Variable in class org.apache.http.nio.pool.LeaseRequest
- SessionRequestState() - Constructor for enum org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
- sessions - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- sessionTimedOut(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when a session has timed out.
- sessionTimedOut(IOSession) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Processes timed out I/O session.
- setAttribute(String, Object) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- setAttribute(String, Object) - Method in class org.apache.http.impl.nio.SessionHttpContext
- setAttribute(String, Object) - Method in interface org.apache.http.nio.reactor.IOSession
-
This method can be used to associate a particular object with the session by the given attribute name.
- setAttribute(String, Object) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- setAttribute(String, Object) - Method in class org.apache.http.protocol.BasicHttpContext
- setAttribute(String, Object) - Method in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- setAttribute(String, Object) - Method in interface org.apache.http.protocol.HttpContext
-
Sets value of the attribute with the given name.
- setAttribute(String, Object) - Method in class org.apache.http.protocol.HttpCoreContext
- setAttribute(String, Object) - Method in class org.apache.http.protocol.SyncBasicHttpContext
-
Deprecated.
- setBacklogSize(int) - Method in class org.apache.http.config.SocketConfig.Builder
- setBacklogSize(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setBooleanParameter(String, boolean) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- setBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Assigns a
Boolean
to the parameter with the given name - setBufferSize(int) - Method in class org.apache.http.config.ConnectionConfig.Builder
- setBufferStatus(SessionBufferStatus) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- setBufferStatus(SessionBufferStatus) - Method in interface org.apache.http.nio.reactor.IOSession
-
Quite often I/O sessions need to maintain internal I/O buffers in order to transform input / output data prior to returning it to the consumer or writing it to the underlying channel.
- setBufferStatus(SessionBufferStatus) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- setBytesTransferred(long) - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
- setCallback(Cancellable) - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Sets
Cancellable
callback to be invoked in case the underlying connection times out or gets terminated prematurely by the client. - setCallback(Cancellable) - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- setCancellable(Cancellable) - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- setCharset(Charset) - Method in class org.apache.http.config.ConnectionConfig.Builder
- setChunked(boolean) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the 'chunked' flag.
- setCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
-
Sets the completed status of this decoder to true.
- setCompleted(boolean) - Method in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
-
Sets the completed status of this decoder.
- setConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Sets connection configuration.
- setConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Sets connection configuration.
- setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection>) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
HttpConnectionFactory
instance. - setConnectionFactory(NHttpConnectionFactory<? extends DefaultNHttpServerConnection>) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
NHttpConnectionFactory
instance. - setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
ConnectionReuseStrategy
instance. - setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
ConnectionReuseStrategy
instance. - setConnectionTimeout(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- setConnectionTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.CONNECTION_TIMEOUT
parameter. - setConnectTimeout(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setConnectTimeout(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setConnectTimeout(int) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- setConnectTimeout(int) - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Sets connect timeout value in milliseconds.
- setConnReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.1) set
ConnectionReuseStrategy
using constructor - setConsumingEntity(ConsumingNHttpEntity) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- setConsumingEntity(ConsumingNHttpEntity) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setContent(InputStream) - Method in class org.apache.http.entity.BasicHttpEntity
-
Specifies the content.
- setContentBufferSize(int) - Method in class org.apache.http.nio.params.NIOReactorParamBean
-
Deprecated.
- setContentBufferSize(HttpParams, int) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Sets value of the
NIOReactorPNames.CONTENT_BUFFER_SIZE
parameter. - setContentCharset(String) - Method in class org.apache.http.params.HttpProtocolParamBean
-
Deprecated.
- setContentCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets value of the
CoreProtocolPNames.HTTP_CONTENT_CHARSET
parameter. - setContentEncoding(String) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Encoding header, as a string.
- setContentEncoding(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Encoding header.
- setContentLength(long) - Method in class org.apache.http.entity.BasicHttpEntity
-
Specifies the length of the content.
- setContentType(String) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Type header, as a string.
- setContentType(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
-
Specifies the Content-Type header.
- setDefaultMaxIoThreadCount(int) - Static method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
-
Sets the default value for
ioThreadCount
. - setDefaultMaxPerRoute(int) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- setDefaultMaxPerRoute(int) - Method in class org.apache.http.pool.AbstractConnPool
- setDefaultMaxPerRoute(int) - Method in interface org.apache.http.pool.ConnPoolControl
- setDoubleParameter(String, double) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- setDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Assigns a
Double
to the parameter with the given name - setEntity(HttpEntity) - Method in interface org.apache.http.HttpEntityEnclosingRequest
-
Associates the entity with this request.
- setEntity(HttpEntity) - Method in interface org.apache.http.HttpResponse
-
Associates a response entity with this response.
- setEntity(HttpEntity) - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
- setEntity(HttpEntity) - Method in class org.apache.http.message.BasicHttpResponse
- setEvent(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- setEvent(int) - Method in interface org.apache.http.nio.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.http.nio.reactor.ssl.SSLIOSession
- setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- setEventMask(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- setEventMask(int) - Method in interface org.apache.http.nio.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.http.nio.reactor.ssl.SSLIOSession
- setExceptionHandler(IOReactorExceptionHandler) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
-
Sets exception handler for this I/O reactor.
- setExceptionHandler(IOReactorExceptionHandler) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Sets exception handler for this I/O reactor.
- setExceptionLogger(ExceptionLogger) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
ExceptionLogger
instance. - setExceptionLogger(ExceptionLogger) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
ExceptionLogger
instance. - setExpectationFailed(boolean) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- setExpectationVerifier(HttpAsyncExpectationVerifier) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
HttpAsyncExpectationVerifier
instance. - setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
HttpExpectationVerifier
instance. - setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.1) set
HttpExpectationVerifier
using constructor - setFragmentSizeHint(int) - Method in class org.apache.http.config.ConnectionConfig.Builder
- setGracePeriod(HttpParams, long) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Sets value of the
NIOReactorPNames.GRACE_PERIOD
parameter. - setHandled(boolean) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setHandlerMapper(HttpAsyncRequestHandlerMapper) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
HttpAsyncRequestHandlerMapper
instance. - setHandlerMapper(HttpRequestHandlerMapper) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
HttpRequestHandlerMapper
instance. - setHandlerResolver(NHttpRequestHandlerResolver) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.1) set
HttpRequestHandlerResolver
using constructor - setHandlers(Map<String, HttpAsyncRequestHandler<?>>) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.Sets handlers from the given map.
- setHandlers(Map<String, NHttpRequestHandler>) - Method in class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.Sets handlers from the given map.
- setHandlers(Map<String, HttpRequestHandler>) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.Sets handlers from the given map.
- setHandlers(Map<String, T>) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Deprecated.(4.1) do not use
- setHeader(String, String) - Method in interface org.apache.http.HttpMessage
-
Overwrites the first header with the same name.
- setHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
- setHeader(Header) - Method in interface org.apache.http.HttpMessage
-
Overwrites the first header with the same name.
- setHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
- setHeaders(Header[]) - Method in interface org.apache.http.HttpMessage
-
Overwrites all the headers in the message.
- setHeaders(Header[]) - Method in class org.apache.http.message.AbstractHttpMessage
- setHeaders(Header[]) - Method in class org.apache.http.message.HeaderGroup
-
Sets all of the headers contained within this group overriding any existing headers.
- setHttpElementCharset(String) - Method in class org.apache.http.params.HttpProtocolParamBean
-
Deprecated.
- setHttpElementCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets value of the
CoreProtocolPNames.HTTP_ELEMENT_CHARSET
parameter. - setHttpException(HttpException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setHttpExepction(HttpException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setHttpProcessor(HttpProcessor) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
HttpProcessor
instance. - setHttpProcessor(HttpProcessor) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
HttpProcessor
instance. - setHttpProcessor(HttpProcessor) - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.1) set
HttpProcessor
using constructor - setIncoming(HttpAsyncService.Incoming) - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- setInputMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Sets input mode.
- setInputState(int) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- setInputState(int) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- setInterceptors(List<?>) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Deprecated.Sets the interceptor lists.
- setInterceptors(List<?>) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Deprecated.Sets the request interceptors in this list.
- setInterceptors(List<?>) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Deprecated.Sets the response interceptors in this list.
- setInterestOpQueued(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setInterestOpQueued(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setInterestOpsQueueing(HttpParams, boolean) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Sets value of the
NIOReactorPNames.INTEREST_OPS_QUEUEING
parameter. - setIntParameter(String, int) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- setIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Assigns an
Integer
to the parameter with the given name - setIOException(IOException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setIOExepction(IOException) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setIOReactorConfig(IOReactorConfig) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Sets I/O reactor configuration.
- setIoThreadCount(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setIoThreadCount(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setKey(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- setKey(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- setKeyManagerFactoryAlgorithm(String) - Method in class org.apache.http.ssl.SSLContextBuilder
-
Sets the key manager factory algorithm name.
- setKeyStoreType(String) - Method in class org.apache.http.ssl.SSLContextBuilder
-
Sets the key store type.
- setLength(int) - Method in class org.apache.http.util.ByteArrayBuffer
-
Sets the length of the buffer.
- setLength(int) - Method in class org.apache.http.util.CharArrayBuffer
-
Sets the length of the buffer.
- setLinger(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- setLinger(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.SO_LINGER
parameter. - setListenerPort(int) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Sets listener port number.
- setListenerPort(int) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Sets listener port number.
- setLocalAddress(InetAddress) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns local interface for the listener.
- setLocalAddress(InetAddress) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns local interface for the listener.
- setLocale(Locale) - Method in interface org.apache.http.HttpResponse
-
Changes the locale of this response.
- setLocale(Locale) - Method in class org.apache.http.message.BasicHttpResponse
- setLongParameter(String, long) - Method in class org.apache.http.params.AbstractHttpParams
-
Deprecated.
- setLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Assigns a
Long
to the parameter with the given name - setMalformedInputAction(CodingErrorAction) - Method in class org.apache.http.config.ConnectionConfig.Builder
- setMalformedInputAction(HttpParams, CodingErrorAction) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets value of the
CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION
parameter. - setMaxHeaderCount(int) - Method in class org.apache.http.config.MessageConstraints.Builder
- setMaxLineLength(int) - Method in class org.apache.http.config.MessageConstraints.Builder
- setMaxPerRoute(T, int) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- setMaxPerRoute(T, int) - Method in class org.apache.http.pool.AbstractConnPool
- setMaxPerRoute(T, int) - Method in interface org.apache.http.pool.ConnPoolControl
- setMaxTotal(int) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- setMaxTotal(int) - Method in class org.apache.http.pool.AbstractConnPool
- setMaxTotal(int) - Method in interface org.apache.http.pool.ConnPoolControl
- setMessageConstraints(MessageConstraints) - Method in class org.apache.http.config.ConnectionConfig.Builder
- setMetric(String, Object) - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
- setObjects(Map<String, T>) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Deprecated.(4.1) do not use
- setOutgoing(HttpAsyncService.Outgoing) - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- setOutputMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
-
Sets output mode.
- setOutputState(int) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- setOutputState(int) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- setOutputState(int) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- setParameter(String, Object) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.
- setParameter(String, Object) - Method in class org.apache.http.params.DefaultedHttpParams
-
Deprecated.Sets the parameter in the local collection.
- setParameter(String, Object) - Method in interface org.apache.http.params.HttpParams
-
Deprecated.Assigns the value to the parameter with the given name.
- setParameter(String, Object) - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- setParameters(String[], Object) - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.Assigns the value to all the parameter with the given names
- setParameters(String[], Object) - Method in class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
- setParams(HttpParams) - Method in interface org.apache.http.HttpMessage
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- setParams(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SSLIOSessionHandlerAdaptor
-
Deprecated.
- setParams(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SSLSetupHandlerAdaptor
-
Deprecated.
- setParams(HttpParams) - Method in class org.apache.http.message.AbstractHttpMessage
-
Deprecated.(4.3) use constructor parameters of configuration API provided by HttpClient
- setParams(HttpParams) - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.1) set
HttpResponseFactory
using constructor - setProducingEntity(ProducingNHttpEntity) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- setProducingEntity(ProducingNHttpEntity) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setProtocol(String) - Method in class org.apache.http.ssl.SSLContextBuilder
-
Sets the SSLContext protocol algorithm name.
- setProvider(String) - Method in class org.apache.http.ssl.SSLContextBuilder
- setProvider(Provider) - Method in class org.apache.http.ssl.SSLContextBuilder
- setRcvBufSize(int) - Method in class org.apache.http.config.SocketConfig.Builder
- setRcvBufSize(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setRcvBufSize(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setReason(int, String) - Static method in class org.apache.http.impl.EnglishReasonPhraseCatalog
-
Stores the given reason phrase, by status code.
- setReasonPhrase(String) - Method in interface org.apache.http.HttpResponse
-
Updates the status line of this response with a new reason phrase.
- setReasonPhrase(String) - Method in class org.apache.http.message.BasicHttpResponse
- setRequest(HttpRequest) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- setRequest(HttpRequest) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setRequest(HttpRequest) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- setRequest(HttpRequest) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- setRequest(HttpRequest) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- setRequestHandler(NHttpRequestHandler) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setRequestState(MessageState) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- setRequestState(MessageState) - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- setResponse(HttpResponse) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- setResponse(HttpResponse) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
-
Deprecated.
- setResponse(HttpResponse) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- setResponse(HttpResponse) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- setResponse(HttpResponse) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
HttpResponseFactory
instance. - setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
HttpResponseFactory
instance. - setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.protocol.HttpService
-
Deprecated.(4.1) set
HttpResponseFactory
using constructor - setResponseState(MessageState) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- setResponseState(MessageState) - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- setSecureRandom(SecureRandom) - Method in class org.apache.http.ssl.SSLContextBuilder
- setSelectInterval(long) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setSelectInterval(long) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setSelectInterval(long) - Method in class org.apache.http.nio.params.NIOReactorParamBean
-
Deprecated.
- setSelectInterval(HttpParams, long) - Static method in class org.apache.http.nio.params.NIOReactorParams
-
Deprecated.Sets value of the
NIOReactorPNames.SELECT_INTERVAL
parameter. - setServerInfo(String) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
Server
response header value. - setServerInfo(String) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
Server
response header value. - setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
ServerSocketFactory
instance. - setSession(IOSession) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- setShutdownGracePeriod(long) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setShutdownGracePeriod(long) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setSndBufSize(int) - Method in class org.apache.http.config.SocketConfig.Builder
- setSndBufSize(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setSndBufSize(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setSocketBufferSize(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- setSocketBufferSize(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.SOCKET_BUFFER_SIZE
parameter. - setSocketConfig(SocketConfig) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Sets socket configuration.
- setSocketTimeout(int) - Method in interface org.apache.http.HttpConnection
-
Sets the socket timeout value.
- setSocketTimeout(int) - Method in class org.apache.http.impl.BHttpConnectionBase
- setSocketTimeout(int) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- setSocketTimeout(int) - Method in class org.apache.http.impl.nio.pool.BasicNIOPoolEntry
- setSocketTimeout(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- setSocketTimeout(int) - Method in interface org.apache.http.nio.reactor.IOSession
-
Sets value of the socket timeout in milliseconds.
- setSocketTimeout(int) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- setSoKeepalive(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setSoKeepalive(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.SO_KEEPALIVE
parameter. - setSoKeepAlive(boolean) - Method in class org.apache.http.config.SocketConfig.Builder
- setSoKeepAlive(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setSoLinger(int) - Method in class org.apache.http.config.SocketConfig.Builder
- setSoLinger(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setSoLinger(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.(4.3) use
IOReactorConfig.Builder.setSoLinger(int)
- setSoReuseaddr(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.SO_REUSEADDR
parameter. - setSoReuseAddress(boolean) - Method in class org.apache.http.config.SocketConfig.Builder
- setSoReuseAddress(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setSoReuseAddress(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setSoTimeout(int) - Method in class org.apache.http.config.SocketConfig.Builder
- setSoTimeout(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setSoTimeout(int) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setSoTimeout(int) - Method in class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- setSoTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.SO_TIMEOUT
parameter. - setSslContext(SSLContext) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
SSLContext
instance. - setSslContext(SSLContext) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
SSLContext
instance. - setSslSetupHandler(SSLServerSetupHandler) - Method in class org.apache.http.impl.bootstrap.ServerBootstrap
-
Assigns
SSLServerSetupHandler
instance. - setSslSetupHandler(SSLSetupHandler) - Method in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
-
Assigns
SSLSetupHandler
instance. - setStaleCheckingEnabled(boolean) - Method in class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- setStaleCheckingEnabled(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.STALE_CONNECTION_CHECK
parameter. - setState(Object) - Method in class org.apache.http.pool.PoolEntry
- setStatusCode(int) - Method in interface org.apache.http.HttpResponse
-
Updates the status line of this response with a new status code.
- setStatusCode(int) - Method in class org.apache.http.message.BasicHttpResponse
- setStatusLine(ProtocolVersion, int) - Method in interface org.apache.http.HttpResponse
-
Sets the status line of this response.
- setStatusLine(ProtocolVersion, int) - Method in class org.apache.http.message.BasicHttpResponse
- setStatusLine(ProtocolVersion, int, String) - Method in interface org.apache.http.HttpResponse
-
Sets the status line of this response with a reason phrase.
- setStatusLine(ProtocolVersion, int, String) - Method in class org.apache.http.message.BasicHttpResponse
- setStatusLine(StatusLine) - Method in interface org.apache.http.HttpResponse
-
Sets the status line of this response.
- setStatusLine(StatusLine) - Method in class org.apache.http.message.BasicHttpResponse
- setTargetHost(HttpHost) - Method in class org.apache.http.protocol.HttpCoreContext
- setTcpNoDelay(boolean) - Method in class org.apache.http.config.SocketConfig.Builder
- setTcpNoDelay(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- setTcpNoDelay(boolean) - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
-
Deprecated.
- setTcpNoDelay(boolean) - Method in class org.apache.http.params.HttpConnectionParamBean
-
Deprecated.
- setTcpNoDelay(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
-
Deprecated.Sets value of the
CoreConnectionPNames.TCP_NODELAY
parameter. - setTerminated() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- setTimeout(int) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- setTimeout(int) - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Sets timeout for this message exchange.
- setTimeout(int) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- setTimeout(int) - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- setTimeout(int) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- setTrustManagerFactoryAlgorithm(String) - Method in class org.apache.http.ssl.SSLContextBuilder
-
Sets the trust manager factory algorithm name.
- setUnmappableInputAction(CodingErrorAction) - Method in class org.apache.http.config.ConnectionConfig.Builder
- setUnmappableInputAction(HttpParams, CodingErrorAction) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets the value of the
CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION
parameter. - setUseExpectContinue(boolean) - Method in class org.apache.http.params.HttpProtocolParamBean
-
Deprecated.
- setUseExpectContinue(HttpParams, boolean) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets value of the
CoreProtocolPNames.USE_EXPECT_CONTINUE
parameter. - setUserAgent(String) - Method in class org.apache.http.params.HttpProtocolParamBean
-
Deprecated.
- setUserAgent(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets value of the
CoreProtocolPNames.USER_AGENT
parameter. - setValidateAfterInactivity(int) - Method in class org.apache.http.pool.AbstractConnPool
- setVersion(HttpVersion) - Method in class org.apache.http.params.HttpProtocolParamBean
-
Deprecated.
- setVersion(HttpParams, ProtocolVersion) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Sets value of the
CoreProtocolPNames.PROTOCOL_VERSION
parameter. - setWorkerRunning(boolean) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- SharedInputBuffer - Class in org.apache.http.nio.util
-
Implementation of the
ContentInputBuffer
interface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread. - SharedInputBuffer(int) - Constructor for class org.apache.http.nio.util.SharedInputBuffer
- SharedInputBuffer(int, IOControl, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SharedInputBuffer
-
Deprecated.
- SharedInputBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SharedInputBuffer
- SharedOutputBuffer - Class in org.apache.http.nio.util
-
Implementation of the
ContentOutputBuffer
interface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread. - SharedOutputBuffer(int) - Constructor for class org.apache.http.nio.util.SharedOutputBuffer
- SharedOutputBuffer(int, IOControl, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SharedOutputBuffer
-
Deprecated.
- SharedOutputBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SharedOutputBuffer
- SHUT_DOWN - org.apache.http.nio.reactor.IOReactorStatus
-
The reactor has shut down.
- shutdown - Variable in class org.apache.http.nio.util.SharedInputBuffer
- shutdown - Variable in class org.apache.http.nio.util.SharedOutputBuffer
- shutdown() - Method in interface org.apache.http.HttpConnection
-
Force-closes this connection.
- shutdown() - Method in class org.apache.http.impl.BHttpConnectionBase
- shutdown() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- shutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- shutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- shutdown() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- shutdown() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- shutdown() - Method in interface org.apache.http.nio.IOControl
-
Shuts down the underlying channel.
- shutdown() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- shutdown() - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- shutdown() - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- shutdown() - Method in interface org.apache.http.nio.reactor.IOReactor
-
Initiates shutdown of the reactor and blocks for a default period of time waiting for the reactor to terminate all active connections, to shut down itself and to release system resources it currently holds.
- shutdown() - Method in interface org.apache.http.nio.reactor.IOSession
-
Terminates the session by shutting down the underlying I/O channel.
- shutdown() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- shutdown() - Method in class org.apache.http.nio.util.SharedInputBuffer
- shutdown() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- shutdown() - Method in class org.apache.http.nio.util.SimpleInputBuffer
- shutdown() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- shutdown() - Method in class org.apache.http.pool.AbstractConnPool
-
Shuts down the pool.
- shutdown() - Method in class org.apache.http.pool.RouteSpecificPool
- shutdown(long) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- shutdown(long) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- shutdown(long) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- shutdown(long) - Method in interface org.apache.http.nio.reactor.IOReactor
-
Initiates shutdown of the reactor and blocks approximately for the given period of time in milliseconds waiting for the reactor to terminate all active connections, to shut down itself and to release system resources it currently holds.
- shutdown(long, TimeUnit) - Method in class org.apache.http.impl.bootstrap.HttpServer
- shutdown(long, TimeUnit) - Method in class org.apache.http.impl.nio.bootstrap.HttpServer
- SHUTDOWN - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- SHUTDOWN - Static variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.ServerConnState
-
Deprecated.
- SHUTDOWN_REQUEST - org.apache.http.nio.reactor.IOReactorStatus
-
Shutdown of the reactor has been requested.
- shutdownConnection(NHttpConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- shutdownConnection(NHttpConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- shutdownConnection(NHttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
-
Deprecated.
- shutdownConnection(NHttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- shutdownGracePeriod - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- shutdownGracePeriod - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- SHUTTING_DOWN - org.apache.http.nio.reactor.IOReactorStatus
-
The reactor is shutting down.
- SimpleInputBuffer - Class in org.apache.http.nio.util
-
Basic implementation of the
ContentInputBuffer
interface. - SimpleInputBuffer(int) - Constructor for class org.apache.http.nio.util.SimpleInputBuffer
- SimpleInputBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SimpleInputBuffer
- SimpleNHttpRequestHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
BasicAsyncRequestHandler
- SimpleNHttpRequestHandler() - Constructor for class org.apache.http.nio.protocol.SimpleNHttpRequestHandler
-
Deprecated.
- SimpleOutputBuffer - Class in org.apache.http.nio.util
-
Basic implementation of the
ContentOutputBuffer
interface. - SimpleOutputBuffer(int) - Constructor for class org.apache.http.nio.util.SimpleOutputBuffer
- SimpleOutputBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SimpleOutputBuffer
- skip(long) - Method in class org.apache.http.impl.io.ContentLengthInputStream
-
Skips and discards a number of bytes from the input stream.
- skip(long) - Method in class org.apache.http.impl.io.EmptyInputStream
- SkipContentListener - Class in org.apache.http.nio.entity
-
Deprecated.(4.2)
- SkipContentListener(ByteBufferAllocator) - Constructor for class org.apache.http.nio.entity.SkipContentListener
-
Deprecated.
- skipWhitespace(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParser
-
Helper to skip whitespace.
- skipWhiteSpace(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.TokenParser
-
Skips semantically insignificant whitespace characters and moves the cursor to the closest non-whitespace character.
- sndBufSize - Variable in class org.apache.http.config.SocketConfig.Builder
- sndBufSize - Variable in class org.apache.http.config.SocketConfig
- sndBufSize - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- sndBufSize - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- SO_KEEPALIVE - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Defines whether or not TCP is to send automatically a keepalive probe to the peer after an interval of inactivity (no data exchanged in either direction) between this host and the peer.
- SO_LINGER - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Sets SO_LINGER with the specified linger time in seconds.
- SO_REUSEADDR - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Defines whether the socket can be bound even though a previous connection is still in a timeout state.
- SO_TIMEOUT - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Defines the socket timeout (
SO_TIMEOUT
) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets). - socket - Variable in class org.apache.http.impl.io.SocketInputBuffer
-
Deprecated.
- socket - Variable in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- socket - Variable in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- SOCKET_BUFFER_SIZE - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
- SocketAccessor - Interface in org.apache.http.nio.reactor
-
Provides access to the underlying Socket.
- SocketAddressResolver<T> - Interface in org.apache.http.nio.pool
-
Strategy that resolves an abstract connection route to a local or a remote
SocketAddress
. - socketConfig - Variable in class org.apache.http.impl.bootstrap.HttpServer
- socketConfig - Variable in class org.apache.http.impl.bootstrap.RequestListener
- socketConfig - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- SocketConfig - Class in org.apache.http.config
-
Socket configuration.
- SocketConfig(int, boolean, int, boolean, boolean, int, int, int) - Constructor for class org.apache.http.config.SocketConfig
- SocketConfig.Builder - Class in org.apache.http.config
- socketHolder - Variable in class org.apache.http.impl.BHttpConnectionBase
- SocketHttpClientConnection - Class in org.apache.http.impl
-
Deprecated.(4.3) use
DefaultBHttpClientConnection
- SocketHttpClientConnection() - Constructor for class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- SocketHttpServerConnection - Class in org.apache.http.impl
-
Deprecated.Do not use.
- SocketHttpServerConnection() - Constructor for class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- SocketInputBuffer - Class in org.apache.http.impl.io
-
Deprecated.(4.3) use
SessionInputBufferImpl
- SocketInputBuffer(Socket, int, HttpParams) - Constructor for class org.apache.http.impl.io.SocketInputBuffer
-
Deprecated.Creates an instance of this class.
- SocketOutputBuffer - Class in org.apache.http.impl.io
-
Deprecated.(4.3) use
SessionOutputBufferImpl
- SocketOutputBuffer(Socket, int, HttpParams) - Constructor for class org.apache.http.impl.io.SocketOutputBuffer
-
Deprecated.Creates an instance of this class.
- socketTimeout - Variable in class org.apache.http.impl.nio.pool.BasicNIOPoolEntry
- socketTimeout - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- soKeepAlive - Variable in class org.apache.http.config.SocketConfig.Builder
- soKeepAlive - Variable in class org.apache.http.config.SocketConfig
- soKeepAlive - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- soKeepAlive - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- soLinger - Variable in class org.apache.http.config.SocketConfig.Builder
- soLinger - Variable in class org.apache.http.config.SocketConfig
- soLinger - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- soLinger - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- soReuseAddress - Variable in class org.apache.http.config.SocketConfig.Builder
- soReuseAddress - Variable in class org.apache.http.config.SocketConfig
- soReuseAddress - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- soReuseAddress - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- soTimeout - Variable in class org.apache.http.config.SocketConfig.Builder
- soTimeout - Variable in class org.apache.http.config.SocketConfig
- soTimeout - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- soTimeout - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- SP - Static variable in class org.apache.http.Consts
- SP - Static variable in class org.apache.http.message.TokenParser
-
US-ASCII SP, space (32)
- SP - Static variable in class org.apache.http.protocol.HTTP
- SSL_SESSION - Static variable in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- SSL_SESSION - Static variable in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- SSLBuffer - Interface in org.apache.http.nio.reactor.ssl
-
Managed internal SSL buffer.
- SSLBufferManagementStrategy - Interface in org.apache.http.nio.reactor.ssl
-
Encapsulates logic to manager SSL input/output buffers.
- SSLClientIOEventDispatch - Class in org.apache.http.impl.nio.ssl
-
Deprecated.(4.2) use
DefaultHttpClientIODispatch
- SSLClientIOEventDispatch - Class in org.apache.http.impl.nio
-
Deprecated.(4.2) use
SSLClientIOEventDispatch
- SSLClientIOEventDispatch(NHttpClientHandler, SSLContext, SSLIOSessionHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLClientIOEventDispatch(NHttpClientHandler, SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLClientIOEventDispatch(NHttpClientHandler, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLClientIOEventDispatch(NHttpClientHandler, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - sslcontext - Variable in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- sslcontext - Variable in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- sslContext - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- sslContext - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- sslContext - Variable in class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.
- sslContext - Variable in class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.
- sslContext - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- sslContext - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLContextBuilder - Class in org.apache.http.ssl
-
Builder for
SSLContext
instances. - SSLContextBuilder() - Constructor for class org.apache.http.ssl.SSLContextBuilder
- SSLContextBuilder.KeyManagerDelegate - Class in org.apache.http.ssl
- SSLContextBuilder.TrustManagerDelegate - Class in org.apache.http.ssl
- SSLContexts - Class in org.apache.http.ssl
-
SSLContext
factory methods. - SSLContexts() - Constructor for class org.apache.http.ssl.SSLContexts
- SSLContextUtils - Class in org.apache.http.impl.nio
- SSLContextUtils() - Constructor for class org.apache.http.impl.nio.SSLContextUtils
- sslEngine - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- sslfactory - Variable in class org.apache.http.impl.pool.BasicConnFactory
- sslFactory - Variable in class org.apache.http.impl.nio.pool.BasicNIOConnFactory
- sslHandler - Variable in class org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
-
Deprecated.
- sslHandler - Variable in class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.
- sslHandler - Variable in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- sslHandler - Variable in class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- sslHandler - Variable in class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- sslHandler - Variable in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- SSLInitializationException - Exception in org.apache.http.ssl
- SSLInitializationException(String, Throwable) - Constructor for exception org.apache.http.ssl.SSLInitializationException
- SSLIOSession - Class in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2) use
SSLIOSession
- SSLIOSession - Class in org.apache.http.nio.reactor.ssl
-
SSLIOSession
is a decorator class intended to transparently extend anIOSession
with transport layer security capabilities based on the SSL/TLS protocol. - SSLIOSession(IOSession, SSLContext, SSLIOSessionHandler) - Constructor for class org.apache.http.impl.nio.reactor.SSLIOSession
-
Deprecated.
- SSLIOSession(IOSession, SSLContext, SSLSetupHandler) - Constructor for class org.apache.http.impl.nio.reactor.SSLIOSession
-
Deprecated.
- SSLIOSession(IOSession, SSLMode, SSLContext, SSLSetupHandler) - Constructor for class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Creates new instance of
SSLIOSession
class. - SSLIOSession(IOSession, SSLMode, HttpHost, SSLContext, SSLSetupHandler) - Constructor for class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Creates new instance of
SSLIOSession
class. - SSLIOSession(IOSession, SSLMode, HttpHost, SSLContext, SSLSetupHandler, SSLBufferManagementStrategy) - Constructor for class org.apache.http.nio.reactor.ssl.SSLIOSession
-
Creates new instance of
SSLIOSession
class. - SSLIOSession.InternalByteChannel - Class in org.apache.http.nio.reactor.ssl
- SSLIOSessionHandler - Interface in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2) Use
SSLSetupHandler
- SSLIOSessionHandlerAdaptor - Class in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2)
- SSLIOSessionHandlerAdaptor(SSLIOSessionHandler) - Constructor for class org.apache.http.impl.nio.reactor.SSLIOSessionHandlerAdaptor
-
Deprecated.
- sslMode - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- SSLMode - Enum in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2)
- SSLMode - Enum in org.apache.http.nio.reactor.ssl
- SSLMode() - Constructor for enum org.apache.http.impl.nio.reactor.SSLMode
-
Deprecated.
- SSLMode() - Constructor for enum org.apache.http.nio.reactor.ssl.SSLMode
- SSLNHttpClientConnectionFactory - Class in org.apache.http.impl.nio
-
Default factory for SSL encrypted, non-blocking
NHttpClientConnection
s. - SSLNHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, ContentLengthStrategy, ContentLengthStrategy, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory<HttpResponse>, NHttpMessageWriterFactory<HttpRequest>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
-
Deprecated.
- SSLNHttpClientConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
- SSLNHttpClientConnectionFactory(HttpParams) - Constructor for class org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
-
Deprecated.
- SSLNHttpServerConnectionFactory - Class in org.apache.http.impl.nio
-
Default factory for SSL encrypted, non-blocking
NHttpServerConnection
s. - SSLNHttpServerConnectionFactory() - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, ContentLengthStrategy, ContentLengthStrategy, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, HttpRequestFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, NHttpMessageParserFactory<HttpRequest>, NHttpMessageWriterFactory<HttpResponse>, ByteBufferAllocator, ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
-
Deprecated.
- SSLNHttpServerConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
- SSLNHttpServerConnectionFactory(HttpParams) - Constructor for class org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
-
Deprecated.
- SSLServerIOEventDispatch - Class in org.apache.http.impl.nio.ssl
-
Deprecated.(4.2) use
DefaultHttpServerIODispatch
- SSLServerIOEventDispatch - Class in org.apache.http.impl.nio
-
Deprecated.(4.2) use
SSLServerIOEventDispatch
- SSLServerIOEventDispatch(NHttpServiceHandler, SSLContext, SSLIOSessionHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLServerIOEventDispatch(NHttpServiceHandler, SSLContext, SSLSetupHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLServerIOEventDispatch(NHttpServiceHandler, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLServerIOEventDispatch(NHttpServiceHandler, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given
SSLContext
. - SSLServerSetupHandler - Interface in org.apache.http.impl.bootstrap
-
Server SSL setup handler.
- sslSetupHandler - Variable in class org.apache.http.impl.bootstrap.HttpServer
- sslSetupHandler - Variable in class org.apache.http.impl.bootstrap.ServerBootstrap
- sslSetupHandler - Variable in class org.apache.http.impl.nio.bootstrap.ServerBootstrap
- SSLSetupHandler - Interface in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2) use
SSLSetupHandler
- SSLSetupHandler - Interface in org.apache.http.nio.reactor.ssl
-
Callback interface that can be used to customize various aspects of the TLS/SSL protocol.
- SSLSetupHandlerAdaptor - Class in org.apache.http.impl.nio.reactor
-
Deprecated.(4.2)
- SSLSetupHandlerAdaptor(SSLSetupHandler) - Constructor for class org.apache.http.impl.nio.reactor.SSLSetupHandlerAdaptor
-
Deprecated.
- STALE_CONNECTION_CHECK - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Determines whether stale connection check is to be used.
- start() - Method in class org.apache.http.impl.bootstrap.HttpServer
- start() - Method in class org.apache.http.impl.nio.bootstrap.HttpServer
- startedTime - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- startedTime - Variable in class org.apache.http.impl.nio.reactor.SessionHandle
-
Deprecated.
- state - Variable in class org.apache.http.impl.io.AbstractMessageParser
- state - Variable in class org.apache.http.impl.io.ChunkedInputStream
- state - Variable in class org.apache.http.impl.nio.codecs.AbstractMessageParser
- state - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- state - Variable in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- state - Variable in class org.apache.http.nio.pool.LeaseRequest
- state - Variable in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- state - Variable in class org.apache.http.pool.PoolEntry
- State() - Constructor for class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- State() - Constructor for class org.apache.http.nio.protocol.HttpAsyncService.State
- status - Variable in class org.apache.http.impl.bootstrap.HttpServer
- status - Variable in class org.apache.http.impl.nio.bootstrap.HttpServer
- status - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
- status - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- status - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- status - Variable in class org.apache.http.impl.nio.reactor.IOSessionImpl
- status - Variable in class org.apache.http.nio.reactor.ssl.SSLIOSession
- Status() - Constructor for enum org.apache.http.impl.bootstrap.HttpServer.Status
- Status() - Constructor for enum org.apache.http.impl.nio.bootstrap.HttpServer.Status
- STATUS_URI - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.7
- statusCode - Variable in class org.apache.http.message.BasicStatusLine
-
The status code.
- statusline - Variable in class org.apache.http.message.BasicHttpResponse
- StatusLine - Interface in org.apache.http
-
The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its associated textual phrase, with each element separated by SP characters.
- statusLock - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- statusMutex - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
- STD_ERR - Static variable in interface org.apache.http.ExceptionLogger
- stop() - Method in class org.apache.http.impl.bootstrap.HttpServer
- STOPPING - org.apache.http.impl.bootstrap.HttpServer.Status
- STOPPING - org.apache.http.impl.nio.bootstrap.HttpServer.Status
- streamRead(byte[], int, int) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
- streamWrite(byte[], int, int) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- STRICT_TRANSFER_ENCODING - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines whether responses with an invalid
Transfer-Encoding
header should be rejected. - StrictContentLengthStrategy - Class in org.apache.http.impl.entity
-
The strict implementation of the content length strategy.
- StrictContentLengthStrategy() - Constructor for class org.apache.http.impl.entity.StrictContentLengthStrategy
-
Creates
StrictContentLengthStrategy
instance. - StrictContentLengthStrategy(int) - Constructor for class org.apache.http.impl.entity.StrictContentLengthStrategy
-
Creates
StrictContentLengthStrategy
instance with the given length used per default when content length is not explicitly specified in the message. - StringEntity - Class in org.apache.http.entity
-
A self contained, repeatable entity that obtains its content from a
String
. - StringEntity(String) - Constructor for class org.apache.http.entity.StringEntity
-
Creates a StringEntity with the specified content.
- StringEntity(String, String) - Constructor for class org.apache.http.entity.StringEntity
-
Creates a StringEntity with the specified content and charset.
- StringEntity(String, String, String) - Constructor for class org.apache.http.entity.StringEntity
-
Deprecated.(4.1.3) use
StringEntity(String, ContentType)
- StringEntity(String, Charset) - Constructor for class org.apache.http.entity.StringEntity
-
Creates a StringEntity with the specified content and charset.
- StringEntity(String, ContentType) - Constructor for class org.apache.http.entity.StringEntity
-
Creates a StringEntity with the specified content and content type.
- submitRequest(HttpRequest) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
- submitRequest(HttpRequest) - Method in interface org.apache.http.nio.NHttpClientConnection
-
Submits
HttpRequest
to be sent to the target server. - submitRequest(HttpContext) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler.ExecutionHandlerAdaptor
-
Deprecated.
- submitRequest(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
-
Deprecated.Triggered when the underlying connection is ready to send a new HTTP request to the target host.
- submitRequest(HttpContext) - Method in interface org.apache.http.nio.protocol.NHttpRequestExecutionHandler
-
Deprecated.Triggered when the underlying connection is ready to send a new HTTP request to the target host.
- submitResponse() - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Submits the default HTTP response and completed the message exchange.
- submitResponse() - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- submitResponse(HttpResponse) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
- submitResponse(HttpResponse) - Method in interface org.apache.http.nio.NHttpServerConnection
-
Submits {link @HttpResponse} to be sent to the client.
- submitResponse(HttpResponse) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- submitResponse(HttpResponse) - Method in interface org.apache.http.nio.protocol.NHttpResponseTrigger
-
Deprecated.Submits a response to be sent back to the client as a result of processing of the request.
- submitResponse(HttpAsyncResponseProducer) - Method in interface org.apache.http.nio.protocol.HttpAsyncExchange
-
Submits an HTTP response using a custom
HttpAsyncResponseProducer
. - submitResponse(HttpAsyncResponseProducer) - Method in class org.apache.http.nio.protocol.HttpAsyncService.HttpAsyncExchangeImpl
- subSequence(int, int) - Method in class org.apache.http.util.CharArrayBuffer
- substring(int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns a substring of this buffer.
- substringTrimmed(int, int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns a substring of this buffer with leading and trailing whitespace omitted.
- SUCCESSFUL - org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
- suspendInput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- suspendInput() - Method in interface org.apache.http.nio.IOControl
-
Suspends event notifications about the underlying channel being ready for input operations.
- suspendOutput() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- suspendOutput() - Method in interface org.apache.http.nio.IOControl
-
Suspends event notifications about the underlying channel being ready for output operations.
- SyncBasicHttpContext - Class in org.apache.http.protocol
-
Deprecated.(4.2) HttpContext instances may not be shared by multiple threads
- SyncBasicHttpContext() - Constructor for class org.apache.http.protocol.SyncBasicHttpContext
-
Deprecated.
- SyncBasicHttpContext(HttpContext) - Constructor for class org.apache.http.protocol.SyncBasicHttpContext
-
Deprecated.
- SyncBasicHttpParams - Class in org.apache.http.params
-
Deprecated.(4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
- SyncBasicHttpParams() - Constructor for class org.apache.http.params.SyncBasicHttpParams
-
Deprecated.
T
- target - Variable in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- TARGET_HOST - Static variable in class org.apache.http.protocol.HTTP
- TCP_NODELAY - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Deprecated.Determines whether Nagle's algorithm is to be used.
- tcpNoDelay - Variable in class org.apache.http.config.SocketConfig.Builder
- tcpNoDelay - Variable in class org.apache.http.config.SocketConfig
- tcpNoDelay - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
- tcpNoDelay - Variable in class org.apache.http.impl.nio.reactor.IOReactorConfig
- TE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.39
- terminate() - Method in class org.apache.http.impl.bootstrap.RequestListener
- terminated - Variable in class org.apache.http.impl.bootstrap.RequestListener
- terminated - Variable in class org.apache.http.nio.protocol.HttpAsyncService.State
- TEXT_HTML - Static variable in class org.apache.http.entity.ContentType
- TEXT_PLAIN - Static variable in class org.apache.http.entity.ContentType
- TEXT_XML - Static variable in class org.apache.http.entity.ContentType
- TextUtils - Class in org.apache.http.util
- TextUtils() - Constructor for class org.apache.http.util.TextUtils
- threadFactory - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- ThreadFactoryImpl - Class in org.apache.http.impl.bootstrap
- ThreadFactoryImpl - Class in org.apache.http.impl.nio.bootstrap
- ThreadFactoryImpl(String) - Constructor for class org.apache.http.impl.bootstrap.ThreadFactoryImpl
- ThreadFactoryImpl(String) - Constructor for class org.apache.http.impl.nio.bootstrap.ThreadFactoryImpl
- ThreadFactoryImpl(String, ThreadGroup) - Constructor for class org.apache.http.impl.bootstrap.ThreadFactoryImpl
- ThreadFactoryImpl(String, ThreadGroup) - Constructor for class org.apache.http.impl.nio.bootstrap.ThreadFactoryImpl
- threading() - Method in annotation type org.apache.http.annotation.Contract
- ThreadingBehavior - Enum in org.apache.http.annotation
-
Defines types of threading behavior enforced at runtime.
- ThreadingBehavior() - Constructor for enum org.apache.http.annotation.ThreadingBehavior
- threads - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- ThrottlingHttpClientHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncRequestExecutor
andHttpAsyncRequester
- ThrottlingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- ThrottlingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, ByteBufferAllocator, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- ThrottlingHttpClientHandler.ClientConnState - Class in org.apache.http.nio.protocol
-
Deprecated.
- ThrottlingHttpServiceHandler - Class in org.apache.http.nio.protocol
-
Deprecated.(4.2) use
HttpAsyncService
- ThrottlingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- ThrottlingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, ByteBufferAllocator, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- ThrottlingHttpServiceHandler.ServerConnState - Class in org.apache.http.nio.protocol
-
Deprecated.
- time - Variable in class org.apache.http.impl.nio.reactor.ExceptionEvent
- TIMEDOUT - org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
- timeout - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- timeout - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- timeout - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- timeout() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- timeout(NHttpClientConnection) - Method in class org.apache.http.impl.nio.NHttpClientEventHandlerAdaptor
-
Deprecated.
- timeout(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientEventHandler
-
Triggered when no input is detected on this connection over the maximum period of inactivity.
- timeout(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
-
Deprecated.Triggered when no input is detected on this connection over the maximum period of inactivity.
- timeout(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpClientHandler
-
Deprecated.
- timeout(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
-
Deprecated.
- timeout(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- timeout(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
-
Deprecated.
- timeout(NHttpServerConnection) - Method in class org.apache.http.impl.nio.NHttpServerEventHandlerAdaptor
-
Deprecated.
- timeout(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServerEventHandler
-
Triggered when no input is detected on this connection over the maximum period of inactivity.
- timeout(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
-
Deprecated.Triggered when no input is detected on this connection over the maximum period of inactivity.
- timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler
-
Deprecated.
- timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
-
Deprecated.
- timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
-
Deprecated.
- timeout(IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIODispatch
- timeout(IOSession) - Method in class org.apache.http.impl.nio.SSLClientIOEventDispatch
-
Deprecated.
- timeout(IOSession) - Method in class org.apache.http.impl.nio.SSLServerIOEventDispatch
-
Deprecated.
- timeout(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
-
Triggered when the given session as timed out.
- timeout(SessionRequest) - Method in class org.apache.http.nio.pool.AbstractNIOConnPool.InternalSessionRequestCallback
- timeout(SessionRequest) - Method in class org.apache.http.nio.pool.RouteSpecificPool
- timeout(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
-
Triggered if a
SessionRequest
times out. - TIMEOUT - Static variable in class org.apache.http.HttpHeaders
-
RFC 2518 (WevDAV) Section 9.8
- timeoutCheck(SelectionKey, long) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered to verify whether the I/O session associated with the given selection key has not timed out.
- timeoutCheckInterval - Variable in class org.apache.http.impl.nio.reactor.BaseIOReactor
- TLS - Static variable in class org.apache.http.ssl.SSLContextBuilder
- toByteArray() - Method in class org.apache.http.util.ByteArrayBuffer
-
Converts the content of this buffer to an array of bytes.
- toByteArray(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Read the contents of an entity and return it as a byte array.
- toCharArray() - Method in class org.apache.http.util.CharArrayBuffer
-
Converts the content of this buffer to an array of chars.
- toHostString() - Method in class org.apache.http.HttpHost
-
Obtains the host string, without scheme prefix.
- TOKEN_DELIMS - Static variable in class org.apache.http.message.BasicHeaderValueParser
- TokenIterator - Interface in org.apache.http
-
An iterator for
String
tokens. - tokenParser - Variable in class org.apache.http.message.BasicHeaderValueParser
- TokenParser - Class in org.apache.http.message
-
Low level parser for header field elements.
- TokenParser() - Constructor for class org.apache.http.message.TokenParser
- toStatusCode(Exception, HttpContext) - Method in class org.apache.http.nio.protocol.HttpAsyncService
- toString() - Method in class org.apache.http.config.ConnectionConfig
- toString() - Method in class org.apache.http.config.MessageConstraints
- toString() - Method in class org.apache.http.config.Registry
- toString() - Method in class org.apache.http.config.RegistryBuilder
- toString() - Method in class org.apache.http.config.SocketConfig
- toString() - Method in class org.apache.http.entity.AbstractHttpEntity
- toString() - Method in class org.apache.http.entity.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.http.HttpHost
- toString() - Method in class org.apache.http.impl.BHttpConnectionBase
- toString() - Method in class org.apache.http.impl.nio.codecs.ChunkDecoder
- toString() - Method in class org.apache.http.impl.nio.codecs.ChunkEncoder
- toString() - Method in class org.apache.http.impl.nio.codecs.IdentityDecoder
- toString() - Method in class org.apache.http.impl.nio.codecs.IdentityEncoder
- toString() - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
- toString() - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- toString() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
- toString() - Method in class org.apache.http.impl.nio.reactor.ExceptionEvent
- toString() - Method in class org.apache.http.impl.nio.reactor.IOReactorConfig
- toString() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
- toString() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- toString() - Method in class org.apache.http.impl.nio.SessionHttpContext
- toString() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Deprecated.
- toString() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Deprecated.
- toString() - Method in class org.apache.http.message.BasicHeader
- toString() - Method in class org.apache.http.message.BasicHeaderElement
- toString() - Method in class org.apache.http.message.BasicHttpRequest
- toString() - Method in class org.apache.http.message.BasicHttpResponse
- toString() - Method in class org.apache.http.message.BasicNameValuePair
- toString() - Method in class org.apache.http.message.BasicRequestLine
- toString() - Method in class org.apache.http.message.BasicStatusLine
- toString() - Method in class org.apache.http.message.BufferedHeader
- toString() - Method in class org.apache.http.message.HeaderGroup
- toString() - Method in class org.apache.http.message.ParserCursor
- toString() - Method in class org.apache.http.nio.entity.EntityAsyncContentProducer
- toString() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- toString() - Method in class org.apache.http.nio.pool.LeaseRequest
- toString() - Method in class org.apache.http.nio.pool.RouteSpecificPool
- toString() - Method in class org.apache.http.nio.protocol.BasicAsyncRequestProducer
- toString() - Method in class org.apache.http.nio.protocol.BasicAsyncResponseProducer
- toString() - Method in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- toString() - Method in class org.apache.http.nio.protocol.HttpAsyncService.State
- toString() - Method in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
- toString() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- toString() - Method in class org.apache.http.nio.util.ExpandableBuffer
- toString() - Method in class org.apache.http.params.BasicHttpParams
-
Deprecated.
- toString() - Method in class org.apache.http.pool.AbstractConnPool
- toString() - Method in class org.apache.http.pool.PoolEntry
- toString() - Method in class org.apache.http.pool.PoolStats
- toString() - Method in class org.apache.http.pool.RouteSpecificPool
- toString() - Method in class org.apache.http.protocol.BasicHttpContext
- toString() - Method in class org.apache.http.protocol.DefaultedHttpContext
-
Deprecated.
- toString() - Method in class org.apache.http.protocol.UriPatternMatcher
- toString() - Method in class org.apache.http.ProtocolVersion
-
Converts this protocol version to a string.
- toString() - Method in class org.apache.http.ssl.PrivateKeyDetails
- toString() - Method in class org.apache.http.ssl.SSLContextBuilder
- toString() - Method in class org.apache.http.util.CharArrayBuffer
- toString() - Method in class org.apache.http.util.VersionInfo
-
Provides the version information in human-readable format.
- toString(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Read the contents of an entity and return it as a String.
- toString(HttpEntity, String) - Static method in class org.apache.http.util.EntityUtils
-
Get 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.http.util.EntityUtils
-
Get the entity content as a String, using the provided default character set if none is found in the entity.
- toString(HttpEntity, ContentType) - Static method in class org.apache.http.util.EntityUtils
- total - Variable in class org.apache.http.impl.io.ContentLengthOutputStream
-
Total bytes written
- toURI() - Method in class org.apache.http.HttpHost
-
Return the host URI, as a string.
- TRAILER - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.40
- trailerBufs - Variable in class org.apache.http.impl.nio.codecs.ChunkDecoder
- transfer(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.IdentityDecoder
- transfer(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.IdentityEncoder
- transfer(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
- transfer(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- transfer(FileChannel, long, long) - Method in interface org.apache.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.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.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.41
- TRANSFER_ENCODING - Static variable in class org.apache.http.protocol.HTTP
-
HTTP header definitions
- triggered - Variable in class org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ResponseTriggerImpl
-
Deprecated.
- TruncatedChunkException - Exception in org.apache.http
-
Signals a truncated chunk in a chunked stream.
- TruncatedChunkException(String) - Constructor for exception org.apache.http.TruncatedChunkException
-
Creates a TruncatedChunkException with the specified detail message.
- TruncatedChunkException(String, Object...) - Constructor for exception org.apache.http.TruncatedChunkException
-
Constructs a new TruncatedChunkException with the specified detail message.
- trustManager - Variable in class org.apache.http.ssl.SSLContextBuilder.TrustManagerDelegate
- TrustManagerDelegate(X509TrustManager, TrustStrategy) - Constructor for class org.apache.http.ssl.SSLContextBuilder.TrustManagerDelegate
- trustManagerFactoryAlgorithm - Variable in class org.apache.http.ssl.SSLContextBuilder
- trustManagers - Variable in class org.apache.http.ssl.SSLContextBuilder
- trustStrategy - Variable in class org.apache.http.ssl.SSLContextBuilder.TrustManagerDelegate
- TrustStrategy - Interface in org.apache.http.ssl
-
A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.
- type - Variable in class org.apache.http.ssl.PrivateKeyDetails
U
- UNAVAILABLE - Static variable in class org.apache.http.util.VersionInfo
-
A string constant for unavailable information.
- uniqueClasses - Variable in class org.apache.http.protocol.ChainBuilder
- unmappableInputAction - Variable in class org.apache.http.config.ConnectionConfig.Builder
- unmappableInputAction - Variable in class org.apache.http.config.ConnectionConfig
- unqueue(Future<E>) - Method in class org.apache.http.pool.RouteSpecificPool
- unregister(String) - Method in class org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
-
Deprecated.Removes registered handler, if exists, for the given pattern.
- unregister(String) - Method in class org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
-
Deprecated.Removes registered handler, if exists, for the given pattern.
- unregister(String) - Method in class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
-
Removes registered handler, if exists, for the given pattern.
- unregister(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
-
Deprecated.Removes registered handler, if exists, for the given pattern.
- unregister(String) - Method in class org.apache.http.protocol.UriHttpRequestHandlerMapper
-
Removes registered handler, if exists, for the given pattern.
- unregister(String) - Method in class org.apache.http.protocol.UriPatternMatcher
-
Removes registered object, if exists, for the given pattern.
- UNSAFE - org.apache.http.annotation.ThreadingBehavior
-
Instances of classes with the given contract are expected to be non thread-safe.
- UNSAFE_CHARS - Static variable in class org.apache.http.message.BasicHeaderValueFormatter
-
Unsafe special characters that must be escaped using the backslash character
- UnsupportedHttpVersionException - Exception in org.apache.http
-
Signals an unsupported version of the HTTP protocol.
- UnsupportedHttpVersionException() - Constructor for exception org.apache.http.UnsupportedHttpVersionException
-
Creates an exception without a detail message.
- UnsupportedHttpVersionException(String) - Constructor for exception org.apache.http.UnsupportedHttpVersionException
-
Creates an exception with the specified detail message.
- updated - Variable in class org.apache.http.pool.PoolEntry
- updateEntity(HttpResponse, HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Updates an entity in a response by first consuming an existing entity, then setting the new one.
- updateEventMask() - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- updateExpiry(long, TimeUnit) - Method in class org.apache.http.pool.PoolEntry
- updateHeader(Header) - Method in class org.apache.http.message.HeaderGroup
-
Replaces the first occurence of the header with the same name.
- updatePos(int) - Method in class org.apache.http.message.ParserCursor
- UPGRADE - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.42
- upperBound - Variable in class org.apache.http.message.ParserCursor
- uri - Variable in class org.apache.http.message.BasicHttpRequest
- uri - Variable in class org.apache.http.message.BasicRequestLine
- UriHttpAsyncRequestHandlerMapper - Class in org.apache.http.nio.protocol
-
Maintains a map of HTTP request handlers keyed by a request URI pattern.
- UriHttpAsyncRequestHandlerMapper() - Constructor for class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
- UriHttpAsyncRequestHandlerMapper(UriPatternMatcher<HttpAsyncRequestHandler<?>>) - Constructor for class org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
- UriHttpRequestHandlerMapper - Class in org.apache.http.protocol
-
Maintains a map of HTTP request handlers keyed by a request URI pattern.
- UriHttpRequestHandlerMapper() - Constructor for class org.apache.http.protocol.UriHttpRequestHandlerMapper
- UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler>) - Constructor for class org.apache.http.protocol.UriHttpRequestHandlerMapper
- UriPatternMatcher<T> - Class in org.apache.http.protocol
-
Maintains a map of objects keyed by a request URI pattern.
- UriPatternMatcher() - Constructor for class org.apache.http.protocol.UriPatternMatcher
- US_ASCII - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- USE_EXPECT_CONTINUE - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
- useExpectContinue(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
-
Deprecated.Obtains value of the
CoreProtocolPNames.USE_EXPECT_CONTINUE
parameter. - useFileChannels - Variable in class org.apache.http.nio.entity.NFileEntity
- useProtocol(String) - Method in class org.apache.http.ssl.SSLContextBuilder
-
Deprecated.
- USER_AGENT - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.15, RFC 2616 (HTTP/1.1) Section 14.43
- USER_AGENT - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the content of the
User-Agent
header. - USER_AGENT - Static variable in class org.apache.http.protocol.HTTP
- userAgent - Variable in class org.apache.http.protocol.RequestUserAgent
- UTF_16 - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
- UTF_8 - Static variable in class org.apache.http.Consts
- UTF_8 - Static variable in class org.apache.http.protocol.HTTP
-
Deprecated.(4.2)
V
- valid - Variable in class org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
-
Deprecated.
- valid - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor.State
- valid(String) - Static method in class org.apache.http.entity.ContentType
- validate(E) - Method in class org.apache.http.pool.AbstractConnPool
- validate(Set<SelectionKey>) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered to validate keys currently registered with the selector.
- validate(Set<SelectionKey>) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Verifies whether any of the sessions associated with the given selection keys timed out by invoking the
AbstractIOReactor.timeoutCheck(SelectionKey, long)
method. - validate(BasicPoolEntry) - Method in class org.apache.http.impl.pool.BasicConnPool
- validateAddress(SocketAddress) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
- validateAfterInactivity - Variable in class org.apache.http.pool.AbstractConnPool
- validatePendingRequests() - Method in class org.apache.http.nio.pool.AbstractNIOConnPool
- validityDeadline - Variable in class org.apache.http.pool.PoolEntry
- value - Variable in class org.apache.http.message.BasicHeader
- value - Variable in class org.apache.http.message.BasicHeaderElement
- value - Variable in class org.apache.http.message.BasicNameValuePair
- VALUE_DELIMS - Static variable in class org.apache.http.message.BasicHeaderValueParser
- valueOf(String) - Static method in enum org.apache.http.annotation.ThreadingBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.bootstrap.HttpServer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.nio.bootstrap.HttpServer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.nio.reactor.SSLMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.nio.protocol.MessageState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.nio.reactor.IOReactorStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.nio.reactor.ssl.SSLMode
-
Returns the enum constant of this type with the specified name.
- valuePos - Variable in class org.apache.http.message.BufferedHeader
-
The beginning of the header value in the buffer
- values() - Static method in enum org.apache.http.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.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.http.impl.nio.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.http.impl.nio.reactor.SessionRequestImpl.SessionRequestState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.http.impl.nio.reactor.SSLMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.http.nio.protocol.MessageState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.http.nio.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.http.nio.reactor.ssl.SSLMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARY - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.44
- ver - Variable in class org.apache.http.message.BasicHttpResponse
- verify(SocketAddress, SSLSession) - Method in interface org.apache.http.impl.nio.reactor.SSLIOSessionHandler
-
Deprecated.Triggered when the SSL connection has been established and initial SSL handshake has been successfully completed.
- verify(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpExpectationVerifier
-
Verifies whether the given request meets the server's expectations.
- verify(HttpAsyncExchange, HttpContext) - Method in interface org.apache.http.nio.protocol.HttpAsyncExpectationVerifier
- verify(IOSession, SSLSession) - Method in class org.apache.http.impl.nio.reactor.SSLIOSessionHandlerAdaptor
-
Deprecated.
- verify(IOSession, SSLSession) - Method in interface org.apache.http.impl.nio.reactor.SSLSetupHandler
-
Deprecated.Triggered when the SSL connection has been established and initial SSL handshake has been successfully completed.
- verify(IOSession, SSLSession) - Method in class org.apache.http.impl.nio.reactor.SSLSetupHandlerAdaptor
-
Deprecated.
- verify(IOSession, SSLSession) - Method in interface org.apache.http.nio.reactor.ssl.SSLSetupHandler
-
Triggered when the SSL connection has been established and initial SSL handshake has been successfully completed.
- VERSION_PROPERTY_FILE - Static variable in class org.apache.http.util.VersionInfo
-
The filename of the version information files.
- VersionInfo - Class in org.apache.http.util
-
Provides access to version information for HTTP components.
- VersionInfo(String, String, String, String, String) - Constructor for class org.apache.http.util.VersionInfo
-
Instantiates version information.
- VIA - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.45
W
- WAIT_FOR_CONTINUE - Static variable in interface org.apache.http.params.CoreProtocolPNames
-
Deprecated.Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response.
- waitFor() - Method in class org.apache.http.impl.nio.reactor.ListenerEndpointImpl
- waitFor() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
- waitFor() - Method in interface org.apache.http.nio.reactor.ListenerEndpoint
-
Waits for completion of initialization process of this endpoint.
- waitFor() - Method in interface org.apache.http.nio.reactor.SessionRequest
-
Waits for completion of this session request.
- waitForContinue - Variable in class org.apache.http.nio.protocol.HttpAsyncRequestExecutor
- waitForContinue - Variable in class org.apache.http.protocol.HttpRequestExecutor
- waitForData() - Method in class org.apache.http.nio.util.SharedInputBuffer
- WARNING - Static variable in class org.apache.http.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.46
- WILDCARD - Static variable in class org.apache.http.entity.ContentType
- withCharset(String) - Method in class org.apache.http.entity.ContentType
-
Creates a new instance with this MIME type and the given Charset name.
- withCharset(Charset) - Method in class org.apache.http.entity.ContentType
-
Creates a new instance with this MIME type and the given Charset.
- withParameters(NameValuePair...) - Method in class org.apache.http.entity.ContentType
-
Creates a new instance with this MIME type and the given parameters.
- Worker - Class in org.apache.http.impl.bootstrap
- Worker(BaseIOReactor, IOEventDispatch) - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.Worker
- Worker(HttpService, HttpServerConnection, ExceptionLogger) - Constructor for class org.apache.http.impl.bootstrap.Worker
- workerCount - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- workerExecutorService - Variable in class org.apache.http.impl.bootstrap.HttpServer
- WorkerPoolExecutor - Class in org.apache.http.impl.bootstrap
- WorkerPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.http.impl.bootstrap.WorkerPoolExecutor
- workerRunning - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler.ClientConnState
-
Deprecated.
- workers - Variable in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
- workerSet - Variable in class org.apache.http.impl.bootstrap.WorkerPoolExecutor
- workerThreads - Variable in class org.apache.http.impl.bootstrap.HttpServer
- wrapped - Variable in class org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy.InternalBuffer
- wrappedEntity - Variable in class org.apache.http.entity.HttpEntityWrapper
-
The wrapped entity.
- wrappedEntity - Variable in class org.apache.http.nio.entity.ContentBufferEntity
- writable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
-
Triggered when the key signals
SelectionKey.OP_WRITE
readiness. - writable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
-
Processes
SelectionKey.OP_WRITE
event on the given selection key. - write(byte[]) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- write(byte[]) - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Writes the array.
- write(byte[]) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
- write(byte[]) - Method in class org.apache.http.impl.io.IdentityOutputStream
- write(byte[]) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- write(byte[]) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- write(byte[]) - Method in interface org.apache.http.io.SessionOutputBuffer
-
Writes
b.length
bytes from the specified byte array to this session buffer. - write(byte[]) - Method in class org.apache.http.nio.entity.ContentOutputStream
- write(byte[]) - Method in class org.apache.http.nio.util.SharedOutputBuffer
- write(byte[]) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- write(byte[], int, int) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- write(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Writes the array.
- write(byte[], int, int) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
- write(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityOutputStream
- write(byte[], int, int) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- write(byte[], int, int) - Method in interface org.apache.http.io.SessionOutputBuffer
-
Writes
len
bytes from the specified byte array starting at offsetoff
to this session buffer. - write(byte[], int, int) - Method in class org.apache.http.nio.entity.ContentOutputStream
- write(byte[], int, int) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
-
Writes
len
bytes from the specified byte array starting at offsetoff
to this buffer. - write(byte[], int, int) - Method in class org.apache.http.nio.util.SharedOutputBuffer
- write(byte[], int, int) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- write(int) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- write(int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
- write(int) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
- write(int) - Method in class org.apache.http.impl.io.IdentityOutputStream
- write(int) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- write(int) - Method in interface org.apache.http.io.SessionOutputBuffer
-
Writes the specified byte to this session buffer.
- write(int) - Method in class org.apache.http.nio.entity.ContentOutputStream
- write(int) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
-
Writes the specified byte to this buffer.
- write(int) - Method in class org.apache.http.nio.util.SharedOutputBuffer
- write(int) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.ChunkEncoder
- write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.IdentityEncoder
- write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
- write(ByteBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- write(ByteBuffer) - Method in interface org.apache.http.nio.ContentEncoder
-
Writes a portion of entity content to the underlying channel.
- write(ByteBuffer) - Method in class org.apache.http.nio.ContentEncoderChannel
- write(ByteBuffer) - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Copies content of the source buffer into this buffer.
- write(ByteBuffer) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession.InternalByteChannel
- write(ReadableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- write(ReadableByteChannel) - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Reads a sequence of bytes from the source channel into this buffer.
- write(T) - Method in class org.apache.http.impl.io.AbstractMessageWriter
- write(T) - Method in class org.apache.http.impl.nio.codecs.AbstractMessageWriter
- write(T) - Method in interface org.apache.http.io.HttpMessageWriter
-
Serializes an instance of
HttpMessage
to the underlying data sink. - write(T) - Method in interface org.apache.http.nio.NHttpMessageWriter
-
Serializes out the HTTP message head.
- WRITE - Static variable in interface org.apache.http.nio.reactor.EventMask
-
Interest in data output.
- writeClosingChunk() - Method in class org.apache.http.impl.io.ChunkedOutputStream
- writeCompleted() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
-
Indicates the content has been fully written.
- writeCompleted() - Method in class org.apache.http.nio.util.SharedOutputBuffer
- writeCompleted() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
- writeCRLF() - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- writeEncoded(CharBuffer) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.
- writeEncoded(CharBuffer) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
- writeHeadLine(HttpMessage) - Method in class org.apache.http.impl.nio.codecs.HttpRequestWriter
-
Deprecated.
- writeHeadLine(HttpMessage) - Method in class org.apache.http.impl.nio.codecs.HttpResponseWriter
-
Deprecated.
- writeHeadLine(HttpRequest) - Method in class org.apache.http.impl.io.DefaultHttpRequestWriter
- writeHeadLine(HttpRequest) - Method in class org.apache.http.impl.io.HttpRequestWriter
-
Deprecated.
- writeHeadLine(HttpRequest) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpRequestWriter
- writeHeadLine(HttpResponse) - Method in class org.apache.http.impl.io.DefaultHttpResponseWriter
- writeHeadLine(HttpResponse) - Method in class org.apache.http.impl.io.HttpResponseWriter
-
Deprecated.
- writeHeadLine(HttpResponse) - Method in class org.apache.http.impl.nio.codecs.DefaultHttpResponseWriter
- writeHeadLine(T) - Method in class org.apache.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) - Method in class org.apache.http.impl.nio.codecs.AbstractMessageWriter
-
Writes out the first line of
HttpMessage
. - writeLine(String) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.Writes characters from the specified string followed by a line delimiter to this session buffer.
- writeLine(String) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
-
Writes characters from the specified string followed by a line delimiter to this session buffer.
- writeLine(String) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- writeLine(String) - Method in interface org.apache.http.io.SessionOutputBuffer
-
Writes characters from the specified string followed by a line delimiter to this session buffer.
- writeLine(String) - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Copies content of the given string into this buffer as one line of text including a line delimiter.
- writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
-
Deprecated.Writes characters from the specified char array followed by a line delimiter to this session buffer.
- writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
-
Writes characters from the specified char array followed by a line delimiter to this session buffer.
- writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
- writeLine(CharArrayBuffer) - Method in interface org.apache.http.io.SessionOutputBuffer
-
Writes characters from the specified char array followed by a line delimiter to this session buffer.
- writeLine(CharArrayBuffer) - Method in interface org.apache.http.nio.reactor.SessionOutputBuffer
-
Copies content of the source buffer into this buffer as one line of text including a line delimiter.
- writePlain(ByteBuffer) - Method in class org.apache.http.nio.reactor.ssl.SSLIOSession
- writeTo(OutputStream) - Method in class org.apache.http.entity.BasicHttpEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.BufferedHttpEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.ByteArrayEntity
- writeTo(OutputStream) - Method in interface org.apache.http.entity.ContentProducer
- writeTo(OutputStream) - Method in class org.apache.http.entity.EntityTemplate
- writeTo(OutputStream) - Method in class org.apache.http.entity.FileEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.HttpEntityWrapper
- writeTo(OutputStream) - Method in class org.apache.http.entity.InputStreamEntity
-
Writes bytes from the
InputStream
this entity was constructed with to anOutputStream
. - writeTo(OutputStream) - Method in class org.apache.http.entity.SerializableEntity
- writeTo(OutputStream) - Method in class org.apache.http.entity.StringEntity
- writeTo(OutputStream) - Method in interface org.apache.http.HttpEntity
-
Writes the entity content out to the output stream.
- writeTo(OutputStream) - Method in class org.apache.http.nio.entity.BufferingNHttpEntity
-
Deprecated.
- writeTo(OutputStream) - Method in class org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
-
Deprecated.
- writeTo(OutputStream) - Method in class org.apache.http.nio.entity.NByteArrayEntity
- writeTo(OutputStream) - Method in class org.apache.http.nio.entity.NFileEntity
- writeTo(OutputStream) - Method in class org.apache.http.nio.entity.NHttpEntityWrapper
-
Deprecated.This method throws
UnsupportedOperationException
. - writeTo(OutputStream) - Method in class org.apache.http.nio.entity.NStringEntity
- writeTo(OutputStream) - Method in class org.apache.http.nio.protocol.NullNHttpEntity
-
Deprecated.
- writeToBuffer(ByteBuffer, int) - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
-
Transfers content of the source to the buffer and updates transport metrics.
- writeToChannel(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
-
Flushes content of the given buffer to the channel and updates transport metrics.
- writeToChannel(ByteBuffer, int) - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
-
Transfers content of the source to the channel and updates transport metrics.
- wroteLastChunk - Variable in class org.apache.http.impl.io.ChunkedOutputStream
- WWW_AUTHENTICATE - Static variable in class org.apache.http.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.16, RFC 2616 (HTTP/1.1) Section 14.47
All Classes All Packages