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

A

AbstractContentDecoder - Class in org.apache.http.impl.nio.codecs
 
AbstractContentDecoder(ReadableByteChannel, SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
AbstractContentEncoder - Class in org.apache.http.impl.nio.codecs
 
AbstractContentEncoder() - Constructor for class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
AbstractHttpClientConnection - Class in org.apache.http.impl
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter
AbstractHttpClientConnection() - Constructor for class org.apache.http.impl.AbstractHttpClientConnection
 
AbstractHttpDataReceiver - Class in org.apache.http.impl.io
Abstract base class for data receivers using traditional IO.
AbstractHttpDataReceiver() - Constructor for class org.apache.http.impl.io.AbstractHttpDataReceiver
 
AbstractHttpDataTransmitter - Class in org.apache.http.impl.io
Abstract base class for data transmitters using traditional IO.
AbstractHttpDataTransmitter() - Constructor for class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
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 an HTTP message that can be modified.
AbstractHttpMessage() - Constructor for class org.apache.http.message.AbstractHttpMessage
 
AbstractHttpParams - Class in org.apache.http.params
Abstract base class for parameter collections.
AbstractHttpParams() - Constructor for class org.apache.http.params.AbstractHttpParams
Instantiates parameters.
AbstractHttpServerConnection - Class in org.apache.http.impl
Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter
AbstractHttpServerConnection() - Constructor for class org.apache.http.impl.AbstractHttpServerConnection
 
AbstractIOReactor - Class in org.apache.http.impl.nio.reactor
 
AbstractIOReactor(long) - Constructor for class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
AbstractMultiworkerIOReactor - Class in org.apache.http.impl.nio.reactor
 
AbstractMultiworkerIOReactor(long, int, ThreadFactory) - Constructor for class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
acceptable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
acceptable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
add(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
addChannel(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
addChannel(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
addHeader(Header) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(String, String) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
addHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
 
addHeader(Header) - Method in class org.apache.http.util.HeaderGroup
Adds the given header to the group.
addInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
Same as addRequestInterceptor.
addInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
Same as addResponseInterceptor.
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addRequestInterceptor(HttpRequestInterceptor) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Appends a request interceptor to this list.
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addResponseInterceptor(HttpResponseInterceptor) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Appends a response interceptor to this list.
allocate(int) - Method in interface org.apache.http.nio.util.ByteBufferAllocator
 
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.nio.protocol.NHttpHandlerBase
 
append(byte[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(char[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(char[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(String) - Method in class org.apache.http.util.CharArrayBuffer
 
append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(CharArrayBuffer) - Method in class org.apache.http.util.CharArrayBuffer
 
append(char) - Method in class org.apache.http.util.CharArrayBuffer
 
append(byte[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(ByteArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(Object) - Method in class org.apache.http.util.CharArrayBuffer
 
ASCII - Static variable in class org.apache.http.protocol.HTTP
 
assertNotClosed() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
assertNotCompleted() - Method in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
assertNotOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
assertNotOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
assertOpen() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
assertOpen() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
assertOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
assertOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
ATTACHMENT_KEY - Static variable in interface org.apache.http.nio.reactor.IOSession
 
available() - Method in class org.apache.http.impl.io.HttpDataInputStream
 

B

BaseIOReactor - Class in org.apache.http.impl.nio.reactor
 
BaseIOReactor(long) - Constructor for class org.apache.http.impl.nio.reactor.BaseIOReactor
 
BasicHeader - Class in org.apache.http.message
Represents an HTTP header field.
BasicHeader(String, String) - Constructor for class org.apache.http.message.BasicHeader
Constructor with name and value
BasicHeaderElement - Class in org.apache.http.message
One element of an HTTP header's value.
BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.http.message.BasicHeaderElement
Constructor with name, value and parameters.
BasicHeaderElement(String, String) - Constructor for class org.apache.http.message.BasicHeaderElement
Constructor with name and value.
BasicHttpEntity - Class in org.apache.http.entity
A generic streamed entity being received on a connection.
BasicHttpEntity() - Constructor for class org.apache.http.entity.BasicHttpEntity
Creates a new basic entity.
BasicHttpEntityEnclosingRequest - Class in org.apache.http.message
Basic implementation of a request with an entity that can be modified.
BasicHttpEntityEnclosingRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(String, String, HttpVersion) - 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
This class represents a collection of HTTP protocol parameters.
BasicHttpParams(HttpParams) - Constructor for class org.apache.http.params.BasicHttpParams
Creates a new collection of parameters with the given parent.
BasicHttpParams() - Constructor for class org.apache.http.params.BasicHttpParams
 
BasicHttpProcessor - Class in org.apache.http.protocol
Keeps lists of interceptors for processing requests and responses.
BasicHttpProcessor() - Constructor for class org.apache.http.protocol.BasicHttpProcessor
 
BasicHttpRequest - Class in org.apache.http.message
Basic implementation of an HTTP request that can be modified.
BasicHttpRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpRequest
 
BasicHttpRequest(String, String, HttpVersion) - Constructor for class org.apache.http.message.BasicHttpRequest
 
BasicHttpRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpRequest
 
BasicHttpResponse - Class in org.apache.http.message
Basic implementation of an HTTP response that can be modified.
BasicHttpResponse(StatusLine, ReasonPhraseCatalog, Locale) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(StatusLine) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a response from a status line.
BasicHttpResponse(HttpVersion, int, String) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a response from elements of a status line.
BasicHttpVersionFormat - Class in org.apache.http.message
Parser and formatter for HttpVersion.
BasicHttpVersionFormat() - Constructor for class org.apache.http.message.BasicHttpVersionFormat
 
BasicNameValuePair - Class in org.apache.http.message
A simple class encapsulating an attribute/value pair.
BasicNameValuePair(String, String) - Constructor for class org.apache.http.message.BasicNameValuePair
Default Constructor taking a name and a value.
BasicRequestLine - Class in org.apache.http.message
The first line of an HttpRequest.
BasicRequestLine(String, String, HttpVersion) - Constructor for class org.apache.http.message.BasicRequestLine
 
BasicStatusLine - Class in org.apache.http.message
Represents a status line as returned from a HTTP server.
BasicStatusLine(HttpVersion, int, String) - Constructor for class org.apache.http.message.BasicStatusLine
Creates a new status line with the given version, status, and reason.
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
bind(SSLMode, HttpParams) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
 
buffer - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
buffer - Variable in class org.apache.http.nio.util.ExpandableBuffer
 
buffer() - Method in class org.apache.http.util.ByteArrayBuffer
 
buffer() - Method in class org.apache.http.util.CharArrayBuffer
 
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
 
BufferingHttpClientHandler - Class in org.apache.http.nio.protocol
HTTP client handler implementation that buffers the content of HTTP messages entirely in memory and executes HTTP requests on the main I/O thread.
BufferingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
BufferingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
BufferingHttpServiceHandler - Class in org.apache.http.nio.protocol
HTTP service handler implementation that buffers the content of HTTP messages entirely in memory and processes HTTP requests on the main I/O thread.
BufferingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
BufferingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
ByteArrayBuffer - Class in org.apache.http.util
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class org.apache.http.util.ByteArrayBuffer
 
ByteArrayEntity - Class in org.apache.http.entity
A self-contained entity obtaining content from a byte array.
ByteArrayEntity(byte[]) - Constructor for class org.apache.http.entity.ByteArrayEntity
 
byteAt(int) - Method in class org.apache.http.util.ByteArrayBuffer
 
ByteBufferAllocator - Interface in org.apache.http.nio.util
 

C

cancel() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
cancel() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
cancelled(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
 
canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.protocol.HttpRequestExecutor
Decide whether a response comes with an entity.
capacity() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
capacity() - Method in class org.apache.http.util.ByteArrayBuffer
 
capacity() - Method in class org.apache.http.util.CharArrayBuffer
 
channel - Variable in class org.apache.http.impl.nio.codecs.AbstractContentDecoder
 
channel() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
channel() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
channel() - Method in interface org.apache.http.nio.reactor.IOSession
 
ChannelEntry - Class in org.apache.http.impl.nio.reactor
 
ChannelEntry(SocketChannel, SessionRequestImpl) - Constructor for class org.apache.http.impl.nio.reactor.ChannelEntry
 
ChannelEntry(SocketChannel) - Constructor for class org.apache.http.impl.nio.reactor.ChannelEntry
 
ChannelQueue - Class in org.apache.http.impl.nio.reactor
 
ChannelQueue() - Constructor for class org.apache.http.impl.nio.reactor.ChannelQueue
 
CharArrayBuffer - Class in org.apache.http.util
A resizable char array.
CharArrayBuffer(int) - Constructor for class org.apache.http.util.CharArrayBuffer
 
charAt(int) - Method in class org.apache.http.util.CharArrayBuffer
 
CHARSET_PARAM - Static variable in class org.apache.http.protocol.HTTP
 
CHUNK_CODING - Static variable in class org.apache.http.protocol.HTTP
Transfer encoding definitions
ChunkDecoder - Class in org.apache.http.impl.nio.codecs
 
ChunkDecoder(ReadableByteChannel, SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.ChunkDecoder
 
chunked - Variable in class org.apache.http.entity.AbstractHttpEntity
The 'chunked' flag.
CHUNKED - Static variable in interface org.apache.http.entity.ContentLengthStrategy
 
ChunkedInputStream - Class in org.apache.http.impl.io
Implements chunked transfer coding.
ChunkedInputStream(HttpDataReceiver) - Constructor for class org.apache.http.impl.io.ChunkedInputStream
 
ChunkedOutputStream - Class in org.apache.http.impl.io
Implements chunked transfer coding.
ChunkedOutputStream(HttpDataTransmitter, int) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkedOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
Wraps a data transmitter and chunks the output.
ChunkEncoder - Class in org.apache.http.impl.nio.codecs
 
ChunkEncoder(SessionOutputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.ChunkEncoder
 
clear() - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
clear() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
clear() - Method in class org.apache.http.params.BasicHttpParams
Removes all parameters from this collection.
clear() - Method in class org.apache.http.util.ByteArrayBuffer
 
clear() - Method in class org.apache.http.util.CharArrayBuffer
 
clear() - Method in class org.apache.http.util.HeaderGroup
Removes any contained headers.
clearEvent(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
clearEvent(int) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
clearEvent(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
clearInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
Clears both interceptor lists maintained by this processor.
clearRequestInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
clearRequestInterceptors() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Removes all request interceptors from this list.
clearResponseInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
clearResponseInterceptors() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Removes all response interceptors from this list.
close() - Method in interface org.apache.http.HttpConnection
Closes this connection gracefully.
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.HttpDataInputStream
 
close() - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
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.reactor.IOSessionImpl
 
close() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
close() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
close() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
close() - Method in class org.apache.http.nio.entity.ContentOutputStream
 
close() - Method in interface org.apache.http.nio.reactor.IOSession
 
closeConnection(HttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
 
closed - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
closed(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the connection is closed.
closed(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the connection is closed.
closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.NHttpClientHandlerBase
 
closed(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
closed(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
compareTo(HttpVersion) - Method in class org.apache.http.HttpVersion
Compares this HTTP protocol version with another one.
compareTo(Object) - Method in class org.apache.http.HttpVersion
 
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.impl.nio.codecs.AbstractContentDecoder
 
completed - Variable in class org.apache.http.impl.nio.codecs.AbstractContentEncoder
 
completed(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
completed(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
configure() - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
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
 
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
 
connectable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
connectable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
connected(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
connected(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
connected(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
connected(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
connected(NHttpClientConnection, Object) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when a new outgoing connection is created.
connected(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when a new incoming connection is created.
connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
connected(NHttpClientConnection, Object) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
connected(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
connected(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
ConnectingIOReactor - Interface in org.apache.http.nio.reactor
 
CONNECTION_TIMEOUT - Static variable in class org.apache.http.params.HttpConnectionParams
Determines the timeout until a connection is etablished.
connectionClosed(NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
 
ConnectionClosedException - Exception in org.apache.http
Indicates that a connection has been closed.
ConnectionClosedException(String) - Constructor for exception org.apache.http.ConnectionClosedException
Creates a new ConnectionClosedException with the specified detail message.
connectionOpen(NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
 
ConnectionReuseStrategy - Interface in org.apache.http
Interface for deciding whether a connection should be kept alive.
connectionTimeout(NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
 
connStrategy - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
 
consumeContent() - Method in class org.apache.http.entity.AbstractHttpEntity
Does not consume anything.
consumeContent() - Method in class org.apache.http.entity.BasicHttpEntity
 
consumeContent() - Method in class org.apache.http.entity.EntityTemplate
 
consumeContent() - Method in class org.apache.http.entity.HttpEntityWrapper
 
consumeContent() - Method in class org.apache.http.entity.InputStreamEntity
 
consumeContent() - Method in interface org.apache.http.HttpEntity
Consumes the remaining content of a streamed entity.
consumeContent(ContentDecoder) - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
consumeContent(ContentDecoder) - Method in class org.apache.http.nio.util.SharedInputBuffer
 
consumeContent(ContentDecoder) - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
consumeInput(NHttpClientHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
consumeInput(NHttpServiceHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
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.util.HeaderGroup
Tests if headers with the given name are contained within this group.
CONTENT_BUFFER_SIZE - Static variable in class org.apache.http.nio.params.HttpNIOParams
Determines the size of the content input / output buffers used to buffer data while receiving / transmitting HTTP messages.
CONTENT_ENCODING - Static variable in class org.apache.http.protocol.HTTP
 
CONTENT_LEN - Static variable in class org.apache.http.protocol.HTTP
 
CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
 
ContentBufferEntity - Class in org.apache.http.nio.entity
 
ContentBufferEntity(HttpEntity, ContentInputBuffer) - Constructor for class org.apache.http.nio.entity.ContentBufferEntity
 
contentDecoder - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
ContentDecoder - Interface in org.apache.http.nio
Abstract HTTP content decoder.
contentEncoder - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
ContentEncoder - Interface in org.apache.http.nio
Abstract HTTP content encoder.
contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntity
The Content-Encoding header.
ContentInputBuffer - Interface in org.apache.http.nio.util
 
ContentInputStream - Class in org.apache.http.nio.entity
 
ContentInputStream(ContentInputBuffer) - Constructor for class org.apache.http.nio.entity.ContentInputStream
 
ContentLengthInputStream - Class in org.apache.http.impl.io
Stream that cuts off after a specified number of bytes.
ContentLengthInputStream(HttpDataReceiver, long) - Constructor for class org.apache.http.impl.io.ContentLengthInputStream
Creates a new length limited stream
ContentLengthOutputStream - Class in org.apache.http.impl.io
A stream wrapper that closes itself after a defined number of bytes.
ContentLengthOutputStream(HttpDataTransmitter, long) - Constructor for class org.apache.http.impl.io.ContentLengthOutputStream
Creates a new length limited stream
ContentLengthStrategy - Interface in org.apache.http.entity
Represents a strategy to determine the content length based on the properties of an HTTP message.
ContentOutputBuffer - Interface in org.apache.http.nio.util
 
ContentOutputStream - Class in org.apache.http.nio.entity
 
ContentOutputStream(ContentOutputBuffer) - Constructor for class org.apache.http.nio.entity.ContentOutputStream
 
ContentProducer - Interface in org.apache.http.entity
An abstract entity content producer.
contentType - Variable in class org.apache.http.entity.AbstractHttpEntity
The Content-Type header.
context - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
copy() - Method in class org.apache.http.params.BasicHttpParams
Creates a copy of these parameters.
copy() - Method in interface org.apache.http.params.HttpParams
Creates a copy of these parameters.
copy() - Method in class org.apache.http.protocol.BasicHttpProcessor
Creates a copy of this instance
copyParams(HttpParams) - Method in class org.apache.http.params.BasicHttpParams
Copies the locally defined parameters to the argument parameters.
CR - Static variable in class org.apache.http.protocol.HTTP
 
createEntityDeserializer() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
createEntityDeserializer() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
createEntitySerializer() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
createEntitySerializer() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
createHttpDataReceiver(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
 
createHttpDataReceiver(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
 
createHttpDataTransmitter(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
 
createHttpDataTransmitter(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
 
createHttpRequestFactory() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
createHttpResponseFactory() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpRequestParser
 
createMessage(CharArrayBuffer) - Method in class org.apache.http.impl.nio.codecs.HttpResponseParser
 

D

DATE_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
DEFAULT_CONTENT_CHARSET - Static variable in class org.apache.http.protocol.HTTP
Default charsets
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
Default content type
DEFAULT_PROTOCOL_CHARSET - Static variable in class org.apache.http.protocol.HTTP
 
DEFAULT_SCHEME_NAME - Static variable in class org.apache.http.HttpHost
The default scheme is "http".
DefaultClientIOEventDispatch - Class in org.apache.http.impl.nio
 
DefaultClientIOEventDispatch(NHttpClientHandler, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
DefaultClientIOEventDispatch(NHttpClientHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
DefaultConnectingIOReactor - Class in org.apache.http.impl.nio.reactor
 
DefaultConnectingIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
DefaultConnectingIOReactor(int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
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
 
DefaultHttpClientConnection - Class in org.apache.http.impl
Default implementation of a client-side HTTP connection.
DefaultHttpClientConnection() - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
 
DefaultHttpRequestFactory - Class in org.apache.http.impl
Default implementation of a factory for creating request objects.
DefaultHttpRequestFactory() - Constructor for class org.apache.http.impl.DefaultHttpRequestFactory
 
DefaultHttpResponseFactory - Class in org.apache.http.impl
Default implementation of a factory for creating response objects.
DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
Creates a new response factory with the given catalog.
DefaultHttpResponseFactory() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
Creates a new response factory with the default catalog.
DefaultHttpServerConnection - Class in org.apache.http.impl
Default implementation of a server-side HTTP connection.
DefaultHttpServerConnection() - Constructor for class org.apache.http.impl.DefaultHttpServerConnection
 
DefaultListeningIOReactor - Class in org.apache.http.impl.nio.reactor
 
DefaultListeningIOReactor(int, ThreadFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
DefaultListeningIOReactor(int, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
DefaultNHttpClientConnection - Class in org.apache.http.impl.nio
 
DefaultNHttpClientConnection(IOSession, HttpResponseFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
DefaultNHttpServerConnection - Class in org.apache.http.impl.nio
 
DefaultNHttpServerConnection(IOSession, HttpRequestFactory, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
defaults - Variable in class org.apache.http.params.BasicHttpParams
The optional set of default values to defer to.
DefaultServerIOEventDispatch - Class in org.apache.http.impl.nio
 
DefaultServerIOEventDispatch(NHttpServiceHandler, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
DefaultServerIOEventDispatch(NHttpServiceHandler, HttpParams) - Constructor for class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
deserialize(HttpDataReceiver, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
 
determineLength(HttpMessage) - Method in interface org.apache.http.entity.ContentLengthStrategy
 
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
 
DirectByteBufferAllocator() - Constructor for class org.apache.http.nio.util.DirectByteBufferAllocator
 
disconnected(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
disconnected(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
disconnected(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
disconnected(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
disconnected(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
doDeserialize(HttpDataReceiver, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
 
doFlush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
doFlush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Wait for and receive a response.
doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Send a request over a connection.
doSerialize(HttpDataTransmitter, HttpMessage) - Method in class org.apache.http.impl.entity.EntitySerializer
 
doService(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.protocol.HttpService
 

E

EncodingUtils - Class in org.apache.http.util
The home for utility methods that handle various encoding tasks.
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
 
ensureCapacity(int) - Method in class org.apache.http.util.CharArrayBuffer
 
EntityDeserializer - Class in org.apache.http.impl.entity
Default implementation of an entity deserializer.
EntityDeserializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntityDeserializer
 
EntitySerializer - Class in org.apache.http.impl.entity
Default implementation of an entity serializer.
EntitySerializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntitySerializer
 
EntityTemplate - Class in org.apache.http.entity
Entity that delegates the process of content generation to an abstract content producer.
EntityTemplate(ContentProducer) - Constructor for class org.apache.http.entity.EntityTemplate
 
EntityUtils - Class in org.apache.http.util
Static helpers for dealing with entities.
equals(Object) - Method in class org.apache.http.HttpHost
 
equals(Object) - Method in class org.apache.http.HttpVersion
 
equals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is equal to the given number.
equals(Object) - Method in class org.apache.http.message.BasicHeaderElement
 
equals(Object) - Method in class org.apache.http.message.BasicNameValuePair
 
equals(Object, Object) - Static method in class org.apache.http.util.LangUtils
 
equals(Object[], Object[]) - Static method in class org.apache.http.util.LangUtils
 
eventDispatch - Variable in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
EventListener - Interface in org.apache.http.nio.protocol
Event listener used by HTTP protocol layer to report fatal exceptions and events that may need to be logged.
eventListener - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
 
EventMask - Interface in org.apache.http.nio.reactor
 
exception(NHttpClientConnection, IOException) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when an I/O error occurrs while reading from or writing to the underlying channel.
exception(NHttpClientConnection, HttpException) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when an HTTP protocol violation occurs while receiving an HTTP response.
exception(NHttpServerConnection, IOException) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when an I/O error occurrs while reading from or writing to the underlying channel.
exception(NHttpServerConnection, HttpException) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when an HTTP protocol violation occurs while receiving an HTTP request.
exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
exception(NHttpClientConnection, HttpException) - Method in class org.apache.http.nio.protocol.NHttpClientHandlerBase
 
exception(NHttpClientConnection, IOException) - Method in class org.apache.http.nio.protocol.NHttpClientHandlerBase
 
exception(NHttpServerConnection, IOException) - Method in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
exception(NHttpServerConnection, HttpException) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
ExceptionUtils - Class in org.apache.http.util
The home for utility methods that handle various exception-related tasks.
execHandler - Variable in class org.apache.http.nio.protocol.NHttpClientHandlerBase
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
execute(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
execute(IOEventDispatch) - Method in interface org.apache.http.nio.reactor.IOReactor
 
execute(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Synchronously send a request and obtain the response.
execute(Runnable) - Method in interface org.apache.http.util.concurrent.Executor
 
executor - Variable in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
executor - Variable in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
Executor - Interface in org.apache.http.util.concurrent
Abstract command executor.
expand() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
ExpandableBuffer - Class in org.apache.http.nio.util
 
ExpandableBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.ExpandableBuffer
 
EXPECT_CONTINUE - Static variable in class org.apache.http.protocol.HTTP
HTTP expectations
EXPECT_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
expectationVerifier - Variable in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
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
 

F

failed(IOException) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
failed(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
fatalIOException(IOException, NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
 
fatalProtocolException(HttpException, NHttpConnection) - Method in interface org.apache.http.nio.protocol.EventListener
 
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 entity obtaining content from a file.
FileEntity(File, String) - Constructor for class org.apache.http.entity.FileEntity
 
fill(ReadableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
fillBuffer() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
fillBuffer(ReadableByteChannel) - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
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.
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
 
flush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
flush() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
flush() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Flushes the underlying stream, but leaves the internal buffer alone.
flush() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
flush() - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
flush() - Method in class org.apache.http.impl.io.IdentityOutputStream
 
flush(WritableByteChannel) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
flush() - Method in interface org.apache.http.io.HttpDataTransmitter
 
flush() - Method in class org.apache.http.nio.entity.ContentOutputStream
 
flush() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
flush() - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
flush() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
flushBuffer() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
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
format(CharArrayBuffer, Header) - Static method in class org.apache.http.message.BasicHeader
Formats a Header into a header line.
format(Header) - Static method in class org.apache.http.message.BasicHeader
 
format(CharArrayBuffer, HeaderElement) - Static method in class org.apache.http.message.BasicHeaderElement
 
format(HeaderElement) - Static method in class org.apache.http.message.BasicHeaderElement
 
format(CharArrayBuffer, HttpVersion) - Static method in class org.apache.http.message.BasicHttpVersionFormat
 
format(HttpVersion) - Static method in class org.apache.http.message.BasicHttpVersionFormat
 
format(CharArrayBuffer, NameValuePair, boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
format(NameValuePair, boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
format(CharArrayBuffer, RequestLine) - Static method in class org.apache.http.message.BasicRequestLine
 
format(RequestLine) - Static method in class org.apache.http.message.BasicRequestLine
 
format(CharArrayBuffer, StatusLine) - Static method in class org.apache.http.message.BasicStatusLine
 
format(StatusLine) - Static method in class org.apache.http.message.BasicStatusLine
 
formatAll(CharArrayBuffer, HeaderElement[]) - Static method in class org.apache.http.message.BasicHeaderElement
 
formatAll(HeaderElement[]) - Static method in class org.apache.http.message.BasicHeaderElement
 
formatAll(CharArrayBuffer, NameValuePair[], boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pairs using formatting rules defined in RFC 2616
formatAll(NameValuePair[], boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616

G

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.util.HeaderGroup
Gets all of the headers contained within this group.
getAsciiBytes(String) - Static method in class org.apache.http.util.EncodingUtils
Converts the specified string to byte array of ASCII characters.
getAsciiString(byte[], int, int) - Static method in class org.apache.http.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[]) - 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
 
getAttachment() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
getAttachment() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getAttribute(String) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
getAttribute(String) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
getAttribute(String) - Method in interface org.apache.http.nio.reactor.IOSession
 
getAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
 
getAttribute(String) - Method in class org.apache.http.protocol.HttpExecutionContext
 
getAttribute(String) - Method in class org.apache.http.protocol.SyncHttpExecutionContext
 
getBooleanParameter(String, boolean) - Method in class org.apache.http.params.AbstractHttpParams
 
getBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
Returns a Boolean parameter value with the given name.
getBuffer() - Method in class org.apache.http.message.BufferedHeader
 
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 trasferred.
getChannel() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
 
getCondensedHeader(String) - Method in class org.apache.http.util.HeaderGroup
Gets a header representing all of the header values with the given name.
getConnectionTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Returns the timeout until a connection is etablished.
getConnectTimeout() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
getConnectTimeout() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
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.StringEntity
 
getContent() - Method in interface org.apache.http.HttpEntity
Creates a new InputStream object of the entity.
getContentBufferSize(HttpParams) - Static method in class org.apache.http.nio.params.HttpNIOParams
 
getContentCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns the default charset to be used for writing content body, when no charset explicitly specified.
getContentCharSet(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
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.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
 
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
 
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.
getCurrentDate() - Method in class org.apache.http.protocol.HttpDateGenerator
 
getDefaults() - Method in class org.apache.http.params.BasicHttpParams
Obtains default parameters, if set.
getDefaults() - Method in interface org.apache.http.params.HttpLinkedParams
WARNING: This method is not part of the API.
getDoubleParameter(String, double) - Method in class org.apache.http.params.AbstractHttpParams
 
getDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
Returns a Double parameter value with the given name.
getElements() - Method in interface org.apache.http.Header
 
getElements() - Method in class org.apache.http.message.BasicHeader
Returns an array of HeaderElements constructed from my value.
getElements() - Method in class org.apache.http.message.BufferedHeader
 
getEntity() - Method in interface org.apache.http.HttpEntityEnclosingRequest
 
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.IOSessionImpl
 
getEventMask() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
getEventMask() - Method in interface org.apache.http.nio.reactor.IOSession
 
getException() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
getException() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
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.util.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
 
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.util.HeaderGroup
Gets all of the headers with the given name.
getHostName() - Method in class org.apache.http.HttpHost
Returns the host name (IP or DNS name).
getHttpElementCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns the charset to be used for writing HTTP headers.
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.
getHttpVersion() - Method in interface org.apache.http.HttpMessage
Returns the HTTP version this message is compatible with.
getHttpVersion() - Method in class org.apache.http.message.BasicHttpRequest
 
getHttpVersion() - Method in class org.apache.http.message.BasicHttpResponse
 
getHttpVersion() - Method in class org.apache.http.message.BasicRequestLine
 
getHttpVersion() - Method in class org.apache.http.message.BasicStatusLine
 
getHttpVersion() - Method in interface org.apache.http.RequestLine
 
getHttpVersion() - Method in interface org.apache.http.StatusLine
 
getIntParameter(String, int) - Method in class org.apache.http.params.AbstractHttpParams
 
getIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
Returns an Integer parameter value with the given name.
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.util.HeaderGroup
Gets the last header with the given name.
getLastReadTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
getLastWriteTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
getLinger(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Returns linger-on-close timeout.
getLocalAddress() - Method in interface org.apache.http.HttpInetConnection
 
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.nio.reactor.SSLIOSession
 
getLocalAddress() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getLocalAddress() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getLocalAddress() - Method in interface org.apache.http.nio.reactor.IOSession
 
getLocalAddress() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getLocale() - Method in interface org.apache.http.HttpResponse
Obtains the locale of this response.
getLocale() - Method in class org.apache.http.message.BasicHttpResponse
 
getLocalPort() - Method in interface org.apache.http.HttpInetConnection
 
getLocalPort() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getLocalPort() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getLocalPort() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getLongParameter(String, long) - Method in class org.apache.http.params.AbstractHttpParams
 
getLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
Returns a Long parameter value with the given name.
getMajor() - Method in class org.apache.http.HttpVersion
Returns the major version number of the HTTP protocol.
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 metrcis
getMetrics() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
getMetrics() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
getMetrics() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
getMetrics() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
getMetrics() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getMetrics() - Method in interface org.apache.http.io.HttpDataReceiver
 
getMetrics() - Method in interface org.apache.http.io.HttpDataTransmitter
 
getMinor() - Method in class org.apache.http.HttpVersion
Returns the minor version number of the HTTP protocol.
getMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
getName() - Method in interface org.apache.http.Header
 
getName() - Method in interface org.apache.http.HeaderElement
 
getName() - Method in class org.apache.http.message.BasicHeader
Returns the header name.
getName() - Method in class org.apache.http.message.BasicHeaderElement
Returns the name.
getName() - Method in class org.apache.http.message.BasicNameValuePair
Returns the name.
getName() - Method in class org.apache.http.message.BufferedHeader
 
getName() - Method in interface org.apache.http.NameValuePair
 
getParameter(String) - Method in class org.apache.http.params.BasicHttpParams
 
getParameter(String) - Method in interface org.apache.http.params.HttpParams
Returns a parameter value with the given name.
getParameterByName(String) - Method in interface org.apache.http.HeaderElement
 
getParameterByName(String) - Method in class org.apache.http.message.BasicHeaderElement
Returns parameter with the given name, if found.
getParameters() - Method in interface org.apache.http.HeaderElement
 
getParameters() - Method in class org.apache.http.message.BasicHeaderElement
Get parameters, if any.
getParams() - Method in interface org.apache.http.HttpMessage
Returns the parameters effective for this message as set by
getParams() - Method in class org.apache.http.message.AbstractHttpMessage
 
getParams() - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
 
getParams() - Method in class org.apache.http.protocol.HttpService
 
getPort() - Method in class org.apache.http.HttpHost
Returns the port.
getReason(int, Locale) - Method in class org.apache.http.impl.EnglishReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReason(int) - Method in class org.apache.http.message.BasicHttpResponse
Looks up a reason phrase.
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
 
getRemoteAddress() - Method in interface org.apache.http.HttpInetConnection
 
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.nio.reactor.SSLIOSession
 
getRemoteAddress() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getRemoteAddress() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getRemoteAddress() - Method in interface org.apache.http.nio.reactor.IOSession
 
getRemoteAddress() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getRemotePort() - Method in interface org.apache.http.HttpInetConnection
 
getRemotePort() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getRemotePort() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getRemotePort() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
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
 
getRequestInterceptor(int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getRequestInterceptor(int) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Obtains a request interceptor from this list.
getRequestInterceptorCount() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getRequestInterceptorCount() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
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
 
getRequestTime() - Method in class org.apache.http.impl.nio.reactor.SessionRequestHandle
 
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
 
getResponseInterceptor(int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getResponseInterceptor(int) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Obtains a response interceptor from this list.
getResponseInterceptorCount() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getResponseInterceptorCount() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Obtains the current size of this list.
getSchemeName() - Method in class org.apache.http.HttpHost
Returns the scheme.
getSelectInterval(HttpParams) - Static method in class org.apache.http.nio.params.HttpNIOParams
 
getSelectTimeout() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
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
 
getSession() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
getSession() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
getSession() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
getSessionRequest() - Method in class org.apache.http.impl.nio.reactor.ChannelEntry
 
getSessionRequest() - Method in class org.apache.http.impl.nio.reactor.SessionRequestHandle
 
getSocket() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getSocket() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getSocketBufferSize(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
 
getSocketTimeout() - Method in interface org.apache.http.HttpConnection
Returns the socket timeout value.
getSocketTimeout() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
getSocketTimeout() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
getSocketTimeout() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
getSocketTimeout() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getSocketTimeout() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getSocketTimeout() - Method in interface org.apache.http.nio.reactor.IOSession
 
getSoTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Returns the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
getStartedTime() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
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.
getTcpNoDelay(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Tests if Nagle's algorithm is to be used.
getUri() - Method in class org.apache.http.message.BasicRequestLine
 
getUri() - Method in interface org.apache.http.RequestLine
 
getUserAgent(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
 
getValue() - Method in interface org.apache.http.Header
 
getValue() - Method in interface org.apache.http.HeaderElement
 
getValue() - Method in class org.apache.http.message.BasicHeader
Returns the header value.
getValue() - Method in class org.apache.http.message.BasicHeaderElement
Returns the value.
getValue() - Method in class org.apache.http.message.BasicNameValuePair
Returns the value.
getValue() - Method in class org.apache.http.message.BufferedHeader
 
getValue() - Method in interface org.apache.http.NameValuePair
 
getValuePos() - Method in class org.apache.http.message.BufferedHeader
 
getVersion(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns HTTP protocol version to be used per default.
GMT - Static variable in class org.apache.http.protocol.HttpDateGenerator
The time zone to use in the date header.
greaterEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is greater or equal to the given number.

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(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpRequestHandler
 
handleException(HttpException, HttpResponse) - Method in class org.apache.http.protocol.HttpService
 
handleRequest(HttpServerConnection, HttpContext) - Method in class org.apache.http.protocol.HttpService
 
handleResponse(HttpResponse, HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
Triggered when an HTTP response is ready to be processed.
handlerResolver - Variable in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
hasBufferedData() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
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 class org.apache.http.impl.nio.reactor.SSLIOSession
 
hasBufferedInput() - Method in interface org.apache.http.nio.reactor.IOSession
 
hasBufferedInput() - Method in interface org.apache.http.nio.reactor.SessionBufferStatus
 
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 class org.apache.http.impl.nio.reactor.SSLIOSession
 
hasBufferedOutput() - Method in interface org.apache.http.nio.reactor.IOSession
 
hasBufferedOutput() - Method in interface org.apache.http.nio.reactor.SessionBufferStatus
 
hasData() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
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.HttpVersion
 
hashCode() - Method in class org.apache.http.message.BasicHeaderElement
 
hashCode() - Method in class org.apache.http.message.BasicNameValuePair
 
hashCode(int, int) - Static method in class org.apache.http.util.LangUtils
 
hashCode(int, boolean) - Static method in class org.apache.http.util.LangUtils
 
hashCode(int, Object) - Static method in class org.apache.http.util.LangUtils
 
Header - Interface in org.apache.http
Represents an HTTP header field.
HeaderElement - Interface in org.apache.http
One element of an HTTP header value.
HeaderGroup - Class in org.apache.http.util
A class for combining a set of headers.
HeaderGroup() - Constructor for class org.apache.http.util.HeaderGroup
Constructor for HeaderGroup.
headerIterator() - Method in interface org.apache.http.HttpMessage
Returns an iterator of all the headers.
headerIterator() - Method in class org.apache.http.message.AbstractHttpMessage
 
HeaderUtils - Class in org.apache.http.util
A utility class for processing HTTP headers.
HeapByteBufferAllocator - Class in org.apache.http.nio.util
 
HeapByteBufferAllocator() - Constructor for class org.apache.http.nio.util.HeapByteBufferAllocator
 
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_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.HttpContext
 
HTTP_CONTENT_CHARSET - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the charset to be used per default for encoding content body.
HTTP_ELEMENT_CHARSET - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the charset to be used for encoding HTTP protocol elements.
HTTP_PROXY_HOST - Static variable in class org.apache.http.protocol.HttpExecutionContext
 
HTTP_REQ_SENT - Static variable in class org.apache.http.protocol.HttpExecutionContext
 
HTTP_REQUEST - Static variable in interface org.apache.http.protocol.HttpContext
 
HTTP_RESPONSE - Static variable in interface org.apache.http.protocol.HttpContext
 
HTTP_TARGET_HOST - Static variable in class org.apache.http.protocol.HttpExecutionContext
 
HttpClientConnection - Interface in org.apache.http
An HTTP connection for use on the client side.
HttpConnection - Interface in org.apache.http
A generic HTTP connection, useful on client and server side.
HttpConnectionMetrics - Interface in org.apache.http
The point of access to the statistics of an HttpConnection.
HttpConnectionMetricsImpl - Class in org.apache.http.impl
Implementation of the metrics interface.
HttpConnectionMetricsImpl(HttpTransportMetrics, HttpTransportMetrics) - Constructor for class org.apache.http.impl.HttpConnectionMetricsImpl
 
HttpConnectionParams - Class in org.apache.http.params
An adaptor for accessing connection parameters in HttpParams.
HttpContext - Interface in org.apache.http.protocol
A context for executing a request.
HttpDataInputStream - Class in org.apache.http.impl.io
A stream for reading from a HttpDataReceiver.
HttpDataInputStream(HttpDataReceiver) - Constructor for class org.apache.http.impl.io.HttpDataInputStream
 
HttpDataOutputStream - Class in org.apache.http.impl.io
A stream for writing to a HttpDataTransmitter.
HttpDataOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.impl.io.HttpDataOutputStream
 
HttpDataReceiver - Interface in org.apache.http.io
Interface for receiving data.
HttpDataTransmitter - Interface in org.apache.http.io
Interface for sending data.
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.
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.
HttpExecutionContext - Class in org.apache.http.protocol
Default implementation of the HttpContext.
HttpExecutionContext(HttpContext) - Constructor for class org.apache.http.protocol.HttpExecutionContext
 
HttpExpectationVerifier - Interface in org.apache.http.protocol
Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpHost - Class in org.apache.http
Holds all of the variables needed to describe an HTTP connection to a host.
HttpHost(String, int, String) - Constructor for class org.apache.http.HttpHost
Constructor for HttpHost.
HttpHost(String, int) - Constructor for class org.apache.http.HttpHost
Constructor for HttpHost.
HttpHost(String) - Constructor for class org.apache.http.HttpHost
Constructor for HttpHost.
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).
HttpLinkedParams - Interface in org.apache.http.params
Represents a collection of HTTP protocol and framework parameters that can be linked with another one to form a parameter hierarchy.
HttpMessage - Interface in org.apache.http
A generic HTTP message.
HttpMessageParser - Class in org.apache.http.impl.nio.codecs
 
HttpMessageParser(SessionInputBuffer, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpMessageParser
 
HttpNIOParams - Class in org.apache.http.nio.params
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP NIO specific parameters.
HttpParams - Interface in org.apache.http.params
Represents a collection of HTTP protocol and framework parameters.
HttpParamsLinker - Class in org.apache.http.params
A utility class that can be used to build parameter hierarchies.
httpProcessor - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
 
HttpProcessor - Interface in org.apache.http.protocol
Performs interceptor processing of requests and responses.
HttpProtocolParams - Class in org.apache.http.params
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP protocol specific parameters.
HttpRequest - Interface in org.apache.http
An HTTP request.
HttpRequestExecutionHandler - Interface in org.apache.http.nio.protocol
HTTP request execution handler can be used by client-side protocol handlers to trigger the submission of a new HTTP request and the processing of an HTTP response.
HttpRequestExecutor - Class in org.apache.http.protocol
Sends HTTP requests and receives the responses.
HttpRequestExecutor() - Constructor for class org.apache.http.protocol.HttpRequestExecutor
Create a new request executor.
HttpRequestFactory - Interface in org.apache.http
A factory for HttpRequest objects.
HttpRequestHandler - Interface in org.apache.http.protocol
 
HttpRequestHandlerRegistry - Class in org.apache.http.protocol
Maintains a map of HTTP request handlers keyed by a request URI pattern.
HttpRequestHandlerRegistry() - Constructor for class org.apache.http.protocol.HttpRequestHandlerRegistry
 
HttpRequestHandlerResolver - Interface in org.apache.http.protocol
Interface to be implemented by objects that can resolve HttpRequestHandler instances by request URI.
HttpRequestInterceptor - Interface in org.apache.http
Processes a request.
HttpRequestInterceptorList - Interface in org.apache.http.protocol
Provides access to an ordered list of request interceptors.
HttpRequestParser - Class in org.apache.http.impl.nio.codecs
 
HttpRequestParser(SessionInputBuffer, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpRequestParser
 
HttpResponse - Interface in org.apache.http
An HTTP response.
HttpResponseFactory - Interface in org.apache.http
A factory for HttpResponse objects.
HttpResponseInterceptor - Interface in org.apache.http
Processes a response.
HttpResponseInterceptorList - Interface in org.apache.http.protocol
Provides access to an ordered list of response interceptors.
HttpResponseParser - Class in org.apache.http.impl.nio.codecs
 
HttpResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.nio.codecs.HttpResponseParser
 
HttpServerConnection - Interface in org.apache.http
An HTTP connection for use on the server side.
HttpService - Class in org.apache.http.protocol
Minimalistic server-side implementation of an HTTP processor.
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) - Constructor for class org.apache.http.protocol.HttpService
Create a new HTTP service.
HttpStatus - Interface in org.apache.http
Constants enumerating the HTTP status codes.
HttpTransportMetrics - Interface in org.apache.http.io
 
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, as specified in RFC 2616.
HttpVersion(int, int) - Constructor for class org.apache.http.HttpVersion
Create an HTTP protocol version designator.

I

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
 
IdentityDecoder(ReadableByteChannel, SessionInputBuffer) - Constructor for class org.apache.http.impl.nio.codecs.IdentityDecoder
 
IdentityEncoder - Class in org.apache.http.impl.nio.codecs
 
IdentityEncoder(WritableByteChannel) - Constructor for class org.apache.http.impl.nio.codecs.IdentityEncoder
 
IdentityOutputStream - Class in org.apache.http.impl.io
A stream for writing with an "identity" transport encoding.
IdentityOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.impl.io.IdentityOutputStream
 
inboundTransport() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
inbuf - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
incomingContentStrategy - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
incrementBytesTransferred(long) - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
 
incrementRequestCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
 
incrementResponseCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
 
indexOf(int, int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
indexOf(int) - Method in class org.apache.http.util.CharArrayBuffer
 
init(HttpDataReceiver, HttpDataTransmitter, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
init(HttpDataReceiver, HttpDataTransmitter, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
init(InputStream, int, HttpParams) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
init(OutputStream, int, HttpParams) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
initalize(SSLEngine, HttpParams) - Method in interface org.apache.http.impl.nio.reactor.SSLIOSessionHandler
 
initalizeContext(HttpContext, Object) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
Triggered when a new connection has been established and the HTTP context needs to be initialized.
initCause(Throwable, Throwable) - Static method in class org.apache.http.util.ExceptionUtils
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
INPUT_MODE - Static variable in class org.apache.http.nio.util.ExpandableBuffer
 
inputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
inputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
inputReady(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
inputReady(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
inputReady(NHttpClientConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.
inputReady(NHttpServerConnection, ContentDecoder) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.
inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
inputReady(NHttpClientConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
inputReady(NHttpServerConnection, ContentDecoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
inputReady(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
InputStreamEntity - Class in org.apache.http.entity
A streamed entity obtaining content from an InputStream.
InputStreamEntity(InputStream, long) - Constructor for class org.apache.http.entity.InputStreamEntity
 
INSTANCE - Static variable in class org.apache.http.impl.EnglishReasonPhraseCatalog
The default instance of this catalog.
IOControl - Interface in org.apache.http.nio
Connection input/output control interface.
IOEventDispatch - Interface in org.apache.http.nio.reactor
 
IOReactor - Interface in org.apache.http.nio.reactor
 
IOReactorException - Exception in org.apache.http.nio.reactor
I/O exception that can be thrown by an I/O reactor.
IOReactorException(String, Exception) - Constructor for exception org.apache.http.nio.reactor.IOReactorException
 
IOReactorException(String) - 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
IOSession - Interface in org.apache.http.nio.reactor
 
IOSessionImpl - Class in org.apache.http.impl.nio.reactor
 
IOSessionImpl(SelectionKey, SessionClosedCallback) - Constructor for class org.apache.http.impl.nio.reactor.IOSessionImpl
 
isAppInputReady() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
isAppOutputReady() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
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.reactor.IOSessionImpl
 
isClosed() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
isClosed() - Method in interface org.apache.http.nio.reactor.IOSession
 
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.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.reactor.SessionRequest
 
isDataAvailable(int) - Method in class org.apache.http.impl.io.SocketHttpDataReceiver
 
isDataAvailable(int) - Method in interface org.apache.http.io.HttpDataReceiver
 
isEmpty() - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
isEmpty() - Method in class org.apache.http.util.ByteArrayBuffer
 
isEmpty() - Method in class org.apache.http.util.CharArrayBuffer
 
isEndOfStream() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
isEndOfStream() - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
isFull() - Method in class org.apache.http.util.ByteArrayBuffer
 
isFull() - Method in class org.apache.http.util.CharArrayBuffer
 
isInboundDone() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
ISO_8859_1 - Static variable in class org.apache.http.protocol.HTTP
 
isOpen() - Method in interface org.apache.http.HttpConnection
Checks if this connection is open.
isOpen() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
isOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
isOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
isOutboundDone() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
isParameterFalse(String) - Method in class org.apache.http.params.AbstractHttpParams
 
isParameterFalse(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is either not set or is false, false otherwise.
isParameterSet(String) - Method in class org.apache.http.params.BasicHttpParams
 
isParameterSet(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is set at any level, false otherwise.
isParameterSetLocally(String) - Method in class org.apache.http.params.BasicHttpParams
 
isParameterSetLocally(String) - Method in interface org.apache.http.params.HttpLinkedParams
WARNING: This method is not part of the API.
isParameterTrue(String) - Method in class org.apache.http.params.AbstractHttpParams
 
isParameterTrue(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is set and is true, false otherwise.
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.StringEntity
 
isRepeatable() - Method in interface org.apache.http.HttpEntity
Tells if the entity is capable to produce its data more than once.
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
 
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.
isShutdown() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
isStale() - Method in interface org.apache.http.HttpConnection
Checks whether this connection has gone down.
isStale() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
isStale() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
isStale() - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
isStaleCheckingEnabled(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Tests whether stale connection check is to be used.
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.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.
isWhitespace(char) - Static method in class org.apache.http.protocol.HTTP
 
iterator() - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
iterator() - Method in class org.apache.http.util.HeaderGroup
Returns an iterator over this group of headers.

K

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
 
keyCancelled(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
keyCancelled(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
keyCreated(SelectionKey, IOSession) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
keyCreated(SelectionKey, IOSession) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 

L

LangUtils - Class in org.apache.http.util
A set of utility methods to help produce consistent equals and hashCode methods.
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
 
length() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
length() - Method in class org.apache.http.util.ByteArrayBuffer
 
length() - Method in class org.apache.http.util.CharArrayBuffer
 
LengthDelimitedDecoder - Class in org.apache.http.impl.nio.codecs
 
LengthDelimitedDecoder(ReadableByteChannel, SessionInputBuffer, long) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
 
LengthDelimitedEncoder - Class in org.apache.http.impl.nio.codecs
 
LengthDelimitedEncoder(WritableByteChannel, long) - Constructor for class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
 
lessEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is less or equal to the given number.
LF - Static variable in class org.apache.http.protocol.HTTP
 
lineBuffer - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
link(HttpMessage, HttpParams) - Static method in class org.apache.http.params.HttpParamsLinker
Builds parameter hierarchy by linking parameters associated with the given HTTP message and the given defaults.
listen(SocketAddress) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
listen(SocketAddress) - Method in interface org.apache.http.nio.reactor.ListeningIOReactor
 
ListeningIOReactor - Interface in org.apache.http.nio.reactor
 
lookup(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
lookup(String) - Method in interface org.apache.http.protocol.HttpRequestHandlerResolver
 

M

MalformedChunkCodingException - Exception in org.apache.http
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for exception org.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with a null detail message.
MalformedChunkCodingException(String) - Constructor for exception org.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
matchUriRequestPattern(String, String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
MAX_HEADER_COUNT - Static variable in class org.apache.http.params.HttpConnectionParams
Determines the maximum HTTP header count allowed.
MAX_LINE_LENGTH - Static variable in class org.apache.http.params.HttpConnectionParams
Determines the maximum line length limit.
MAX_STATUS_LINE_GARBAGE - Static variable in class org.apache.http.params.HttpConnectionParams
Defines the maximum number of ignorable lines before we expect a HTTP response's status code.
MethodNotSupportedException - Exception in org.apache.http
Indicates 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.nio.NHttpConnectionBase
 

N

NameValuePair - Interface in org.apache.http
A simple class encapsulating an attribute/value pair.
newHttpRequest(RequestLine) - Method in interface org.apache.http.HttpRequestFactory
 
newHttpRequest(String, String) - Method in interface org.apache.http.HttpRequestFactory
 
newHttpRequest(RequestLine) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
 
newHttpRequest(String, String) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
 
newHttpResponse(HttpVersion, int, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
Creates a new response from status line elements.
newHttpResponse(StatusLine, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
Creates a new response from a status line.
newHttpResponse(HttpVersion, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
 
newHttpResponse(StatusLine, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
 
newThread(Runnable) - Method in interface org.apache.http.util.concurrent.ThreadFactory
 
NHttpClientConnection - Interface in org.apache.http.nio
Abstract non-blocking client-side HTTP connection.
NHttpClientHandler - Interface in org.apache.http.nio
Abstract client-side HTTP event handler.
NHttpClientHandlerBase - Class in org.apache.http.nio.protocol
 
NHttpClientHandlerBase(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.NHttpClientHandlerBase
 
NHttpConnection - Interface in org.apache.http.nio
Abstract non-blocking HTTP connection interface.
NHttpConnectionBase - Class in org.apache.http.impl.nio
 
NHttpConnectionBase(IOSession, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.NHttpConnectionBase
 
NHttpHandlerBase - Class in org.apache.http.nio.protocol
 
NHttpHandlerBase(HttpProcessor, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.NHttpHandlerBase
 
NHttpServerConnection - Interface in org.apache.http.nio
Abstract non-blocking server-side HTTP connection.
NHttpServiceHandler - Interface in org.apache.http.nio
Abstract server-side HTTP event handler.
NHttpServiceHandlerBase - Class in org.apache.http.nio.protocol
 
NHttpServiceHandlerBase(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
NHttpServiceHandlerBase(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, HttpParams) - Constructor for class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
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.

O

OCTET_STREAM_TYPE - Static variable in class org.apache.http.protocol.HTTP
Content type definitions
org.apache.http - package org.apache.http
The core interfaces and classes of the HTTP components.
org.apache.http.entity - package org.apache.http.entity
Representations for HTTP message entities.
org.apache.http.impl - package org.apache.http.impl
Default implementations for interfaces in org.apache.http.
org.apache.http.impl.entity - package org.apache.http.impl.entity
Default implementations for interfaces in org.apache.http.entity.
org.apache.http.impl.io - package org.apache.http.impl.io
Default implementations for interfaces in org.apache.http.io.
org.apache.http.impl.nio - package org.apache.http.impl.nio
 
org.apache.http.impl.nio.codecs - package org.apache.http.impl.nio.codecs
 
org.apache.http.impl.nio.reactor - package org.apache.http.impl.nio.reactor
NIO based implementations of HttpCore interfaces.
org.apache.http.io - package org.apache.http.io
The transport layer abstraction of the HTTP components.
org.apache.http.message - package org.apache.http.message
A selection of HTTP message implementations.
org.apache.http.nio - package org.apache.http.nio
 
org.apache.http.nio.entity - package org.apache.http.nio.entity
 
org.apache.http.nio.params - package org.apache.http.nio.params
 
org.apache.http.nio.protocol - package org.apache.http.nio.protocol
 
org.apache.http.nio.reactor - package org.apache.http.nio.reactor
API for event driven NIO based on Doug Lea's reactor pattern.
org.apache.http.nio.util - package org.apache.http.nio.util
 
org.apache.http.params - package org.apache.http.params
The parameterization framework for HTTP components.
org.apache.http.protocol - package org.apache.http.protocol
HTTP protocol execution framework.
org.apache.http.util - package org.apache.http.util
Mostly utility classes with static helper methods for various purposes.
org.apache.http.util.concurrent - package org.apache.http.util.concurrent
Interfaces corresponding to java.util.concurrent.
ORIGIN_SERVER - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the content of the Server header.
outboundTransport() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
outbuf - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
outgoingContentStrategy - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
OUTPUT_MODE - Static variable in class org.apache.http.nio.util.ExpandableBuffer
 
outputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
outputReady(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
outputReady(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
outputReady(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
outputReady(NHttpClientConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.
outputReady(NHttpServerConnection, ContentEncoder) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.
outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
outputReady(NHttpClientConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
outputReady(NHttpServerConnection, ContentEncoder) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
outputReady(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 

P

params - Variable in class org.apache.http.nio.protocol.NHttpHandlerBase
 
parse() - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicHeaderElement
 
parse(String) - Static method in class org.apache.http.message.BasicHeaderElement
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicHttpVersionFormat
Parses the textual representation of the given HTTP protocol version.
parse(String) - Static method in class org.apache.http.message.BasicHttpVersionFormat
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicNameValuePair
 
parse(String) - Static method in class org.apache.http.message.BasicNameValuePair
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicRequestLine
 
parse(String) - Static method in class org.apache.http.message.BasicRequestLine
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicStatusLine
Parses the status line returned from the HTTP server.
parse(String) - Static method in class org.apache.http.message.BasicStatusLine
 
parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicHeaderElement
This parses the value part of a header.
parseAll(String) - Static method in class org.apache.http.message.BasicHeaderElement
This parses the value part of a header.
parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicNameValuePair
 
parseAll(String) - Static method in class org.apache.http.message.BasicNameValuePair
 
parseHeaders(HttpDataReceiver, int, int) - Static method in class org.apache.http.util.HeaderUtils
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(HttpDataReceiver) - Static method in class org.apache.http.util.HeaderUtils
 
PATTERN_RFC1123 - Static variable in class org.apache.http.protocol.HttpDateGenerator
Date format pattern used to generate the header in RFC 1123 format.
PLAIN_TEXT_TYPE - Static variable in class org.apache.http.protocol.HTTP
 
pop() - Method in class org.apache.http.impl.nio.reactor.ChannelQueue
 
pop() - Method in class org.apache.http.impl.nio.reactor.SessionQueue
 
pop() - Method in class org.apache.http.impl.nio.reactor.SessionRequestQueue
 
postProcess(HttpResponse, HttpProcessor, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Finish a response.
prepareDecoder(HttpMessage) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
prepareEncoder(HttpMessage) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
prepareSocket(Socket) - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
prepareSocket(Socket) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
preProcess(HttpRequest, HttpProcessor, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Prepare a request for sending.
process(HttpRequest, HttpContext) - Method in interface org.apache.http.HttpRequestInterceptor
Processes a request.
process(HttpResponse, HttpContext) - Method in interface org.apache.http.HttpResponseInterceptor
Processes a response.
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
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.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 class org.apache.http.protocol.ResponseConnControl
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseContent
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseDate
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseServer
 
produceContent(ContentEncoder) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
produceContent(ContentEncoder) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
produceContent(ContentEncoder) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
produceOutput(NHttpClientHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
produceOutput(NHttpServiceHandler) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
PROTOCOL_VERSION - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the HTTP protocol version 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.
push(ChannelEntry) - Method in class org.apache.http.impl.nio.reactor.ChannelQueue
 
push(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionQueue
 
push(SessionRequestImpl) - Method in class org.apache.http.impl.nio.reactor.SessionRequestQueue
 

R

read() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
read(byte[]) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
read() - Method in class org.apache.http.impl.io.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - 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.ChunkedInputStream
Read some bytes from the stream.
read() - Method in class org.apache.http.impl.io.ContentLengthInputStream
Read the next byte 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[]) - Method in class org.apache.http.impl.io.ContentLengthInputStream
Read more bytes from the stream.
read() - Method in class org.apache.http.impl.io.HttpDataInputStream
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.HttpDataInputStream
 
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(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.IdentityDecoder
 
read(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
 
read(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
 
read() - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
read(ByteBuffer, int) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
read(ByteBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
read(byte[], int, int) - Method in interface org.apache.http.io.HttpDataReceiver
 
read(byte[]) - Method in interface org.apache.http.io.HttpDataReceiver
 
read() - Method in interface org.apache.http.io.HttpDataReceiver
 
read(ByteBuffer) - Method in interface org.apache.http.nio.ContentDecoder
Reads a portion of content from the underlying channel
read(byte[], int, int) - Method in class org.apache.http.nio.entity.ContentInputStream
 
read(byte[]) - Method in class org.apache.http.nio.entity.ContentInputStream
 
read() - Method in class org.apache.http.nio.entity.ContentInputStream
 
read(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.
READ - Static variable in interface org.apache.http.nio.reactor.EventMask
 
read(byte[], int, int) - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
read() - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
read() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
read(byte[], int, int) - Method in class org.apache.http.nio.util.SharedInputBuffer
 
read(byte[]) - Method in class org.apache.http.nio.util.SharedInputBuffer
 
read() - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
read(byte[], int, int) - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
read(byte[]) - Method in class org.apache.http.nio.util.SimpleInputBuffer
 
READ_WRITE - Static variable in interface org.apache.http.nio.reactor.EventMask
 
readable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
readable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
readLine() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
readLine(CharArrayBuffer, boolean) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
readLine(boolean) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
readLine(CharArrayBuffer) - Method in interface org.apache.http.io.HttpDataReceiver
 
readLine() - Method in interface org.apache.http.io.HttpDataReceiver
 
readResponseHeaders(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
readResponseStatusLine() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
reasonCatalog - Variable in class org.apache.http.impl.DefaultHttpResponseFactory
The catalog for looking up reason phrases.
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
 
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
 
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
 
receiveRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
receiveRequestLine() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
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
 
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
 
register(String, HttpRequestHandler) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
remove(IOSession) - Method in class org.apache.http.impl.nio.reactor.SessionSet
 
removeAttribute(String) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
removeAttribute(String) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
removeAttribute(String) - Method in interface org.apache.http.nio.reactor.IOSession
 
removeAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
 
removeAttribute(String) - Method in class org.apache.http.protocol.HttpExecutionContext
 
removeAttribute(String) - Method in class org.apache.http.protocol.SyncHttpExecutionContext
 
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.util.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
 
request - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
REQUEST_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
 
RequestConnControl - Class in org.apache.http.protocol
A request interceptor that suggests connection keep-alive to the server.
RequestConnControl() - Constructor for class org.apache.http.protocol.RequestConnControl
 
RequestContent - Class in org.apache.http.protocol
A request interceptor that decides about the transport encoding.
RequestContent() - Constructor for class org.apache.http.protocol.RequestContent
 
RequestExpectContinue - Class in org.apache.http.protocol
A request interceptor that enables the expect-continue handshake.
RequestExpectContinue() - Constructor for class org.apache.http.protocol.RequestExpectContinue
 
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 oprtations.
RequestLine - Interface in org.apache.http
The first line of an HttpRequest.
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 oprtations.
requestReady(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when the connection is ready to send an HTTP request.
requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
requestReady(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
requestReceived(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when a new HTTP request is received.
requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
requestReceived(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
RequestTargetHost - Class in org.apache.http.protocol
A request interceptor that sets the Host header for HTTP/1.1 requests.
RequestTargetHost() - Constructor for class org.apache.http.protocol.RequestTargetHost
 
RequestUserAgent - Class in org.apache.http.protocol
A request interceptor that adds a User-Agent header.
RequestUserAgent() - Constructor for class org.apache.http.protocol.RequestUserAgent
 
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.HttpTransportMetricsImpl
 
reset() - Method in class org.apache.http.impl.nio.codecs.HttpMessageParser
 
reset(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
reset(HttpParams) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
reset() - Method in interface org.apache.http.io.HttpTransportMetrics
Resets the counts
reset() - Method in interface org.apache.http.nio.util.ContentInputBuffer
 
reset() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
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
 
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 output state.
resetInput() - Method in interface org.apache.http.nio.NHttpServerConnection
Resets output state.
resetLastRead() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
resetLastWrite() - Method in class org.apache.http.impl.nio.reactor.SessionHandle
 
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 input state.
resetOutput() - Method in interface org.apache.http.nio.NHttpServerConnection
Resets input state.
response - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
RESPONSE_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
 
ResponseConnControl - Class in org.apache.http.protocol
A response interceptor that suggests connection keep-alive to the client.
ResponseConnControl() - Constructor for class org.apache.http.protocol.ResponseConnControl
 
ResponseContent - Class in org.apache.http.protocol
A response interceptor that sets up entity-related headers.
ResponseContent() - Constructor for class org.apache.http.protocol.ResponseContent
 
ResponseDate - Class in org.apache.http.protocol
A response interceptor that adds a Date header.
ResponseDate() - Constructor for class org.apache.http.protocol.ResponseDate
 
responseFactory - Variable in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
responseReady(NHttpServerConnection) - Method in interface org.apache.http.nio.NHttpServiceHandler
Triggered when the connection is ready to send an HTTP response.
responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpServiceHandler
 
responseReady(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
responseReceived(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
Triggered when an HTTP response is received.
responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.BufferingHttpClientHandler
 
responseReceived(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
ResponseServer - Class in org.apache.http.protocol
A response interceptor that adds a Server header.
ResponseServer() - Constructor for class org.apache.http.protocol.ResponseServer
 

S

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 (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTI_STATUS - Static variable in interface org.apache.http.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_MULTIPLE_CHOICES - Static variable in 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)
SELECT_INTERVAL - Static variable in class org.apache.http.nio.params.HttpNIOParams
Determines the time interval in milliseconds at which the I/O reactor wakes up to check for timed out sessions and session requests.
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
 
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
 
sendRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
sendRequestLine(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
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
 
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
 
sendResponseHeaders(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
sendResponseStatusLine(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
SENT_BYTES_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
 
serialize(HttpDataTransmitter, HttpMessage, HttpEntity) - Method in class org.apache.http.impl.entity.EntitySerializer
 
SERVER_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
session - Variable in class org.apache.http.impl.nio.NHttpConnectionBase
 
SessionBufferStatus - Interface in org.apache.http.nio.reactor
Interface to query the status of session I/O buffers.
sessionClosed(IOSession) - Method in interface org.apache.http.impl.nio.reactor.SessionClosedCallback
 
SessionClosedCallback - Interface in org.apache.http.impl.nio.reactor
 
SessionHandle - Class in org.apache.http.impl.nio.reactor
 
SessionHandle(IOSession) - Constructor for class org.apache.http.impl.nio.reactor.SessionHandle
 
SessionInputBuffer - Class in org.apache.http.impl.nio.reactor
 
SessionInputBuffer(int, int, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
SessionInputBuffer(int, int) - Constructor for class org.apache.http.impl.nio.reactor.SessionInputBuffer
 
SessionOutputBuffer - Class in org.apache.http.impl.nio.reactor
 
SessionOutputBuffer(int, int, ByteBufferAllocator) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
SessionOutputBuffer(int, int) - Constructor for class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
SessionQueue - Class in org.apache.http.impl.nio.reactor
 
SessionQueue() - Constructor for class org.apache.http.impl.nio.reactor.SessionQueue
 
SessionRequest - Interface in org.apache.http.nio.reactor
 
SessionRequestCallback - Interface in org.apache.http.nio.reactor
 
SessionRequestHandle - Class in org.apache.http.impl.nio.reactor
 
SessionRequestHandle(SessionRequestImpl) - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestHandle
 
SessionRequestImpl - Class in org.apache.http.impl.nio.reactor
 
SessionRequestImpl(SocketAddress, SocketAddress, Object, SessionRequestCallback) - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
SessionRequestQueue - Class in org.apache.http.impl.nio.reactor
 
SessionRequestQueue() - Constructor for class org.apache.http.impl.nio.reactor.SessionRequestQueue
 
SessionSet - Class in org.apache.http.impl.nio.reactor
 
SessionSet() - Constructor for class org.apache.http.impl.nio.reactor.SessionSet
 
setAttribute(String, Object) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
setAttribute(String, Object) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
setAttribute(String, Object) - Method in interface org.apache.http.nio.reactor.IOSession
 
setAttribute(String, Object) - Method in interface org.apache.http.protocol.HttpContext
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.HttpExecutionContext
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.SyncHttpExecutionContext
 
setBooleanParameter(String, boolean) - Method in class org.apache.http.params.AbstractHttpParams
 
setBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
Assigns a Boolean to the parameter with the given name
setBufferStatus(SessionBufferStatus) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
setBufferStatus(SessionBufferStatus) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
setBufferStatus(SessionBufferStatus) - Method in interface org.apache.http.nio.reactor.IOSession
 
setBytesTransferred(long) - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
 
setChunked(boolean) - Method in class org.apache.http.entity.AbstractHttpEntity
Specifies the 'chunked' flag.
setConnectionTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
Sets the timeout until a connection is etablished.
setConnectTimeout(int) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
setConnectTimeout(int) - Method in interface org.apache.http.nio.reactor.SessionRequest
 
setConnReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.protocol.HttpService
 
setContent(InputStream) - Method in class org.apache.http.entity.BasicHttpEntity
Specifies the content.
setContentBufferSize(HttpParams, int) - Static method in class org.apache.http.nio.params.HttpNIOParams
 
setContentCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
Sets the default charset to be used for writing content body, when no charset explicitly specified.
setContentEncoding(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
Specifies the Content-Encoding header.
setContentEncoding(String) - Method in class org.apache.http.entity.AbstractHttpEntity
Specifies the Content-Encoding header, as a string.
setContentLength(long) - Method in class org.apache.http.entity.BasicHttpEntity
Specifies the length of the content.
setContentType(Header) - Method in class org.apache.http.entity.AbstractHttpEntity
Specifies the Content-Type header.
setContentType(String) - Method in class org.apache.http.entity.AbstractHttpEntity
Specifies the Content-Type header, as a string.
setDefaults(HttpParams) - Method in class org.apache.http.params.BasicHttpParams
Provides default parameters.
setDefaults(HttpParams) - Method in interface org.apache.http.params.HttpLinkedParams
WARNING: This method is not part of the API.
setDoubleParameter(String, double) - Method in class org.apache.http.params.AbstractHttpParams
 
setDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
Assigns a Double to the parameter with the given name
setEntity(HttpEntity) - Method in interface org.apache.http.HttpEntityEnclosingRequest
Hands the entity to the 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 class org.apache.http.impl.nio.reactor.SSLIOSession
 
setEvent(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
setEventListener(EventListener) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
 
setEventMask(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
setEventMask(int) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
setEventMask(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
setExceptionHandler(IOReactorExceptionHandler) - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.protocol.HttpService
 
setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.protocol.HttpService
 
setHandlers(Map) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
setHeader(Header) - Method in interface org.apache.http.HttpMessage
Overwrites the first header with the same name.
setHeader(String, String) - 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
 
setHeader(String, String) - 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.util.HeaderGroup
Sets all of the headers contained within this group overriding any existing headers.
setHttpElementCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
Sets the charset to be used for writing HTTP headers.
setHttpProcessor(HttpProcessor) - Method in class org.apache.http.protocol.HttpService
 
setInputMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
setInterceptors(List) - Method in class org.apache.http.protocol.BasicHttpProcessor
Sets the interceptor lists.
setInterceptors(List) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Sets the request interceptors in this list.
setInterceptors(List) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Sets the response interceptors in this list.
setIntParameter(String, int) - Method in class org.apache.http.params.AbstractHttpParams
 
setIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
Assigns an Integer to the parameter with the given name
setKey(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
setLength(int) - Method in class org.apache.http.util.ByteArrayBuffer
 
setLength(int) - Method in class org.apache.http.util.CharArrayBuffer
 
setLinger(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
Returns linger-on-close timeout.
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
 
setLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
Assigns a Long to the parameter with the given name
setMetric(String, Object) - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
 
setOutputMode() - Method in class org.apache.http.nio.util.ExpandableBuffer
 
setParameter(String, Object) - Method in class org.apache.http.params.BasicHttpParams
 
setParameter(String, Object) - Method in interface org.apache.http.params.HttpParams
Assigns the value to the parameter with the given name
setParameters(String[], Object) - Method in class org.apache.http.params.BasicHttpParams
Assigns the value to all the parameter with the given names
setParams(HttpParams) - Method in interface org.apache.http.HttpMessage
Provides parameters to be used for the processing of this message.
setParams(HttpParams) - Method in class org.apache.http.message.AbstractHttpMessage
 
setParams(HttpParams) - Method in class org.apache.http.protocol.HttpService
 
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
 
setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.protocol.HttpService
 
setSelectInterval(HttpParams, long) - Static method in class org.apache.http.nio.params.HttpNIOParams
 
setSocketBufferSize(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
 
setSocketTimeout(int) - Method in interface org.apache.http.HttpConnection
Sets the socket timeout value.
setSocketTimeout(int) - Method in class org.apache.http.impl.nio.NHttpConnectionBase
 
setSocketTimeout(int) - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
setSocketTimeout(int) - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpClientConnection
 
setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpServerConnection
 
setSocketTimeout(int) - Method in interface org.apache.http.nio.reactor.IOSession
 
setSoTimeout(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
Sets the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
setStaleCheckingEnabled(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
Defines whether stale connection check is to be used.
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(StatusLine) - Method in interface org.apache.http.HttpResponse
Sets the status line of this response.
setStatusLine(HttpVersion, int) - Method in interface org.apache.http.HttpResponse
Sets the status line of this response.
setStatusLine(HttpVersion, int, String) - Method in interface org.apache.http.HttpResponse
Sets the status line of this response with a reason phrase.
setStatusLine(StatusLine) - Method in class org.apache.http.message.BasicHttpResponse
 
setStatusLine(HttpVersion, int) - Method in class org.apache.http.message.BasicHttpResponse
 
setStatusLine(HttpVersion, int, String) - Method in class org.apache.http.message.BasicHttpResponse
 
setTcpNoDelay(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
Determines whether Nagle's algorithm is to be used.
setUseExpectContinue(HttpParams, boolean) - Static method in class org.apache.http.params.HttpProtocolParams
 
setUserAgent(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
 
setVersion(HttpParams, HttpVersion) - Static method in class org.apache.http.params.HttpProtocolParams
Assigns the HTTP protocol version to be used by the HTTP methods that this collection of parameters applies to.
SharedInputBuffer - Class in org.apache.http.nio.util
 
SharedInputBuffer(int, IOControl, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SharedInputBuffer
 
SharedOutputBuffer - Class in org.apache.http.nio.util
 
SharedOutputBuffer(int, IOControl, ByteBufferAllocator) - Constructor for 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.nio.NHttpConnectionBase
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
shutdown() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
shutdown() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
shutdown() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
shutdown() - Method in interface org.apache.http.nio.IOControl
Shuts down the underlying channel.
shutdown() - Method in interface org.apache.http.nio.reactor.IOReactor
 
shutdown() - Method in interface org.apache.http.nio.reactor.IOSession
 
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
 
shutdownConnection(HttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.NHttpHandlerBase
 
shutdownConnection(NHttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
shutdownConnection(NHttpConnection, Throwable) - Method in class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
SimpleInputBuffer - Class in org.apache.http.nio.util
 
SimpleInputBuffer(int, ByteBufferAllocator) - Constructor for class org.apache.http.nio.util.SimpleInputBuffer
 
SimpleOutputBuffer - Class in org.apache.http.nio.util
 
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.
SO_LINGER - Static variable in class org.apache.http.params.HttpConnectionParams
Sets SO_LINGER with the specified linger time in seconds.
SO_TIMEOUT - Static variable in class org.apache.http.params.HttpConnectionParams
Defines the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
SOCKET_BUFFER_SIZE - Static variable in class org.apache.http.params.HttpConnectionParams
Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
SocketHttpClientConnection - Class in org.apache.http.impl
Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
SocketHttpClientConnection() - Constructor for class org.apache.http.impl.SocketHttpClientConnection
 
SocketHttpDataReceiver - Class in org.apache.http.impl.io
A data receiver using a Java Socket and traditional IO.
SocketHttpDataReceiver(Socket, int, HttpParams) - Constructor for class org.apache.http.impl.io.SocketHttpDataReceiver
 
SocketHttpDataTransmitter - Class in org.apache.http.impl.io
A data transmitter using a Java Socket and traditional IO.
SocketHttpDataTransmitter(Socket, int, HttpParams) - Constructor for class org.apache.http.impl.io.SocketHttpDataTransmitter
 
SocketHttpServerConnection - Class in org.apache.http.impl
Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
SocketHttpServerConnection() - Constructor for class org.apache.http.impl.SocketHttpServerConnection
 
SP - Static variable in class org.apache.http.protocol.HTTP
 
SSLClientIOEventDispatch - Class in org.apache.http.impl.nio.reactor
 
SSLClientIOEventDispatch(NHttpClientHandler, SSLContext, SSLIOSessionHandler, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
SSLClientIOEventDispatch(NHttpClientHandler, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
SSLIOSession - Class in org.apache.http.impl.nio.reactor
A decorator class intended to transparently extend an IOSession 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
 
SSLIOSessionHandler - Interface in org.apache.http.impl.nio.reactor
 
SSLMode - Enum in org.apache.http.impl.nio.reactor
 
SSLServerIOEventDispatch - Class in org.apache.http.impl.nio.reactor
 
SSLServerIOEventDispatch(NHttpServiceHandler, SSLContext, SSLIOSessionHandler, ByteBufferAllocator, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
SSLServerIOEventDispatch(NHttpServiceHandler, SSLContext, HttpParams) - Constructor for class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
STALE_CONNECTION_CHECK - Static variable in class org.apache.http.params.HttpConnectionParams
Determines whether stale connection check is to be used.
startsWithHTTP(CharArrayBuffer) - Static method in class org.apache.http.impl.AbstractHttpClientConnection
Tests if the string starts with 'HTTP' signature.
startWorkers(IOEventDispatch) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
StatusLine - Interface in org.apache.http
Represents a status line as returned from a HTTP server.
stopWorkers(int) - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 
STRICT_TRANSFER_ENCODING - Static variable in class org.apache.http.params.HttpProtocolParams
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
 
StringEntity - Class in org.apache.http.entity
A self-contained entity obtaining content from a string.
StringEntity(String, String) - Constructor for class org.apache.http.entity.StringEntity
 
StringEntity(String) - Constructor for class org.apache.http.entity.StringEntity
 
submitRequest(HttpRequest) - Method in class org.apache.http.impl.nio.DefaultNHttpClientConnection
 
submitRequest(HttpRequest) - Method in interface org.apache.http.nio.NHttpClientConnection
Submits the HTTP request to the target server.
submitRequest(HttpContext) - Method in interface org.apache.http.nio.protocol.HttpRequestExecutionHandler
Triggered when the underlying connection is ready to send a new HTTP request to the target host.
submitResponse(HttpResponse) - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
submitResponse(HttpResponse) - Method in interface org.apache.http.nio.NHttpServerConnection
Submits the HTTP response to the client.
substring(int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
substringTrimmed(int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
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.
SyncHttpExecutionContext - Class in org.apache.http.protocol
Thread-safe extension of the HttpExecutionContext.
SyncHttpExecutionContext(HttpContext) - Constructor for class org.apache.http.protocol.SyncHttpExecutionContext
 

T

TARGET_HOST - Static variable in class org.apache.http.protocol.HTTP
 
TCP_NODELAY - Static variable in class org.apache.http.params.HttpConnectionParams
Determines whether Nagle's algorithm is to be used.
ThreadFactory - Interface in org.apache.http.util.concurrent
Abstract thread factory.
ThrottlingHttpClientHandler - Class in org.apache.http.nio.protocol
HTTP client handler implementation that allocates content buffers of limited size upon initialization and is capable of controlling the frequency of I/O events in order to guarantee those content buffers do not ever get overflown.
ThrottlingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, ByteBufferAllocator, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
ThrottlingHttpClientHandler(HttpProcessor, HttpRequestExecutionHandler, ConnectionReuseStrategy, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
ThrottlingHttpServiceHandler - Class in org.apache.http.nio.protocol
HTTP service handler implementation that allocates content buffers of limited size upon initialization and is capable of controlling the frequency of I/O events in order to guarantee those content buffers do not ever get overflown.
ThrottlingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, ByteBufferAllocator, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
ThrottlingHttpServiceHandler(HttpProcessor, HttpResponseFactory, ConnectionReuseStrategy, Executor, HttpParams) - Constructor for class org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
 
timeout(IOSession) - Method in class org.apache.http.impl.nio.DefaultClientIOEventDispatch
 
timeout(IOSession) - Method in class org.apache.http.impl.nio.DefaultServerIOEventDispatch
 
timeout() - Method in class org.apache.http.impl.nio.reactor.SessionRequestImpl
 
timeout(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLClientIOEventDispatch
 
timeout(IOSession) - Method in class org.apache.http.impl.nio.reactor.SSLServerIOEventDispatch
 
timeout(NHttpClientConnection) - Method in interface org.apache.http.nio.NHttpClientHandler
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
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.BufferingHttpClientHandler
 
timeout(NHttpServerConnection) - Method in class org.apache.http.nio.protocol.NHttpServiceHandlerBase
 
timeout(NHttpClientConnection) - Method in class org.apache.http.nio.protocol.ThrottlingHttpClientHandler
 
timeout(IOSession) - Method in interface org.apache.http.nio.reactor.IOEventDispatch
 
timeout(SessionRequest) - Method in interface org.apache.http.nio.reactor.SessionRequestCallback
 
timeoutCheck(SelectionKey, long) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
timeoutCheck(SelectionKey, long) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
toByteArray() - Method in class org.apache.http.util.ByteArrayBuffer
 
toByteArray(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
toCharArray() - Method in class org.apache.http.util.CharArrayBuffer
 
toHostString() - Method in class org.apache.http.HttpHost
 
toString() - Method in class org.apache.http.HttpHost
 
toString() - Method in class org.apache.http.HttpVersion
 
toString() - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
toString() - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
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.DefaultNHttpClientConnection
 
toString() - Method in class org.apache.http.impl.nio.DefaultNHttpServerConnection
 
toString() - Method in class org.apache.http.impl.nio.reactor.IOSessionImpl
 
toString() - Method in class org.apache.http.impl.nio.reactor.SSLIOSession
 
toString() - Method in class org.apache.http.message.BasicHeader
Returns a String representation of the header.
toString() - Method in class org.apache.http.message.BasicHeaderElement
 
toString() - Method in class org.apache.http.message.BasicNameValuePair
Get a string representation of this pair.
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.util.CharArrayBuffer
 
toString(HttpEntity, String) - Static method in class org.apache.http.util.EntityUtils
 
toString(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
toURI() - Method in class org.apache.http.HttpHost
Return the host uri.
TRANSFER_ENCODING - Static variable in class org.apache.http.protocol.HTTP
HTTP header definitions

U

unregister(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
UnsupportedHttpVersionException - Exception in org.apache.http
Indicates 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.
updateHeader(Header) - Method in class org.apache.http.util.HeaderGroup
Replaces the first occurence of the header with the same name.
US_ASCII - Static variable in class org.apache.http.protocol.HTTP
 
USE_EXPECT_CONTINUE - Static variable in class org.apache.http.params.HttpProtocolParams
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
useExpectContinue(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
 
USER_AGENT - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the content of the User-Agent header.
USER_AGENT - Static variable in class org.apache.http.protocol.HTTP
 
UTF_16 - Static variable in class org.apache.http.protocol.HTTP
 
UTF_8 - Static variable in class org.apache.http.protocol.HTTP
Common charset definitions

V

validate(Set) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
validate(Set) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
valueOf(String) - Static method in enum org.apache.http.impl.nio.reactor.SSLMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.http.impl.nio.reactor.SSLMode
Returns an array containing the constants of this enum type, in the order they're declared.
verify(SocketAddress, SSLSession) - Method in interface org.apache.http.impl.nio.reactor.SSLIOSessionHandler
 
verify(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpExpectationVerifier
 
verifyWorkers() - Method in class org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
 

W

WAIT_FOR_CONTINUE - Static variable in class org.apache.http.params.HttpProtocolParams
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.SessionRequestImpl
 
waitFor() - Method in interface org.apache.http.nio.reactor.SessionRequest
 
waitForData() - Method in class org.apache.http.nio.util.SharedInputBuffer
 
wrappedEntity - Variable in class org.apache.http.entity.HttpEntityWrapper
The wrapped entity.
writable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.AbstractIOReactor
 
writable(SelectionKey) - Method in class org.apache.http.impl.nio.reactor.BaseIOReactor
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
write(byte[]) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
write(int) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
write(int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
 
write(byte[]) - Method in class org.apache.http.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
write(byte[]) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
write(int) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
write(int) - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityOutputStream
 
write(byte[]) - Method in class org.apache.http.impl.io.IdentityOutputStream
 
write(int) - Method in class org.apache.http.impl.io.IdentityOutputStream
 
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(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.IdentityEncoder
 
write(ByteBuffer) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
 
write(FileChannel, long, long) - Method in class org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
 
write(ByteBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
write(byte[], int, int) - Method in interface org.apache.http.io.HttpDataTransmitter
 
write(byte[]) - Method in interface org.apache.http.io.HttpDataTransmitter
 
write(int) - Method in interface org.apache.http.io.HttpDataTransmitter
 
write(ByteBuffer) - Method in interface org.apache.http.nio.ContentEncoder
Writes a portion of entity content to the underlying channel.
write(byte[], int, int) - Method in class org.apache.http.nio.entity.ContentOutputStream
 
write(byte[]) - Method in class org.apache.http.nio.entity.ContentOutputStream
 
write(int) - Method in class org.apache.http.nio.entity.ContentOutputStream
 
write(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.
WRITE - Static variable in interface org.apache.http.nio.reactor.EventMask
 
write(byte[], int, int) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
write(int) - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
write(byte[], int, int) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
write(byte[]) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
write(int) - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
write(byte[], int, int) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
write(byte[]) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
write(int) - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
writeClosingChunk() - Method in class org.apache.http.impl.io.ChunkedOutputStream
 
writeCompleted() - Method in interface org.apache.http.nio.util.ContentOutputBuffer
 
writeCompleted() - Method in class org.apache.http.nio.util.SharedOutputBuffer
 
writeCompleted() - Method in class org.apache.http.nio.util.SimpleOutputBuffer
 
writeLine(String) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
writeLine(String) - Method in class org.apache.http.impl.nio.reactor.SessionOutputBuffer
 
writeLine(String) - Method in interface org.apache.http.io.HttpDataTransmitter
 
writeLine(CharArrayBuffer) - Method in interface org.apache.http.io.HttpDataTransmitter
 
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
 
writeTo(OutputStream) - Method in class org.apache.http.entity.StringEntity
 
writeTo(OutputStream) - Method in interface org.apache.http.HttpEntity
Writes the entity content to the output stream.

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

Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.