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

A

AbstractHttpConnection - Class in org.apache.http.impl
Abstract base class for HTTP connections on the client and server side.
AbstractHttpConnection() - Constructor for class org.apache.http.impl.AbstractHttpConnection
 
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
 
AbstractHttpProcessor - Class in org.apache.http.protocol
Keeps lists of interceptors for processing requests and responses.
AbstractHttpProcessor() - Constructor for class org.apache.http.protocol.AbstractHttpProcessor
 
addHeader(Header) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class org.apache.http.impl.HeaderGroup
Adds the given header to the group.
addHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
addInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
addInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
append(byte[], int, int) - Method in class org.apache.http.io.ByteArrayBuffer
 
append(int) - Method in class org.apache.http.io.ByteArrayBuffer
 
append(char[], int, int) - Method in class org.apache.http.io.ByteArrayBuffer
 
append(CharArrayBuffer, int, int) - Method in class org.apache.http.io.ByteArrayBuffer
 
append(char[], int, int) - Method in class org.apache.http.io.CharArrayBuffer
 
append(String) - Method in class org.apache.http.io.CharArrayBuffer
 
append(CharArrayBuffer, int, int) - Method in class org.apache.http.io.CharArrayBuffer
 
append(CharArrayBuffer) - Method in class org.apache.http.io.CharArrayBuffer
 
append(char) - Method in class org.apache.http.io.CharArrayBuffer
 
append(byte[], int, int) - Method in class org.apache.http.io.CharArrayBuffer
 
append(ByteArrayBuffer, int, int) - Method in class org.apache.http.io.CharArrayBuffer
 
append(Object) - Method in class org.apache.http.io.CharArrayBuffer
 
ASCII - Static variable in class org.apache.http.protocol.HTTP
 
assertNotOpen() - Method in class org.apache.http.impl.AbstractHttpConnection
 
assertOpen() - Method in class org.apache.http.impl.AbstractHttpConnection
 
available() - Method in class org.apache.http.io.HttpDataInputStream
 

B

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(RequestLine) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
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(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() - Constructor for class org.apache.http.message.BasicHttpResponse
 
BasicHttpResponse(StatusLine) - Constructor for class org.apache.http.message.BasicHttpResponse
 
bind(Socket, HttpParams) - Method in interface org.apache.http.HttpServerConnection
Binds this connection to an underlying socket.
bind(Socket, HttpParams) - Method in class org.apache.http.impl.AbstractHttpConnection
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
buffer() - Method in class org.apache.http.io.ByteArrayBuffer
 
buffer() - Method in class org.apache.http.io.CharArrayBuffer
 
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
 
ByteArrayBuffer - Class in org.apache.http.io
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class org.apache.http.io.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.io.ByteArrayBuffer
 

C

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.io.ByteArrayBuffer
 
capacity() - Method in class org.apache.http.io.CharArrayBuffer
 
CharArrayBuffer - Class in org.apache.http.io
A resizable char array.
CharArrayBuffer(int) - Constructor for class org.apache.http.io.CharArrayBuffer
 
charAt(int) - Method in class org.apache.http.io.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
chunked - Variable in class org.apache.http.entity.AbstractHttpEntity
The 'chunked' flag.
ChunkedInputStream - Class in org.apache.http.io
This class implements chunked transfer coding as described in the Section 3.6.1 of RFC 2616.
ChunkedInputStream(HttpDataReceiver) - Constructor for class org.apache.http.io.ChunkedInputStream
 
ChunkedOutputStream - Class in org.apache.http.io
This class implements chunked transfer coding as described in the Section 3.6.1 of RFC 2616.
ChunkedOutputStream(HttpDataTransmitter, int) - Constructor for class org.apache.http.io.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkedOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.io.ChunkedOutputStream
Wraps a data transmitter and chunks the output.
clear() - Method in class org.apache.http.impl.DefaultHttpParams
Removes all parameters from this collection.
clear() - Method in class org.apache.http.impl.HeaderGroup
Removes any contained headers.
clear() - Method in class org.apache.http.io.ByteArrayBuffer
 
clear() - Method in class org.apache.http.io.CharArrayBuffer
 
clearInterceptors() - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
close() - Method in interface org.apache.http.HttpConnection
This method will gracefully close the connection.
close() - Method in class org.apache.http.impl.AbstractHttpConnection
 
close() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
 
close() - Method in class org.apache.http.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.io.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class org.apache.http.io.ContentLengthInputStream
Reads until the end of the known length of content.
close() - Method in class org.apache.http.io.ContentLengthOutputStream
Does not close the underlying socket output.
close() - Method in class org.apache.http.io.HttpDataInputStream
 
close() - Method in class org.apache.http.io.HttpDataOutputStream
 
close() - Method in class org.apache.http.io.IdentityOutputStream
Does not close the underlying socket output.
closeConnection() - Method in class org.apache.http.protocol.HttpService
 
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
 
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
 
CONNECTION_TIMEOUT - Static variable in class org.apache.http.params.HttpConnectionParams
Determines the timeout until a connection is etablished.
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 MethodNotSupportedException with the specified detail message.
ConnectionReuseStrategy - Interface in org.apache.http
Interface for deciding whether a connection should be kept alive.
ConnectTimeoutException - Exception in org.apache.http
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
ConnectTimeoutException() - Constructor for exception org.apache.http.ConnectTimeoutException
Creates a ConnectTimeoutException with a null detail message.
ConnectTimeoutException(String) - Constructor for exception org.apache.http.ConnectTimeoutException
Creates a ConnectTimeoutException with the specified detail message.
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.
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.impl.HeaderGroup
Tests if headers with the given name are contained within this group.
containsHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
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
 
contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntity
The Content-Encoding header.
ContentLengthInputStream - Class in org.apache.http.io
This class cuts the wrapped InputStream off after a specified number of bytes.
ContentLengthInputStream(HttpDataReceiver, long) - Constructor for class org.apache.http.io.ContentLengthInputStream
Creates a new length limited stream
ContentLengthOutputStream - Class in org.apache.http.io
A stream wrapper that closes itself after a defined number of bytes.
ContentLengthOutputStream(HttpDataTransmitter, long) - Constructor for class org.apache.http.io.ContentLengthOutputStream
Creates a new length limited stream
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.
CR - Static variable in class org.apache.http.protocol.HTTP
 
create(Socket) - Method in interface org.apache.http.io.HttpDataReceiverFactory
 
create(Socket) - Method in interface org.apache.http.io.HttpDataTransmitterFactory
 
createSocket(String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.impl.io.PlainSocketFactory
Attempts to get a new socket connection to using old (pre Java 1.4) IO mode.
createSocket(String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.impl.io.SSLSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(Socket, String, int, boolean) - Method in class org.apache.http.impl.io.SSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in interface org.apache.http.io.SecureSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
createSocket(String, int, InetAddress, int, HttpParams) - Method in interface org.apache.http.io.SocketFactory
Gets a new socket connection to the given host.
CREDENTIAL_CHARSET - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the charset to be used when encoding credentials.

D

datareceiver - Variable in class org.apache.http.impl.AbstractHttpConnection
 
datatransmitter - Variable in class org.apache.http.impl.AbstractHttpConnection
 
DATE_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
DATE_PATTERNS - Static variable in class org.apache.http.params.HttpProtocolParams
The key used to look up the date patterns used for parsing.
DateParseException - Exception in org.apache.http.util
An exception to indicate an error parsing a date string.
DateParseException() - Constructor for exception org.apache.http.util.DateParseException
 
DateParseException(String) - Constructor for exception org.apache.http.util.DateParseException
 
DateUtils - Class in org.apache.http.util
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
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
 
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
 
defaultContext - Variable in class org.apache.http.protocol.HttpRequestExecutor
The context holding the default context information.
DefaultEntityDeserializer - Class in org.apache.http.impl.entity
Default implementation of an entity generator.
DefaultEntityDeserializer() - Constructor for class org.apache.http.impl.entity.DefaultEntityDeserializer
 
DefaultEntitySerializer - Class in org.apache.http.impl.entity
Default implementation of an entity writer on the client side.
DefaultEntitySerializer() - Constructor for class org.apache.http.impl.entity.DefaultEntitySerializer
 
DefaultHttpClientConnection - Class in org.apache.http.impl
Default implementation of a client-side HTTP connection.
DefaultHttpClientConnection(HttpHost, InetAddress) - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
 
DefaultHttpClientConnection(HttpHost) - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
 
DefaultHttpClientConnection() - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
 
DefaultHttpParams - Class in org.apache.http.impl
This class represents a collection of HTTP protocol parameters.
DefaultHttpParams(HttpParams) - Constructor for class org.apache.http.impl.DefaultHttpParams
Creates a new collection of parameters with the given parent.
DefaultHttpParams() - Constructor for class org.apache.http.impl.DefaultHttpParams
 
DefaultHttpProxyConnection - Class in org.apache.http.impl
Default implementation of a client-side connection through a proxy.
DefaultHttpProxyConnection(ProxyHost, InetAddress) - Constructor for class org.apache.http.impl.DefaultHttpProxyConnection
 
DefaultHttpProxyConnection(ProxyHost) - Constructor for class org.apache.http.impl.DefaultHttpProxyConnection
 
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
 
DefaultHttpRequestRetryHandler - Class in org.apache.http.impl
The default HttpRequestRetryHandler used by request executors.
DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.DefaultHttpRequestRetryHandler
Default constructor
DefaultHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.DefaultHttpRequestRetryHandler
Default constructor
DefaultHttpResponseFactory - Class in org.apache.http.impl
Default implementation of a factory for creating response objects.
DefaultHttpResponseFactory() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
 
DefaultHttpServerConnection - Class in org.apache.http.impl
Default implementation of a server-side HTTP connection.
DefaultHttpServerConnection() - Constructor for class org.apache.http.impl.DefaultHttpServerConnection
 
deserialize(HttpDataReceiver, HttpMessage) - Method in interface org.apache.http.entity.EntityDeserializer
 
deserialize(HttpDataReceiver, HttpMessage) - Method in class org.apache.http.impl.entity.DefaultEntityDeserializer
 
destroy() - Method in class org.apache.http.protocol.HttpService
 
doDeserialize(HttpDataReceiver, HttpMessage) - Method in class org.apache.http.impl.entity.DefaultEntityDeserializer
 
doEstablishConnection(HttpClientConnection, HttpHost, HttpParams) - Method in class org.apache.http.protocol.HttpRequestExecutor
Establish a connection with the target host.
doFinishResponse(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Finish a response.
doPrepareRequest(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Prepare a request for sending.
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.DefaultEntitySerializer
 
doService(HttpRequest, HttpResponse) - 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.
ensureCapacity(int) - Method in class org.apache.http.io.CharArrayBuffer
 
EntityDeserializer - Interface in org.apache.http.entity
Generates entities when HTTP messages are received.
EntitySerializer - Interface in org.apache.http.entity
Writes an entity when HTTP messages are sent.
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.HeaderElement
 
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.impl.io.PlainSocketFactory
All instances of DefaultProtocolSocketFactory are the same.
equals(Object) - Method in class org.apache.http.NameValuePair
 
equals(Object) - Method in class org.apache.http.Scheme
Return true if the specified object equals this object.
equals(Object, Object) - Static method in class org.apache.http.util.LangUtils
 
equals(Object[], Object[]) - Static method in class org.apache.http.util.LangUtils
 
ExceptionUtils - Class in org.apache.http.util
The home for utility methods that handle various exception-related tasks.
execute(HttpRequest, HttpClientConnection) - Method in class org.apache.http.protocol.HttpRequestExecutor
Synchronously send a request and obtain the response.
exhaustInputStream(InputStream) - Static method in class org.apache.http.io.ChunkedInputStream
Exhaust an input stream, reading until EOF has been encountered.
EXPECT_CONTINUE - Static variable in class org.apache.http.protocol.HTTP
HTTP expectations
EXPECT_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
expectContinue() - Method in interface org.apache.http.HttpEntityEnclosingRequest
 
expectContinue() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
 

F

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
 
fillBuffer() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
finish() - Method in class org.apache.http.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.DefaultHttpClientConnection
 
flush() - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
flush() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
flush() - Method in class org.apache.http.io.ChunkedOutputStream
Flushes the underlying stream, but leaves the internal buffer alone.
flush() - Method in class org.apache.http.io.ContentLengthOutputStream
 
flush() - Method in class org.apache.http.io.HttpDataOutputStream
 
flush() - Method in interface org.apache.http.io.HttpDataTransmitter
 
flush() - Method in class org.apache.http.io.IdentityOutputStream
 
flushBuffer() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
flushCache() - Method in class org.apache.http.io.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class org.apache.http.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.Header
Formats a Header into a header line.
format(Header) - Static method in class org.apache.http.Header
 
format(CharArrayBuffer, HeaderElement) - Static method in class org.apache.http.HeaderElement
 
format(HeaderElement) - Static method in class org.apache.http.HeaderElement
 
format(CharArrayBuffer, HttpVersion) - Static method in class org.apache.http.HttpVersion
 
format(HttpVersion) - Static method in class org.apache.http.HttpVersion
 
format(CharArrayBuffer, NameValuePair, boolean) - Static method in class org.apache.http.NameValuePair
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.NameValuePair
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.RequestLine
 
format(RequestLine) - Static method in class org.apache.http.RequestLine
 
format(CharArrayBuffer, StatusLine) - Static method in class org.apache.http.StatusLine
 
format(StatusLine) - Static method in class org.apache.http.StatusLine
 
formatAll(CharArrayBuffer, HeaderElement[]) - Static method in class org.apache.http.HeaderElement
 
formatAll(HeaderElement[]) - Static method in class org.apache.http.HeaderElement
 
formatAll(CharArrayBuffer, NameValuePair[], boolean) - Static method in class org.apache.http.NameValuePair
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.NameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
formatDate(Date) - Static method in class org.apache.http.util.DateUtils
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class org.apache.http.util.DateUtils
Formats the given date according to the specified pattern.

G

GeneratedHeader - Class in org.apache.http.protocol
Header automatically generated by a request or response interceptor.
GeneratedHeader(String, String) - Constructor for class org.apache.http.protocol.GeneratedHeader
 
getAllHeaders() - Method in interface org.apache.http.HttpMessage
Returns all the headers of this message.
getAllHeaders() - Method in class org.apache.http.impl.HeaderGroup
Gets all of the headers contained within this group.
getAllHeaders() - Method in class org.apache.http.message.AbstractHttpMessage
 
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.
getAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
 
getAttribute(String) - Method in class org.apache.http.protocol.HttpExecutionContext
 
getBooleanParameter(String, boolean) - Method in class org.apache.http.impl.DefaultHttpParams
 
getBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
Returns a Boolean parameter value with the given name.
getBytes(String, String) - Static method in class org.apache.http.util.EncodingUtils
Converts the specified string to a byte array.
getCondensedHeader(String) - Method in class org.apache.http.impl.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.
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.
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.
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.
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.
getContext() - Method in class org.apache.http.protocol.HttpRequestExecutor
Obtain the default context information.
getCredentialCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns the charset to be used for credentials.
getCurrentDate() - Method in class org.apache.http.protocol.HttpDateGenerator
 
getDefaultPort() - Method in class org.apache.http.Scheme
Returns the defaultPort.
getDefaults() - Method in class org.apache.http.impl.DefaultHttpParams
 
getDefaults() - Method in interface org.apache.http.params.HttpParams
Returns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
getDoubleParameter(String, double) - Method in class org.apache.http.impl.DefaultHttpParams
 
getDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
Returns a Double parameter value with the given name.
getElements() - Method in class org.apache.http.Header
Returns an array of HeaderElements constructed from my value.
getElements() - Method in class org.apache.http.util.HeaderUtils.BufferedHeader
 
getEntity() - Method in interface org.apache.http.HttpEntityEnclosingRequest
 
getEntity() - Method in interface org.apache.http.HttpResponse
Returns the response entity of this response as set by
getEntity() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
getEntity() - Method in class org.apache.http.message.BasicHttpResponse
 
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.impl.HeaderGroup
Gets the first header with the given name.
getFirstHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
getFooters() - Method in class org.apache.http.io.ChunkedInputStream
 
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.impl.HeaderGroup
Gets all of the headers with the given name.
getHeaders(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
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.
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.RequestLine
 
getHttpVersion() - Method in class org.apache.http.StatusLine
 
getIntParameter(String, int) - Method in class org.apache.http.impl.DefaultHttpParams
 
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.impl.HeaderGroup
Gets the last header with the given name.
getLastHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
getLinger(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Returns linger-on-close timeout.
getLocalAddress() - Method in interface org.apache.http.HttpClientConnection
The local address the connection is or will be bound to as set by
getLocalAddress() - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
getLongParameter(String, long) - Method in class org.apache.http.impl.DefaultHttpParams
 
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.RequestLine
 
getMinor() - Method in class org.apache.http.HttpVersion
Returns the minor version number of the HTTP protocol.
getName() - Method in class org.apache.http.Header
Returns the header name.
getName() - Method in class org.apache.http.HeaderElement
Returns the name.
getName() - Method in class org.apache.http.NameValuePair
Returns the name.
getName() - Method in class org.apache.http.Scheme
Returns the scheme.
getParameter(String) - Method in class org.apache.http.impl.DefaultHttpParams
 
getParameter(String) - Method in interface org.apache.http.params.HttpParams
Returns a parameter value with the given name.
getParameterByName(String) - Method in class org.apache.http.HeaderElement
Returns parameter with the given name, if found.
getParameters() - Method in class org.apache.http.HeaderElement
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.protocol.HttpRequestExecutor
Obtain the parameters for executing requests.
getParams() - Method in class org.apache.http.protocol.HttpService
 
getPort() - Method in class org.apache.http.HttpHost
Returns the port.
getReasonPhrase() - Method in class org.apache.http.StatusLine
 
getRequestLine() - Method in interface org.apache.http.HttpRequest
Returns the request line of this request.
getRequestLine() - Method in class org.apache.http.message.BasicHttpRequest
 
getRetryCount() - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
 
getRetryHandler() - Method in class org.apache.http.protocol.HttpRequestExecutor
Obtain the retry handler.
getScheme() - Method in class org.apache.http.HttpHost
Returns the scheme.
getScheme(String) - Static method in class org.apache.http.Scheme
Gets the scheme with the given ID.
getSocketBufferSize(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
 
getSocketFactory() - Static method in class org.apache.http.impl.io.PlainSocketFactory
Gets an singleton instance of the DefaultProtocolSocketFactory.
getSocketFactory() - Static method in class org.apache.http.impl.io.SSLSocketFactory
Gets an singleton instance of the SSLProtocolSocketFactory.
getSocketFactory() - Method in class org.apache.http.Scheme
Returns the socketFactory.
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.
getStatusCode() - Method in class org.apache.http.StatusLine
 
getStatusLine() - Method in interface org.apache.http.HttpResponse
Returns the status line that belongs to this response as set by
getStatusLine() - Method in class org.apache.http.message.BasicHttpResponse
 
getStatusText(int) - Static method in class org.apache.http.HttpStatus
Get the reason phrase for a particular status code.
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.
getTargetHost() - Method in interface org.apache.http.HttpClientConnection
Returns the current target host as set by @link #setTargetHost(HttpHost).
getTargetHost() - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
getTcpNoDelay(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Tests if Nagle's algorithm is to be used.
getTunnelTarget() - Method in interface org.apache.http.HttpProxyConnection
Returns the target host as provided by
getTunnelTarget() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
 
getUri() - Method in class org.apache.http.RequestLine
 
getUserAgent(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
 
getValue() - Method in class org.apache.http.Header
Returns the header value.
getValue() - Method in class org.apache.http.HeaderElement
Returns the value.
getValue() - Method in class org.apache.http.NameValuePair
Returns the value.
getValue() - Method in class org.apache.http.util.HeaderUtils.BufferedHeader
 
getVersion(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns HTTP protocol version to be used per default.
getVirtualHost(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns the virtual host name.
GMT - Static variable in class org.apache.http.util.DateUtils
 
greaterEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is greater or equal to the given number.

H

handleException(HttpException, HttpResponse) - Method in class org.apache.http.protocol.HttpService
 
handleRequest() - Method in class org.apache.http.protocol.HttpService
 
hasBufferedData() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
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.HeaderElement
 
hashCode() - Method in class org.apache.http.HttpHost
 
hashCode() - Method in class org.apache.http.HttpVersion
 
hashCode() - Method in class org.apache.http.impl.io.PlainSocketFactory
All instances of DefaultProtocolSocketFactory have the same hash code.
hashCode() - Method in class org.apache.http.NameValuePair
 
hashCode() - Method in class org.apache.http.Scheme
Return a hash code for this object
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 - Class in org.apache.http
Represents an HTTP header field.
Header(String, String) - Constructor for class org.apache.http.Header
Constructor with name and value
HeaderElement - Class in org.apache.http
One element of an HTTP header's value.
HeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.http.HeaderElement
Constructor with name, value and parameters.
HeaderElement(String, String) - Constructor for class org.apache.http.HeaderElement
Constructor with name and value.
HeaderGroup - Class in org.apache.http.impl
A class for combining a set of headers.
HeaderGroup() - Constructor for class org.apache.http.impl.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.
HeaderUtils.BufferedHeader - Class in org.apache.http.util
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed
HeaderUtils.BufferedHeader(String, CharArrayBuffer, int) - Constructor for class org.apache.http.util.HeaderUtils.BufferedHeader
 
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.
HttpConnectionParams - Class in org.apache.http.params
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP connection specific parameters.
HttpContext - Interface in org.apache.http.protocol
A context for executing a request.
HttpDataInputStream - Class in org.apache.http.io
A stream for reading from a HttpDataReceiver.
HttpDataInputStream(HttpDataReceiver) - Constructor for class org.apache.http.io.HttpDataInputStream
 
HttpDataOutputStream - Class in org.apache.http.io
A stream for writing to a HttpDataTransmitter.
HttpDataOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.io.HttpDataOutputStream
 
HttpDataReceiver - Interface in org.apache.http.io
Interface for receiving data.
HttpDataReceiverFactory - Interface in org.apache.http.io
Factory for HttpDataReceiver objects.
HttpDataTransmitter - Interface in org.apache.http.io
Interface for sending data.
HttpDataTransmitterFactory - Interface in org.apache.http.io
Factory for HttpDataTransmitter objects.
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
 
HttpGet - Class in org.apache.http.message
A modifiable HTTP request with GET as the method.
HttpGet(String) - Constructor for class org.apache.http.message.HttpGet
 
HttpHead - Class in org.apache.http.message
A modifiable HTTP request with HEAD as the method.
HttpHead(String) - Constructor for class org.apache.http.message.HttpHead
 
HttpHost - Class in org.apache.http
Holds all of the variables needed to describe an HTTP connection to a host.
HttpHost(String, int, Scheme) - 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
HttpMessage - Interface in org.apache.http
A generic HTTP message.
HttpParams - Interface in org.apache.http.params
This interface represents a collection of HTTP protocol parameters.
HttpPost - Class in org.apache.http.message
A modifiable HTTP request with POST as the method.
HttpPost(String) - Constructor for class org.apache.http.message.HttpPost
 
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.
HttpProxyConnection - Interface in org.apache.http
An HTTP connection through a proxy.
HttpRequest - Interface in org.apache.http
An HTTP request.
HttpRequestExecutor - Class in org.apache.http.protocol
Sends HTTP requests and receives the responses.
HttpRequestExecutor(HttpContext) - Constructor for class org.apache.http.protocol.HttpRequestExecutor
Create a new request executor with default context information.
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.
HttpRequestInterceptor - Interface in org.apache.http
Provides the possibility to preprocess a request before it is sent to the server or after it has received on the server side.
HttpRequestRetryHandler - Interface in org.apache.http.protocol
A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
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
Provides the possibility to postprocess a response before it is sent to the client or after it has been received on the client side.
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(HttpServerConnection) - Constructor for class org.apache.http.protocol.HttpService
 
HttpStatus - Class in org.apache.http
Constants enumerating the HTTP status codes.
HttpStatus() - Constructor for class org.apache.http.HttpStatus
 
HttpVersion - Class in org.apache.http
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_CODING - Static variable in class org.apache.http.protocol.HTTP
 
IdentityOutputStream - Class in org.apache.http.io
A stream for writing with an "identity" transport encoding.
IdentityOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.io.IdentityOutputStream
 
indexOf(int, int, int) - Method in class org.apache.http.io.CharArrayBuffer
 
indexOf(int) - Method in class org.apache.http.io.CharArrayBuffer
 
init(InputStream, int) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
init(OutputStream, int) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
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.
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
 
isActive() - Method in class org.apache.http.protocol.HttpService
 
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.
isDataAvailable(int) - Method in class org.apache.http.impl.io.SocketHttpDataReceiver
 
isDataAvailable(int) - Method in interface org.apache.http.io.HttpDataReceiver
 
isDestroyed() - Method in class org.apache.http.protocol.HttpService
 
isEmpty() - Method in class org.apache.http.io.ByteArrayBuffer
 
isEmpty() - Method in class org.apache.http.io.CharArrayBuffer
 
isFull() - Method in class org.apache.http.io.ByteArrayBuffer
 
isFull() - Method in class org.apache.http.io.CharArrayBuffer
 
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.AbstractHttpConnection
 
isParameterFalse(String) - Method in class org.apache.http.impl.DefaultHttpParams
 
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.impl.DefaultHttpParams
 
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.impl.DefaultHttpParams
 
isParameterSetLocally(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is set locally, false otherwise.
isParameterTrue(String) - Method in class org.apache.http.impl.DefaultHttpParams
 
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.
isRequestSentRetryEnabled() - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
 
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.DefaultHttpClientConnection
 
isSecure() - Method in interface org.apache.http.HttpProxyConnection
Checks if the tunnel uses a secure socket.
isSecure() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
 
isSecure() - Method in class org.apache.http.Scheme
Returns true if this scheme is secure
isStale() - Method in interface org.apache.http.HttpConnection
Network connections may get closed during some time of inactivity for several reasons.
isStale() - Method in class org.apache.http.impl.AbstractHttpConnection
 
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.
isTunnelActive() - Method in interface org.apache.http.HttpProxyConnection
Checks if
isTunnelActive() - Method in class org.apache.http.impl.DefaultHttpProxyConnection
 
isWhitespace(char) - Static method in class org.apache.http.protocol.HTTP
 
iterator() - Method in class org.apache.http.impl.HeaderGroup
Returns an iterator over this group of headers.

K

keepAlive(HttpResponse) - Method in interface org.apache.http.ConnectionReuseStrategy
Tells if the connection used to receive a response should be closed or kept open.
keepAlive(HttpResponse) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
 

L

LangUtils - Class in org.apache.http.util
A set of utility methods to help produce consistent equals and hashCode methods.
length() - Method in class org.apache.http.io.ByteArrayBuffer
 
length() - Method in class org.apache.http.io.CharArrayBuffer
 
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
 
logIOException(IOException) - Method in class org.apache.http.protocol.HttpService
 
logMessage(String) - Method in class org.apache.http.protocol.HttpService
 
logProtocolException(HttpException) - Method in class org.apache.http.protocol.HttpService
 

M

MalformedChunkCodingException - Exception in org.apache.http.io
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for exception org.apache.http.io.MalformedChunkCodingException
Creates a MalformedChunkCodingException with a null detail message.
MalformedChunkCodingException(String) - Constructor for exception org.apache.http.io.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
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.
METHOD_NAME - Static variable in class org.apache.http.message.HttpGet
 
METHOD_NAME - Static variable in class org.apache.http.message.HttpHead
 
METHOD_NAME - Static variable in class org.apache.http.message.HttpPost
 
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.

N

NameValuePair - Class in org.apache.http
A simple class encapsulating an attribute/value pair.
NameValuePair(String, String) - Constructor for class org.apache.http.NameValuePair
Default Constructor taking a name and a value.
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) - Method in interface org.apache.http.HttpResponseFactory
 
newHttpResponse(StatusLine) - Method in interface org.apache.http.HttpResponseFactory
 
newHttpResponse(HttpVersion, int) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
 
newHttpResponse(StatusLine) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
 
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
open(HttpParams) - Method in interface org.apache.http.HttpClientConnection
Opens the connection.
open - Variable in class org.apache.http.impl.AbstractHttpConnection
 
open(HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
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.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.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
Utility classes with static helper methods for various purposes.
ORIGIN_SERVER - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the content of the Server header.

P

parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.HeaderElement
 
parse(String) - Static method in class org.apache.http.HeaderElement
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.HttpVersion
Parses the textual representation of the given HTTP protocol version.
parse(String) - Static method in class org.apache.http.HttpVersion
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.NameValuePair
 
parse(String) - Static method in class org.apache.http.NameValuePair
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.RequestLine
 
parse(String) - Static method in class org.apache.http.RequestLine
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.StatusLine
Parses the status line returned from the HTTP server.
parse(String) - Static method in class org.apache.http.StatusLine
 
parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.HeaderElement
This parses the value part of a header.
parseAll(String) - Static method in class org.apache.http.HeaderElement
This parses the value part of a header.
parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.NameValuePair
 
parseAll(String) - Static method in class org.apache.http.NameValuePair
 
parseDate(String) - Static method in class org.apache.http.util.DateUtils
Parses a date value.
parseDate(String, String[]) - Static method in class org.apache.http.util.DateUtils
Parses the date value using the given date formats.
parseDate(String, String[], Date) - Static method in class org.apache.http.util.DateUtils
Parses the date value using the given date formats.
parseHeaders(HttpDataReceiver, 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_ASCTIME - Static variable in class org.apache.http.util.DateUtils
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.apache.http.util.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.apache.http.util.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PLAIN_TEXT_TYPE - Static variable in class org.apache.http.protocol.HTTP
 
PlainSocketFactory - Class in org.apache.http.impl.io
The default class for creating protocol sockets.
postprocessResponse(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
preprocessRequest(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
process(HttpRequest, HttpContext) - Method in interface org.apache.http.HttpRequestInterceptor
 
process(HttpResponse, HttpContext) - Method in interface org.apache.http.HttpResponseInterceptor
 
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
 
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.
ProxyHost - Class in org.apache.http
Holds all of the variables needed to describe an HTTP connection to a proxy.
ProxyHost(ProxyHost) - Constructor for class org.apache.http.ProxyHost
Copy constructor for ProxyHost.
ProxyHost(String, int) - Constructor for class org.apache.http.ProxyHost
Constructor for ProxyHost.
ProxyHost(String) - Constructor for class org.apache.http.ProxyHost
Constructor for ProxyHost.

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.io.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - Method in class org.apache.http.io.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - Method in class org.apache.http.io.ChunkedInputStream
Read some bytes from the stream.
read() - Method in class org.apache.http.io.ContentLengthInputStream
Read the next byte from the stream
read(byte[], int, int) - Method in class org.apache.http.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.io.ContentLengthInputStream
Read more bytes from the stream.
read() - Method in class org.apache.http.io.HttpDataInputStream
 
read(byte[], int, int) - Method in class org.apache.http.io.HttpDataInputStream
 
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
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
readLine() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
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.DefaultHttpClientConnection
 
readResponseStatusLine(HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
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.DefaultHttpServerConnection
 
receiveRequestHeader(HttpParams) - Method in interface org.apache.http.HttpServerConnection
Receives the request line and all headers available from this connection.
receiveRequestHeader(HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
receiveRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
receiveRequestLine(HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
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.DefaultHttpClientConnection
 
receiveResponseHeader(HttpParams) - Method in interface org.apache.http.HttpClientConnection
Receives the request line and headers of the next response available from this connection.
receiveResponseHeader(HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
registerScheme(String, Scheme) - Static method in class org.apache.http.Scheme
Registers a new scheme with the given identifier.
removeAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
 
removeAttribute(String) - Method in class org.apache.http.protocol.HttpExecutionContext
 
removeHeader(Header) - Method in interface org.apache.http.HttpMessage
Removes a header from this message.
removeHeader(Header) - Method in class org.apache.http.impl.HeaderGroup
Removes the given header.
removeHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
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
 
removeInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
removeInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
removeInterceptors(Class) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
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
 
RequestLine - Class in org.apache.http
The first line of an HttpRequest.
RequestLine(String, String, HttpVersion) - Constructor for class org.apache.http.RequestLine
 
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(HttpParams) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
reset(HttpParams) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
reset(HttpParams) - Method in interface org.apache.http.io.HttpDataReceiver
 
reset(HttpParams) - Method in interface org.apache.http.io.HttpDataTransmitter
 
resolvePort(int) - Method in class org.apache.http.Scheme
Resolves the correct port for this scheme.
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
 
ResponseServer - Class in org.apache.http.protocol
A response interceptor that adds a Server header.
ResponseServer() - Constructor for class org.apache.http.protocol.ResponseServer
 
retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
retryRequest(IOException, int, HttpContext) - Method in interface org.apache.http.protocol.HttpRequestRetryHandler
Determines if a method should be retried after an IOException occurs during execution.

S

SC_ACCEPTED - Static variable in class org.apache.http.HttpStatus
202 Accepted (HTTP/1.0 - RFC 1945)
SC_BAD_GATEWAY - Static variable in class org.apache.http.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 1945)
SC_BAD_REQUEST - Static variable in class org.apache.http.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 2616)
SC_CONFLICT - Static variable in class org.apache.http.HttpStatus
409 Conflict (HTTP/1.1 - RFC 2616)
SC_CONTINUE - Static variable in class org.apache.http.HttpStatus
100 Continue (HTTP/1.1 - RFC 2616)
SC_CREATED - Static variable in class org.apache.http.HttpStatus
201 Created (HTTP/1.0 - RFC 1945)
SC_EXPECTATION_FAILED - Static variable in class org.apache.http.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 2616)
SC_FAILED_DEPENDENCY - Static variable in class org.apache.http.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - Static variable in class org.apache.http.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 1945)
SC_GATEWAY_TIMEOUT - Static variable in class org.apache.http.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
SC_GONE - Static variable in class org.apache.http.HttpStatus
410 Gone (HTTP/1.1 - RFC 2616)
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.http.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.apache.http.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - Static variable in class org.apache.http.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - Static variable in class org.apache.http.HttpStatus
500 Server Error (HTTP/1.0 - RFC 1945)
SC_LENGTH_REQUIRED - Static variable in class org.apache.http.HttpStatus
411 Length Required (HTTP/1.1 - RFC 2616)
SC_LOCKED - Static variable in class org.apache.http.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_METHOD_FAILURE - Static variable in class org.apache.http.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - Static variable in class org.apache.http.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
SC_MOVED_PERMANENTLY - Static variable in class org.apache.http.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 1945)
SC_MOVED_TEMPORARILY - Static variable in class org.apache.http.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTI_STATUS - Static variable in class 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 class org.apache.http.HttpStatus
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
SC_NO_CONTENT - Static variable in class org.apache.http.HttpStatus
204 No Content (HTTP/1.0 - RFC 1945)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.http.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
SC_NOT_ACCEPTABLE - Static variable in class org.apache.http.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 2616)
SC_NOT_FOUND - Static variable in class org.apache.http.HttpStatus
404 Not Found (HTTP/1.0 - RFC 1945)
SC_NOT_IMPLEMENTED - Static variable in class org.apache.http.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 1945)
SC_NOT_MODIFIED - Static variable in class org.apache.http.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 1945)
SC_OK - Static variable in class org.apache.http.HttpStatus
200 OK (HTTP/1.0 - RFC 1945)
SC_PARTIAL_CONTENT - Static variable in class org.apache.http.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 2616)
SC_PAYMENT_REQUIRED - Static variable in class org.apache.http.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 2616)
SC_PRECONDITION_FAILED - Static variable in class org.apache.http.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 2616)
SC_PROCESSING - Static variable in class org.apache.http.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.http.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
SC_REQUEST_TIMEOUT - Static variable in class org.apache.http.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 2616)
SC_REQUEST_TOO_LONG - Static variable in class org.apache.http.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
SC_REQUEST_URI_TOO_LONG - Static variable in class org.apache.http.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.http.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
SC_RESET_CONTENT - Static variable in class org.apache.http.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 2616)
SC_SEE_OTHER - Static variable in class org.apache.http.HttpStatus
303 See Other (HTTP/1.1 - RFC 2616)
SC_SERVICE_UNAVAILABLE - Static variable in class org.apache.http.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 1945)
SC_SWITCHING_PROTOCOLS - Static variable in class org.apache.http.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 2616)
SC_TEMPORARY_REDIRECT - Static variable in class org.apache.http.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
SC_UNAUTHORIZED - Static variable in class org.apache.http.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 1945)
SC_UNPROCESSABLE_ENTITY - Static variable in class org.apache.http.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.http.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
SC_USE_PROXY - Static variable in class org.apache.http.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 2616)
Scheme - Class in org.apache.http
A class to encapsulate the specifics of a protocol scheme.
Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.Scheme
Constructs a new Protocol.
SecureSocketFactory - Interface in org.apache.http.io
A SocketFactory for secure sockets (SSL/TLS).
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.DefaultHttpClientConnection
 
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.DefaultHttpClientConnection
 
sendRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
sendRequestLine(HttpRequest) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
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.DefaultHttpServerConnection
 
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.DefaultHttpServerConnection
 
sendResponseHeaders(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
sendResponseStatusLine(HttpResponse) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
serialize(HttpDataTransmitter, HttpMessage, HttpEntity) - Method in interface org.apache.http.entity.EntitySerializer
 
serialize(HttpDataTransmitter, HttpMessage, HttpEntity) - Method in class org.apache.http.impl.entity.DefaultEntitySerializer
 
serialVersionUID - Static variable in exception org.apache.http.ConnectionClosedException
 
serialVersionUID - Static variable in exception org.apache.http.ConnectTimeoutException
 
serialVersionUID - Static variable in exception org.apache.http.HttpException
 
serialVersionUID - Static variable in class org.apache.http.impl.DefaultHttpParams
 
serialVersionUID - Static variable in exception org.apache.http.io.MalformedChunkCodingException
 
serialVersionUID - Static variable in exception org.apache.http.MethodNotSupportedException
 
serialVersionUID - Static variable in exception org.apache.http.NoHttpResponseException
 
serialVersionUID - Static variable in exception org.apache.http.ProtocolException
 
serialVersionUID - Static variable in exception org.apache.http.UnsupportedHttpVersionException
 
serialVersionUID - Static variable in exception org.apache.http.util.DateParseException
 
SERVER_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
setAttribute(String, Object) - Method in interface org.apache.http.protocol.HttpContext
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.HttpExecutionContext
 
setBooleanParameter(String, boolean) - Method in class org.apache.http.impl.DefaultHttpParams
 
setBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
Assigns a Boolean to the parameter with the given name
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.
setContent(InputStream) - Method in class org.apache.http.entity.BasicHttpEntity
Specifies the content.
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.
setCredentialCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
Sets the charset to be used for writing HTTP headers.
setDefaults(HttpParams) - Method in class org.apache.http.impl.DefaultHttpParams
 
setDefaults(HttpParams) - Method in interface org.apache.http.params.HttpParams
Assigns the parent collection that this collection will defer to for a default value if a particular parameter is not explicitly set in the collection itself
setDoubleParameter(String, double) - Method in class org.apache.http.impl.DefaultHttpParams
 
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
 
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
 
setEntityDeserializer(EntityDeserializer) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
setEntityDeserializer(EntityDeserializer) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
setEntitySerializer(EntitySerializer) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
setEntitySerializer(EntitySerializer) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
setHeader(Header) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
setHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in class org.apache.http.impl.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.
setInterceptors(List) - Method in class org.apache.http.protocol.AbstractHttpProcessor
 
setIntParameter(String, int) - Method in class org.apache.http.impl.DefaultHttpParams
 
setIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
Assigns an Integer to the parameter with the given name
setLength(int) - Method in class org.apache.http.io.ByteArrayBuffer
 
setLength(int) - Method in class org.apache.http.io.CharArrayBuffer
 
setLinger(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
Returns linger-on-close timeout.
setLocalAddress(InetAddress) - Method in interface org.apache.http.HttpClientConnection
Sets the local address the connection will be bound to upon opening.
setLocalAddress(InetAddress) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
setLongParameter(String, long) - Method in class org.apache.http.impl.DefaultHttpParams
 
setLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
Assigns a Long to the parameter with the given name
setParameter(String, Object) - Method in class org.apache.http.impl.DefaultHttpParams
 
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.impl.DefaultHttpParams
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.HttpRequestExecutor
Set new parameters for executing requests.
setParams(HttpParams) - Method in class org.apache.http.protocol.HttpService
 
setReceiverFactory(HttpDataReceiverFactory) - Method in class org.apache.http.impl.AbstractHttpConnection
 
setRequestFactory(HttpRequestFactory) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
setRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.protocol.HttpRequestExecutor
Set the retry handler.
setSocketBufferSize(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
 
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
Convenience method that creates and sets a new status line of this response that is initialized with the specified 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 that belongs to this response.
setStatusLine(StatusLine) - Method in class org.apache.http.message.BasicHttpResponse
 
setTargetHost(HttpHost) - Method in interface org.apache.http.HttpClientConnection
Provides the implementation with the host it is supposed to connect to.
setTargetHost(HttpHost) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
setTcpNoDelay(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
Determines whether Nagle's algorithm is to be used.
setTransmitterFactory(HttpDataTransmitterFactory) - Method in class org.apache.http.impl.AbstractHttpConnection
 
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.
setVirtualHost(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
Sets the virtual host name.
shutdown() - Method in interface org.apache.http.HttpConnection
This method will force close the connection.
shutdown() - Method in class org.apache.http.impl.AbstractHttpConnection
 
skip(long) - Method in class org.apache.http.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 - Variable in class org.apache.http.impl.AbstractHttpConnection
 
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.
SocketFactory - Interface in org.apache.http.io
A factory for creating Sockets.
SocketHttpDataReceiver - Class in org.apache.http.impl.io
A data receiver using a Java Socket and traditional IO.
SocketHttpDataReceiver(Socket, int) - 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) - Constructor for class org.apache.http.impl.io.SocketHttpDataTransmitter
 
SP - Static variable in class org.apache.http.protocol.HTTP
 
SSLSocketFactory - Class in org.apache.http.impl.io
.A wrapper class for the standard JSSE SSLSocketFactory.
SSLSocketFactory() - Constructor for class org.apache.http.impl.io.SSLSocketFactory
 
STALE_CONNECTION_CHECK - Static variable in class org.apache.http.params.HttpConnectionParams
Determines whether stale connection check is to be used.
STATUS_LINE_GARBAGE_LIMIT - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the maximum number of ignorable lines before we expect a HTTP response's status code.
StatusLine - Class in org.apache.http
Represents a Status-Line as returned from a HTTP server.
StatusLine(HttpVersion, int, String) - Constructor for class org.apache.http.StatusLine
Default constructor
StatusLine(HttpVersion, int) - Constructor for class org.apache.http.StatusLine
 
STRICT_TRANSFER_ENCODING - Static variable in class org.apache.http.params.HttpProtocolParams
Defines whether responses with an invalid Transfer-Encoding header should be rejected.
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
 
substring(int, int) - Method in class org.apache.http.io.CharArrayBuffer
 
substringTrimmed(int, int) - Method in class org.apache.http.io.CharArrayBuffer
 

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.
toByteArray() - Method in class org.apache.http.io.ByteArrayBuffer
 
toByteArray(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
toCharArray() - Method in class org.apache.http.io.CharArrayBuffer
 
toHostString() - Method in class org.apache.http.HttpHost
 
toString() - Method in class org.apache.http.Header
Returns a String representation of the header.
toString() - Method in class org.apache.http.HeaderElement
 
toString() - Method in class org.apache.http.HttpHost
 
toString() - Method in class org.apache.http.HttpVersion
 
toString() - Method in class org.apache.http.io.CharArrayBuffer
 
toString() - Method in class org.apache.http.NameValuePair
Get a string representation of this pair.
toString() - Method in class org.apache.http.RequestLine
 
toString() - Method in class org.apache.http.Scheme
Return a string representation of this object.
toString() - Method in class org.apache.http.StatusLine
 
toString(HttpEntity, String) - Static method in class org.apache.http.util.EntityUtils
 
toString(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
toString() - Method in class org.apache.http.util.HeaderUtils.BufferedHeader
 
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
tunnelTo(HttpHost, HttpParams) - Method in interface org.apache.http.HttpProxyConnection
After this connection is opened to the proxy, this method may be called to create a new connection over it.
tunnelTo(HttpHost, HttpParams) - Method in class org.apache.http.impl.DefaultHttpProxyConnection
 

U

unregisterScheme(String) - Static method in class org.apache.http.Scheme
Unregisters the scheme with the given ID.
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.
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

VIRTUAL_HOST - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the virtual host name.

W

WAIT_FOR_CONTINUE_MS - Static variable in class org.apache.http.protocol.HttpRequestExecutor
 
wrappedEntity - Variable in class org.apache.http.entity.HttpEntityWrapper
The wrapped entity.
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.io.ChunkedOutputStream
 
write(byte[]) - Method in class org.apache.http.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class org.apache.http.io.ChunkedOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.io.ContentLengthOutputStream
 
write(byte[]) - Method in class org.apache.http.io.ContentLengthOutputStream
 
write(int) - Method in class org.apache.http.io.ContentLengthOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.io.HttpDataOutputStream
 
write(int) - Method in class org.apache.http.io.HttpDataOutputStream
 
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(byte[], int, int) - Method in class org.apache.http.io.IdentityOutputStream
 
write(byte[]) - Method in class org.apache.http.io.IdentityOutputStream
 
write(int) - Method in class org.apache.http.io.IdentityOutputStream
 
writeClosingChunk() - Method in class org.apache.http.io.ChunkedOutputStream
 
writeLine(String) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
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-2005-2006 Apache Software Foundation. All Rights Reserved.