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

A

ASCII - Static variable in class org.apache.http.protocol.HTTP
 
AbstractHttpClientConnection - class org.apache.http.impl.AbstractHttpClientConnection.
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter
AbstractHttpClientConnection() - Constructor for class org.apache.http.impl.AbstractHttpClientConnection
 
AbstractHttpDataReceiver - class org.apache.http.impl.io.AbstractHttpDataReceiver.
Abstract base class for data receivers using traditional IO.
AbstractHttpDataReceiver() - Constructor for class org.apache.http.impl.io.AbstractHttpDataReceiver
 
AbstractHttpDataTransmitter - class org.apache.http.impl.io.AbstractHttpDataTransmitter.
Abstract base class for data transmitters using traditional IO.
AbstractHttpDataTransmitter() - Constructor for class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
AbstractHttpEntity - class org.apache.http.entity.AbstractHttpEntity.
Abstract base class for entities.
AbstractHttpEntity() - Constructor for class org.apache.http.entity.AbstractHttpEntity
Protected default constructor.
AbstractHttpMessage - class org.apache.http.message.AbstractHttpMessage.
Basic implementation of an HTTP message that can be modified.
AbstractHttpMessage() - Constructor for class org.apache.http.message.AbstractHttpMessage
 
AbstractHttpServerConnection - class org.apache.http.impl.AbstractHttpServerConnection.
Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter
AbstractHttpServerConnection() - Constructor for class org.apache.http.impl.AbstractHttpServerConnection
 
addHeader(Header) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(String, String) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
addHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
 
addHeader(Header) - Method in class org.apache.http.util.HeaderGroup
Adds the given header to the group.
addInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
Same as addRequestInterceptor.
addInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
Same as addResponseInterceptor.
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addRequestInterceptor(HttpRequestInterceptor) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Appends a request interceptor to this list.
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addResponseInterceptor(HttpResponseInterceptor) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Appends a response interceptor to this list.
append(byte[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(char[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.ByteArrayBuffer
 
append(char[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(String) - Method in class org.apache.http.util.CharArrayBuffer
 
append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(CharArrayBuffer) - Method in class org.apache.http.util.CharArrayBuffer
 
append(char) - Method in class org.apache.http.util.CharArrayBuffer
 
append(byte[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(ByteArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
append(Object) - Method in class org.apache.http.util.CharArrayBuffer
 
assertNotOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
assertNotOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
assertOpen() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
assertOpen() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
assertOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
assertOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
available() - Method in class org.apache.http.impl.io.HttpDataInputStream
 

B

BasicHeader - class org.apache.http.message.BasicHeader.
Represents an HTTP header field.
BasicHeader(String, String) - Constructor for class org.apache.http.message.BasicHeader
Constructor with name and value
BasicHeaderElement - class org.apache.http.message.BasicHeaderElement.
One element of an HTTP header's value.
BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.http.message.BasicHeaderElement
Constructor with name, value and parameters.
BasicHeaderElement(String, String) - Constructor for class org.apache.http.message.BasicHeaderElement
Constructor with name and value.
BasicHttpEntity - class org.apache.http.entity.BasicHttpEntity.
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 org.apache.http.message.BasicHttpEntityEnclosingRequest.
Basic implementation of a request with an entity that can be modified.
BasicHttpEntityEnclosingRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(String, String, HttpVersion) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
BasicHttpParams - class org.apache.http.params.BasicHttpParams.
This class represents a collection of HTTP protocol parameters.
BasicHttpParams(HttpParams) - Constructor for class org.apache.http.params.BasicHttpParams
Creates a new collection of parameters with the given parent.
BasicHttpParams() - Constructor for class org.apache.http.params.BasicHttpParams
 
BasicHttpProcessor - class org.apache.http.protocol.BasicHttpProcessor.
Keeps lists of interceptors for processing requests and responses.
BasicHttpProcessor() - Constructor for class org.apache.http.protocol.BasicHttpProcessor
 
BasicHttpRequest - class org.apache.http.message.BasicHttpRequest.
Basic implementation of an HTTP request that can be modified.
BasicHttpRequest(String, String) - Constructor for class org.apache.http.message.BasicHttpRequest
 
BasicHttpRequest(String, String, HttpVersion) - Constructor for class org.apache.http.message.BasicHttpRequest
 
BasicHttpRequest(RequestLine) - Constructor for class org.apache.http.message.BasicHttpRequest
 
BasicHttpResponse - class org.apache.http.message.BasicHttpResponse.
Basic implementation of an HTTP response that can be modified.
BasicHttpResponse(StatusLine, ReasonPhraseCatalog, Locale) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(StatusLine) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a response from a status line.
BasicHttpResponse(HttpVersion, int, String) - Constructor for class org.apache.http.message.BasicHttpResponse
Creates a response from elements of a status line.
BasicHttpVersionFormat - class org.apache.http.message.BasicHttpVersionFormat.
Parser and formatter for HttpVersion.
BasicHttpVersionFormat() - Constructor for class org.apache.http.message.BasicHttpVersionFormat
 
BasicNameValuePair - class org.apache.http.message.BasicNameValuePair.
A simple class encapsulating an attribute/value pair.
BasicNameValuePair(String, String) - Constructor for class org.apache.http.message.BasicNameValuePair
Default Constructor taking a name and a value.
BasicRequestLine - class org.apache.http.message.BasicRequestLine.
The first line of an HttpRequest.
BasicRequestLine(String, String, HttpVersion) - Constructor for class org.apache.http.message.BasicRequestLine
 
BasicStatusLine - class org.apache.http.message.BasicStatusLine.
Represents a status line as returned from a HTTP server.
BasicStatusLine(HttpVersion, int, String) - Constructor for class org.apache.http.message.BasicStatusLine
Creates a new status line with the given version, status, and reason.
BufferedHeader - class org.apache.http.message.BufferedHeader.
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.
BufferedHeader(CharArrayBuffer) - Constructor for class org.apache.http.message.BufferedHeader
Creates a new header from a buffer.
BufferedHttpEntity - class org.apache.http.entity.BufferedHttpEntity.
A wrapping entity that buffers it content if necessary.
BufferedHttpEntity(HttpEntity) - Constructor for class org.apache.http.entity.BufferedHttpEntity
 
ByteArrayBuffer - class org.apache.http.util.ByteArrayBuffer.
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class org.apache.http.util.ByteArrayBuffer
 
ByteArrayEntity - class org.apache.http.entity.ByteArrayEntity.
A self-contained entity obtaining content from a byte array.
ByteArrayEntity(byte[]) - Constructor for class org.apache.http.entity.ByteArrayEntity
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
 
bind(Socket, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
 
buffer() - Method in class org.apache.http.util.ByteArrayBuffer
 
buffer() - Method in class org.apache.http.util.CharArrayBuffer
 
byteAt(int) - Method in class org.apache.http.util.ByteArrayBuffer
 

C

CHARSET_PARAM - Static variable in class org.apache.http.protocol.HTTP
 
CHUNKED - Static variable in interface org.apache.http.entity.ContentLengthStrategy
 
CHUNK_CODING - Static variable in class org.apache.http.protocol.HTTP
Transfer encoding definitions
CONNECTION_TIMEOUT - Static variable in class org.apache.http.params.HttpConnectionParams
Determines the timeout until a connection is etablished.
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
 
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
 
CR - Static variable in class org.apache.http.protocol.HTTP
 
CharArrayBuffer - class org.apache.http.util.CharArrayBuffer.
A resizable char array.
CharArrayBuffer(int) - Constructor for class org.apache.http.util.CharArrayBuffer
 
ChunkedInputStream - class org.apache.http.impl.io.ChunkedInputStream.
Implements chunked transfer coding.
ChunkedInputStream(HttpDataReceiver) - Constructor for class org.apache.http.impl.io.ChunkedInputStream
 
ChunkedOutputStream - class org.apache.http.impl.io.ChunkedOutputStream.
Implements chunked transfer coding.
ChunkedOutputStream(HttpDataTransmitter, int) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
Wraps a stream and chunks the output.
ChunkedOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
Wraps a data transmitter and chunks the output.
ConnectionClosedException - exception org.apache.http.ConnectionClosedException.
Indicates that a connection has been closed.
ConnectionClosedException(String) - Constructor for class org.apache.http.ConnectionClosedException
Creates a new ConnectionClosedException with the specified detail message.
ConnectionReuseStrategy - interface org.apache.http.ConnectionReuseStrategy.
Interface for deciding whether a connection should be kept alive.
ContentLengthInputStream - class org.apache.http.impl.io.ContentLengthInputStream.
Stream that cuts off after a specified number of bytes.
ContentLengthInputStream(HttpDataReceiver, long) - Constructor for class org.apache.http.impl.io.ContentLengthInputStream
Creates a new length limited stream
ContentLengthOutputStream - class org.apache.http.impl.io.ContentLengthOutputStream.
A stream wrapper that closes itself after a defined number of bytes.
ContentLengthOutputStream(HttpDataTransmitter, long) - Constructor for class org.apache.http.impl.io.ContentLengthOutputStream
Creates a new length limited stream
ContentLengthStrategy - interface org.apache.http.entity.ContentLengthStrategy.
Represents a strategy to determine the content length based on the properties of an HTTP message.
ContentProducer - interface org.apache.http.entity.ContentProducer.
An abstract entity content producer.
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.util.ByteArrayBuffer
 
capacity() - Method in class org.apache.http.util.CharArrayBuffer
 
charAt(int) - Method in class org.apache.http.util.CharArrayBuffer
 
chunked - Variable in class org.apache.http.entity.AbstractHttpEntity
The 'chunked' flag.
clear() - Method in class org.apache.http.params.BasicHttpParams
Removes all parameters from this collection.
clear() - Method in class org.apache.http.util.ByteArrayBuffer
 
clear() - Method in class org.apache.http.util.CharArrayBuffer
 
clear() - Method in class org.apache.http.util.HeaderGroup
Removes any contained headers.
clearInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
Clears both interceptor lists maintained by this processor.
clearRequestInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
clearRequestInterceptors() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Removes all request interceptors from this list.
clearResponseInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
clearResponseInterceptors() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Removes all response interceptors from this list.
close() - Method in interface org.apache.http.HttpConnection
Closes this connection gracefully.
close() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
close() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
close() - Method in class org.apache.http.impl.io.ChunkedInputStream
Upon close, this reads the remainder of the chunked message, leaving the underlying socket at a position to start reading the next response without scanning.
close() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class org.apache.http.impl.io.ContentLengthInputStream
Reads until the end of the known length of content.
close() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
Does not close the underlying socket output.
close() - Method in class org.apache.http.impl.io.HttpDataInputStream
 
close() - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
close() - Method in class org.apache.http.impl.io.IdentityOutputStream
Does not close the underlying socket output.
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
 
consumeContent() - Method in interface org.apache.http.HttpEntity
Consumes the remaining content of a streamed entity.
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
 
containsHeader(String) - Method in interface org.apache.http.HttpMessage
Checks if a certain header is present in this message.
containsHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
containsHeader(String) - Method in class org.apache.http.util.HeaderGroup
Tests if headers with the given name are contained within this group.
contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntity
The Content-Encoding header.
contentType - Variable in class org.apache.http.entity.AbstractHttpEntity
The Content-Type header.

D

DATE_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
DEFAULT_CONTENT_CHARSET - Static variable in class org.apache.http.protocol.HTTP
Default charsets
DEFAULT_CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
Default content type
DEFAULT_PROTOCOL_CHARSET - Static variable in class org.apache.http.protocol.HTTP
 
DEFAULT_SCHEME_NAME - Static variable in class org.apache.http.HttpHost
The default scheme is "http".
DateParseException - exception org.apache.http.util.DateParseException.
An exception to indicate an error parsing a date string.
DateParseException() - Constructor for class org.apache.http.util.DateParseException
 
DateParseException(String) - Constructor for class org.apache.http.util.DateParseException
 
DateUtils - class org.apache.http.util.DateUtils.
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DefaultConnectionReuseStrategy - class org.apache.http.impl.DefaultConnectionReuseStrategy.
Default implementation of a strategy deciding about connection re-use.
DefaultConnectionReuseStrategy() - Constructor for class org.apache.http.impl.DefaultConnectionReuseStrategy
 
DefaultHttpClientConnection - class org.apache.http.impl.DefaultHttpClientConnection.
Default implementation of a client-side HTTP connection.
DefaultHttpClientConnection() - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
 
DefaultHttpRequestFactory - class org.apache.http.impl.DefaultHttpRequestFactory.
Default implementation of a factory for creating request objects.
DefaultHttpRequestFactory() - Constructor for class org.apache.http.impl.DefaultHttpRequestFactory
 
DefaultHttpRequestRetryHandler - class org.apache.http.impl.DefaultHttpRequestRetryHandler.
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 org.apache.http.impl.DefaultHttpResponseFactory.
Default implementation of a factory for creating response objects.
DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
Creates a new response factory with the given catalog.
DefaultHttpResponseFactory() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
Creates a new response factory with the default catalog.
DefaultHttpServerConnection - class org.apache.http.impl.DefaultHttpServerConnection.
Default implementation of a server-side HTTP connection.
DefaultHttpServerConnection() - Constructor for class org.apache.http.impl.DefaultHttpServerConnection
 
deserialize(HttpDataReceiver, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
 
determineLength(HttpMessage) - Method in interface org.apache.http.entity.ContentLengthStrategy
 
determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.LaxContentLengthStrategy
 
determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.StrictContentLengthStrategy
 
determineLocale(HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
Determines the locale of the response.
doDeserialize(HttpDataReceiver, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
 
doFinishResponse(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Finish a response.
doFlush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
doFlush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
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.EntitySerializer
 
doService(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.protocol.HttpService
 

E

EXPECT_CONTINUE - Static variable in class org.apache.http.protocol.HTTP
HTTP expectations
EXPECT_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
EncodingUtils - class org.apache.http.util.EncodingUtils.
The home for utility methods that handle various encoding tasks.
EnglishReasonPhraseCatalog - class org.apache.http.impl.EnglishReasonPhraseCatalog.
English reason phrases for HTTP status codes.
EnglishReasonPhraseCatalog() - Constructor for class org.apache.http.impl.EnglishReasonPhraseCatalog
Restricted default constructor, for derived classes.
EntityDeserializer - class org.apache.http.impl.entity.EntityDeserializer.
Default implementation of an entity deserializer.
EntityDeserializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntityDeserializer
 
EntitySerializer - class org.apache.http.impl.entity.EntitySerializer.
Default implementation of an entity serializer.
EntitySerializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntitySerializer
 
EntityTemplate - class org.apache.http.entity.EntityTemplate.
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 org.apache.http.util.EntityUtils.
Static helpers for dealing with entities.
ExceptionUtils - class org.apache.http.util.ExceptionUtils.
The home for utility methods that handle various exception-related tasks.
Executor - interface org.apache.http.util.concurrent.Executor.
Abstract command executor.
ensureCapacity(int) - Method in class org.apache.http.util.CharArrayBuffer
 
equals(Object) - Method in class org.apache.http.HttpHost
 
equals(Object) - Method in class org.apache.http.HttpVersion
 
equals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is equal to the given number.
equals(Object) - Method in class org.apache.http.message.BasicHeaderElement
 
equals(Object) - Method in class org.apache.http.message.BasicNameValuePair
 
equals(Object, Object) - Static method in class org.apache.http.util.LangUtils
 
equals(Object[], Object[]) - Static method in class org.apache.http.util.LangUtils
 
execute(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Synchronously send a request and obtain the response.
execute(Runnable) - Method in interface org.apache.http.util.concurrent.Executor
 
expectContinue() - Method in interface org.apache.http.HttpEntityEnclosingRequest
Tells if this request should use the expect-continue handshake.
expectContinue() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
 

F

FileEntity - class org.apache.http.entity.FileEntity.
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.impl.io.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
flush() - Method in interface org.apache.http.HttpClientConnection
Writes out all pending buffered data over the open connection.
flush() - Method in interface org.apache.http.HttpServerConnection
Sends all pending buffered data over this connection.
flush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
flush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
flush() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
flush() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Flushes the underlying stream, but leaves the internal buffer alone.
flush() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
flush() - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
flush() - Method in class org.apache.http.impl.io.IdentityOutputStream
 
flush() - Method in interface org.apache.http.io.HttpDataTransmitter
 
flushBuffer() - Method in class org.apache.http.impl.io.AbstractHttpDataTransmitter
 
flushCache() - Method in class org.apache.http.impl.io.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
format(CharArrayBuffer, Header) - Static method in class org.apache.http.message.BasicHeader
Formats a Header into a header line.
format(Header) - Static method in class org.apache.http.message.BasicHeader
 
format(CharArrayBuffer, HeaderElement) - Static method in class org.apache.http.message.BasicHeaderElement
 
format(HeaderElement) - Static method in class org.apache.http.message.BasicHeaderElement
 
format(CharArrayBuffer, HttpVersion) - Static method in class org.apache.http.message.BasicHttpVersionFormat
 
format(HttpVersion) - Static method in class org.apache.http.message.BasicHttpVersionFormat
 
format(CharArrayBuffer, NameValuePair, boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
format(NameValuePair, boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
format(CharArrayBuffer, RequestLine) - Static method in class org.apache.http.message.BasicRequestLine
 
format(RequestLine) - Static method in class org.apache.http.message.BasicRequestLine
 
format(CharArrayBuffer, StatusLine) - Static method in class org.apache.http.message.BasicStatusLine
 
format(StatusLine) - Static method in class org.apache.http.message.BasicStatusLine
 
formatAll(CharArrayBuffer, HeaderElement[]) - Static method in class org.apache.http.message.BasicHeaderElement
 
formatAll(HeaderElement[]) - Static method in class org.apache.http.message.BasicHeaderElement
 
formatAll(CharArrayBuffer, NameValuePair[], boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pairs using formatting rules defined in RFC 2616
formatAll(NameValuePair[], boolean) - Static method in class org.apache.http.message.BasicNameValuePair
Produces textual representaion of the attribute/value pair using formatting rules defined in RFC 2616
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

GMT - Static variable in class org.apache.http.util.DateUtils
 
getAllHeaders() - Method in interface org.apache.http.HttpMessage
Returns all the headers of this message.
getAllHeaders() - Method in class org.apache.http.message.AbstractHttpMessage
 
getAllHeaders() - Method in class org.apache.http.util.HeaderGroup
Gets all of the headers contained within this group.
getAsciiBytes(String) - Static method in class org.apache.http.util.EncodingUtils
Converts the specified string to byte array of ASCII characters.
getAsciiString(byte[], int, int) - Static method in class org.apache.http.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[]) - Static method in class org.apache.http.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
 
getAttribute(String) - Method in class org.apache.http.protocol.HttpExecutionContext
 
getAttribute(String) - Method in class org.apache.http.protocol.SyncHttpExecutionContext
 
getBooleanParameter(String, boolean) - Method in class org.apache.http.params.BasicHttpParams
 
getBooleanParameter(String, boolean) - Method in interface org.apache.http.params.HttpParams
Returns a Boolean parameter value with the given name.
getBuffer() - Method in class org.apache.http.message.BufferedHeader
 
getBytes(String, String) - Static method in class org.apache.http.util.EncodingUtils
Converts the specified string to a byte array.
getCondensedHeader(String) - Method in class org.apache.http.util.HeaderGroup
Gets a header representing all of the header values with the given name.
getConnectionTimeout(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Returns the timeout until a connection is etablished.
getContent() - Method in interface org.apache.http.HttpEntity
Creates a new InputStream object of the entity.
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
 
getContentCharSet(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
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.
getContentEncoding() - Method in interface org.apache.http.HttpEntity
Obtains the Content-Encoding header, if known.
getContentEncoding() - Method in class org.apache.http.entity.AbstractHttpEntity
Obtains the Content-Encoding header.
getContentEncoding() - Method in class org.apache.http.entity.HttpEntityWrapper
 
getContentLength() - Method in interface org.apache.http.HttpEntity
Tells the length of the content, 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
 
getContentType() - Method in interface org.apache.http.HttpEntity
Obtains the Content-Type header, 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
 
getCurrentDate() - Method in class org.apache.http.protocol.HttpDateGenerator
 
getDefaults() - Method in class org.apache.http.params.BasicHttpParams
 
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.params.BasicHttpParams
 
getDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
Returns a Double parameter value with the given name.
getElements() - Method in interface org.apache.http.Header
 
getElements() - Method in class org.apache.http.message.BasicHeader
Returns an array of HeaderElements constructed from my value.
getElements() - Method in class org.apache.http.message.BufferedHeader
 
getEntity() - Method in interface org.apache.http.HttpEntityEnclosingRequest
 
getEntity() - Method in interface org.apache.http.HttpResponse
Obtains the message entity of this response, if any.
getEntity() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
getEntity() - Method in class org.apache.http.message.BasicHttpResponse
 
getFirstHeader(String) - Method in interface org.apache.http.HttpMessage
Returns the first header with a specified name of this message.
getFirstHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
getFirstHeader(String) - Method in class org.apache.http.util.HeaderGroup
Gets the first header with the given name.
getFooters() - Method in class org.apache.http.impl.io.ChunkedInputStream
 
getHeaders(String) - Method in interface org.apache.http.HttpMessage
Returns all the headers with a specified name of this message.
getHeaders(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
getHeaders(String) - Method in class org.apache.http.util.HeaderGroup
Gets all of the headers with the given name.
getHostName() - Method in class org.apache.http.HttpHost
Returns the host name (IP or DNS name).
getHttpElementCharset(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns the charset to be used for writing HTTP headers.
getHttpVersion() - Method in interface org.apache.http.HttpMessage
Returns the HTTP version this message is compatible with.
getHttpVersion() - Method in interface org.apache.http.RequestLine
 
getHttpVersion() - Method in interface org.apache.http.StatusLine
 
getHttpVersion() - Method in class org.apache.http.message.BasicHttpRequest
 
getHttpVersion() - Method in class org.apache.http.message.BasicHttpResponse
 
getHttpVersion() - Method in class org.apache.http.message.BasicRequestLine
 
getHttpVersion() - Method in class org.apache.http.message.BasicStatusLine
 
getIntParameter(String, int) - Method in class org.apache.http.params.BasicHttpParams
 
getIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
Returns an Integer parameter value with the given name.
getLastHeader(String) - Method in interface org.apache.http.HttpMessage
Returns the last header with a specified name of this message.
getLastHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
getLastHeader(String) - Method in class org.apache.http.util.HeaderGroup
Gets the last header with the given name.
getLinger(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Returns linger-on-close timeout.
getLocalAddress() - Method in interface org.apache.http.HttpInetConnection
 
getLocalAddress() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getLocalAddress() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getLocalPort() - Method in interface org.apache.http.HttpInetConnection
 
getLocalPort() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getLocalPort() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getLocale() - Method in interface org.apache.http.HttpResponse
Obtains the locale of this response.
getLocale() - Method in class org.apache.http.message.BasicHttpResponse
 
getLongParameter(String, long) - Method in class org.apache.http.params.BasicHttpParams
 
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 interface org.apache.http.RequestLine
 
getMethod() - Method in class org.apache.http.message.BasicRequestLine
 
getMinor() - Method in class org.apache.http.HttpVersion
Returns the minor version number of the HTTP protocol.
getName() - Method in interface org.apache.http.Header
 
getName() - Method in interface org.apache.http.HeaderElement
 
getName() - Method in interface org.apache.http.NameValuePair
 
getName() - Method in class org.apache.http.message.BasicHeader
Returns the header name.
getName() - Method in class org.apache.http.message.BasicHeaderElement
Returns the name.
getName() - Method in class org.apache.http.message.BasicNameValuePair
Returns the name.
getName() - Method in class org.apache.http.message.BufferedHeader
 
getParameter(String) - Method in class org.apache.http.params.BasicHttpParams
 
getParameter(String) - Method in interface org.apache.http.params.HttpParams
Returns a parameter value with the given name.
getParameterByName(String) - Method in interface org.apache.http.HeaderElement
 
getParameterByName(String) - Method in class org.apache.http.message.BasicHeaderElement
Returns parameter with the given name, if found.
getParameters() - Method in interface org.apache.http.HeaderElement
 
getParameters() - Method in class org.apache.http.message.BasicHeaderElement
Get parameters, if any.
getParams() - Method in interface org.apache.http.HttpMessage
Returns the parameters effective for this message as set by
getParams() - Method in class org.apache.http.message.AbstractHttpMessage
 
getParams() - Method in class org.apache.http.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.
getReason(int, Locale) - Method in interface org.apache.http.ReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReason(int, Locale) - Method in class org.apache.http.impl.EnglishReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReason(int) - Method in class org.apache.http.message.BasicHttpResponse
Looks up a reason phrase.
getReasonPhrase() - Method in interface org.apache.http.StatusLine
 
getReasonPhrase() - Method in class org.apache.http.message.BasicStatusLine
 
getRemoteAddress() - Method in interface org.apache.http.HttpInetConnection
 
getRemoteAddress() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getRemoteAddress() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getRemotePort() - Method in interface org.apache.http.HttpInetConnection
 
getRemotePort() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getRemotePort() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getRequestInterceptor(int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getRequestInterceptor(int) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Obtains a request interceptor from this list.
getRequestInterceptorCount() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getRequestInterceptorCount() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Obtains the current size of this list.
getRequestLine() - Method in interface org.apache.http.HttpRequest
Returns the request line of this request.
getRequestLine() - Method in class org.apache.http.message.BasicHttpRequest
 
getResponseInterceptor(int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getResponseInterceptor(int) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Obtains a response interceptor from this list.
getResponseInterceptorCount() - Method in class org.apache.http.protocol.BasicHttpProcessor
 
getResponseInterceptorCount() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Obtains the current size of this list.
getRetryCount() - Method in class org.apache.http.impl.DefaultHttpRequestRetryHandler
 
getSchemeName() - Method in class org.apache.http.HttpHost
Returns the scheme.
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.
getSocketBufferSize(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
 
getSocketTimeout() - Method in interface org.apache.http.HttpConnection
Returns the socket timeout value.
getSocketTimeout() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
getSocketTimeout() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
getStatusCode() - Method in interface org.apache.http.StatusLine
 
getStatusCode() - Method in class org.apache.http.message.BasicStatusLine
 
getStatusLine() - Method in interface org.apache.http.HttpResponse
Obtains the status line of this response.
getStatusLine() - Method in class org.apache.http.message.BasicHttpResponse
 
getString(byte[], int, int, String) - Static method in class org.apache.http.util.EncodingUtils
Converts the byte array of HTTP content characters to a string.
getString(byte[], String) - Static method in class org.apache.http.util.EncodingUtils
Converts the byte array of HTTP content characters to a string.
getTcpNoDelay(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Tests if Nagle's algorithm is to be used.
getUri() - Method in interface org.apache.http.RequestLine
 
getUri() - Method in class org.apache.http.message.BasicRequestLine
 
getUserAgent(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
 
getValue() - Method in interface org.apache.http.Header
 
getValue() - Method in interface org.apache.http.HeaderElement
 
getValue() - Method in interface org.apache.http.NameValuePair
 
getValue() - Method in class org.apache.http.message.BasicHeader
Returns the header value.
getValue() - Method in class org.apache.http.message.BasicHeaderElement
Returns the value.
getValue() - Method in class org.apache.http.message.BasicNameValuePair
Returns the value.
getValue() - Method in class org.apache.http.message.BufferedHeader
 
getValuePos() - Method in class org.apache.http.message.BufferedHeader
 
getVersion(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
Returns HTTP protocol version to be used per default.
greaterEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is greater or equal to the given number.

H

HASH_OFFSET - Static variable in class org.apache.http.util.LangUtils
 
HASH_SEED - Static variable in class org.apache.http.util.LangUtils
 
HT - Static variable in class org.apache.http.protocol.HTTP
 
HTTP - class org.apache.http.protocol.HTTP.
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_REQUEST - Static variable in interface org.apache.http.protocol.HttpContext
 
HTTP_REQ_SENT - Static variable in class org.apache.http.protocol.HttpExecutionContext
 
HTTP_RESPONSE - Static variable in interface org.apache.http.protocol.HttpContext
 
HTTP_TARGET_HOST - Static variable in class org.apache.http.protocol.HttpExecutionContext
 
Header - interface org.apache.http.Header.
Represents an HTTP header field.
HeaderElement - interface org.apache.http.HeaderElement.
One element of an HTTP header value.
HeaderGroup - class org.apache.http.util.HeaderGroup.
A class for combining a set of headers.
HeaderGroup() - Constructor for class org.apache.http.util.HeaderGroup
Constructor for HeaderGroup.
HeaderUtils - class org.apache.http.util.HeaderUtils.
A utility class for processing HTTP headers.
HttpClientConnection - interface org.apache.http.HttpClientConnection.
An HTTP connection for use on the client side.
HttpConnection - interface org.apache.http.HttpConnection.
A generic HTTP connection, useful on client and server side.
HttpConnectionParams - class org.apache.http.params.HttpConnectionParams.
An adaptor for accessing connection parameters in HttpParams.
HttpContext - interface org.apache.http.protocol.HttpContext.
A context for executing a request.
HttpDataInputStream - class org.apache.http.impl.io.HttpDataInputStream.
A stream for reading from a HttpDataReceiver.
HttpDataInputStream(HttpDataReceiver) - Constructor for class org.apache.http.impl.io.HttpDataInputStream
 
HttpDataOutputStream - class org.apache.http.impl.io.HttpDataOutputStream.
A stream for writing to a HttpDataTransmitter.
HttpDataOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.impl.io.HttpDataOutputStream
 
HttpDataReceiver - interface org.apache.http.io.HttpDataReceiver.
Interface for receiving data.
HttpDataTransmitter - interface org.apache.http.io.HttpDataTransmitter.
Interface for sending data.
HttpDateGenerator - class org.apache.http.protocol.HttpDateGenerator.
Generates a date in the format required by the HTTP protocol.
HttpDateGenerator() - Constructor for class org.apache.http.protocol.HttpDateGenerator
 
HttpEntity - interface org.apache.http.HttpEntity.
An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest - interface org.apache.http.HttpEntityEnclosingRequest.
A request with an entity.
HttpEntityWrapper - class org.apache.http.entity.HttpEntityWrapper.
Base class for wrapping entities.
HttpEntityWrapper(HttpEntity) - Constructor for class org.apache.http.entity.HttpEntityWrapper
Creates a new entity wrapper.
HttpException - exception org.apache.http.HttpException.
Signals that an HTTP exception has occurred.
HttpException() - Constructor for class org.apache.http.HttpException
Creates a new HttpException with a null detail message.
HttpException(String) - Constructor for class org.apache.http.HttpException
Creates a new HttpException with the specified detail message.
HttpException(String, Throwable) - Constructor for class org.apache.http.HttpException
Creates a new HttpException with the specified detail message and cause.
HttpExecutionContext - class org.apache.http.protocol.HttpExecutionContext.
Default implementation of the HttpContext.
HttpExecutionContext(HttpContext) - Constructor for class org.apache.http.protocol.HttpExecutionContext
 
HttpExpectationVerifier - interface org.apache.http.protocol.HttpExpectationVerifier.
Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpGet - class org.apache.http.message.HttpGet.
A modifiable HTTP request with GET as the method.
HttpGet(String) - Constructor for class org.apache.http.message.HttpGet
 
HttpHead - class org.apache.http.message.HttpHead.
A modifiable HTTP request with HEAD as the method.
HttpHead(String) - Constructor for class org.apache.http.message.HttpHead
 
HttpHost - class org.apache.http.HttpHost.
Holds all of the variables needed to describe an HTTP connection to a host.
HttpHost(String, int, String) - Constructor for class org.apache.http.HttpHost
Constructor for HttpHost.
HttpHost(String, int) - Constructor for class org.apache.http.HttpHost
Constructor for HttpHost.
HttpHost(String) - Constructor for class org.apache.http.HttpHost
Constructor for HttpHost.
HttpHost(HttpHost) - Constructor for class org.apache.http.HttpHost
Copy constructor for HttpHost
HttpInetConnection - interface org.apache.http.HttpInetConnection.
An HTTP connection over the Internet Protocol (IP).
HttpMessage - interface org.apache.http.HttpMessage.
A generic HTTP message.
HttpParams - interface org.apache.http.params.HttpParams.
Represents a collection of HTTP protocol and framework parameters.
HttpPost - class org.apache.http.message.HttpPost.
A modifiable HTTP request with POST as the method.
HttpPost(String) - Constructor for class org.apache.http.message.HttpPost
 
HttpProcessor - interface org.apache.http.protocol.HttpProcessor.
Performs interceptor processing of requests and responses.
HttpProtocolParams - class org.apache.http.params.HttpProtocolParams.
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP protocol specific parameters.
HttpRequest - interface org.apache.http.HttpRequest.
An HTTP request.
HttpRequestExecutor - class org.apache.http.protocol.HttpRequestExecutor.
Sends HTTP requests and receives the responses.
HttpRequestExecutor(HttpProcessor) - Constructor for class org.apache.http.protocol.HttpRequestExecutor
Create a new request executor.
HttpRequestFactory - interface org.apache.http.HttpRequestFactory.
A factory for HttpRequest objects.
HttpRequestHandler - interface org.apache.http.protocol.HttpRequestHandler.
 
HttpRequestHandlerRegistry - class org.apache.http.protocol.HttpRequestHandlerRegistry.
Maintains a map of HTTP request handlers keyed by a request URI pattern.
HttpRequestHandlerRegistry() - Constructor for class org.apache.http.protocol.HttpRequestHandlerRegistry
 
HttpRequestHandlerResolver - interface org.apache.http.protocol.HttpRequestHandlerResolver.
Interface to be implemented by objects that can resolve HttpRequestHandler instances by request URI.
HttpRequestInterceptor - interface org.apache.http.HttpRequestInterceptor.
Processes a request.
HttpRequestInterceptorList - interface org.apache.http.protocol.HttpRequestInterceptorList.
Provides access to an ordered list of request interceptors.
HttpRequestRetryHandler - interface org.apache.http.protocol.HttpRequestRetryHandler.
A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
HttpResponse - interface org.apache.http.HttpResponse.
An HTTP response.
HttpResponseFactory - interface org.apache.http.HttpResponseFactory.
A factory for HttpResponse objects.
HttpResponseInterceptor - interface org.apache.http.HttpResponseInterceptor.
Processes a response.
HttpResponseInterceptorList - interface org.apache.http.protocol.HttpResponseInterceptorList.
Provides access to an ordered list of response interceptors.
HttpServerConnection - interface org.apache.http.HttpServerConnection.
An HTTP connection for use on the server side.
HttpService - class org.apache.http.protocol.HttpService.
Minimalistic server-side implementation of an HTTP processor.
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) - Constructor for class org.apache.http.protocol.HttpService
Create a new HTTP service.
HttpStatus - interface org.apache.http.HttpStatus.
Constants enumerating the HTTP status codes.
HttpVersion - class org.apache.http.HttpVersion.
Represents an HTTP version, as specified in RFC 2616.
HttpVersion(int, int) - Constructor for class org.apache.http.HttpVersion
Create an HTTP protocol version designator.
handle(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpRequestHandler
 
handleException(HttpException, HttpResponse) - Method in class org.apache.http.protocol.HttpService
 
handleRequest(HttpServerConnection, HttpContext) - Method in class org.apache.http.protocol.HttpService
 
hasBufferedData() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
hashCode() - Method in class org.apache.http.HttpHost
 
hashCode() - Method in class org.apache.http.HttpVersion
 
hashCode() - Method in class org.apache.http.message.BasicHeaderElement
 
hashCode() - Method in class org.apache.http.message.BasicNameValuePair
 
hashCode(int, int) - Static method in class org.apache.http.util.LangUtils
 
hashCode(int, boolean) - Static method in class org.apache.http.util.LangUtils
 
hashCode(int, Object) - Static method in class org.apache.http.util.LangUtils
 
headerIterator() - Method in interface org.apache.http.HttpMessage
Returns an iterator of all the headers.
headerIterator() - Method in class org.apache.http.message.AbstractHttpMessage
 

I

IDENTITY - Static variable in interface org.apache.http.entity.ContentLengthStrategy
 
IDENTITY_CODING - Static variable in class org.apache.http.protocol.HTTP
 
INSTANCE - Static variable in class org.apache.http.impl.EnglishReasonPhraseCatalog
The default instance of this catalog.
ISO_8859_1 - Static variable in class org.apache.http.protocol.HTTP
 
IdentityOutputStream - class org.apache.http.impl.io.IdentityOutputStream.
A stream for writing with an "identity" transport encoding.
IdentityOutputStream(HttpDataTransmitter) - Constructor for class org.apache.http.impl.io.IdentityOutputStream
 
InputStreamEntity - class org.apache.http.entity.InputStreamEntity.
A streamed entity obtaining content from an InputStream.
InputStreamEntity(InputStream, long) - Constructor for class org.apache.http.entity.InputStreamEntity
 
indexOf(int, int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
indexOf(int) - Method in class org.apache.http.util.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.
isChunked() - Method in interface org.apache.http.HttpEntity
Tells about chunked encoding for this entity.
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
 
isDataAvailable(int) - Method in class org.apache.http.impl.io.SocketHttpDataReceiver
 
isDataAvailable(int) - Method in interface org.apache.http.io.HttpDataReceiver
 
isEmpty() - Method in class org.apache.http.util.ByteArrayBuffer
 
isEmpty() - Method in class org.apache.http.util.CharArrayBuffer
 
isFull() - Method in class org.apache.http.util.ByteArrayBuffer
 
isFull() - Method in class org.apache.http.util.CharArrayBuffer
 
isOpen() - Method in interface org.apache.http.HttpConnection
Checks if this connection is open.
isOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
isOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
isParameterFalse(String) - Method in class org.apache.http.params.BasicHttpParams
 
isParameterFalse(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is either not set or is false, false otherwise.
isParameterSet(String) - Method in class org.apache.http.params.BasicHttpParams
 
isParameterSet(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is set at any level, false otherwise.
isParameterSetLocally(String) - Method in class org.apache.http.params.BasicHttpParams
 
isParameterSetLocally(String) - Method in interface org.apache.http.params.HttpParams
Returns true if the parameter is set locally, false otherwise.
isParameterTrue(String) - Method in class org.apache.http.params.BasicHttpParams
 
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 interface org.apache.http.HttpEntity
Tells if the entity is capable to produce its data more than once.
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
 
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.AbstractHttpClientConnection
 
isStale() - Method in interface org.apache.http.HttpConnection
Checks whether this connection has gone down.
isStale() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
isStale() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
isStaleCheckingEnabled(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Tests whether stale connection check is to be used.
isStreaming() - Method in interface org.apache.http.HttpEntity
Tells whether this entity depends on an underlying stream.
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.
isWhitespace(char) - Static method in class org.apache.http.protocol.HTTP
 
iterator() - Method in class org.apache.http.util.HeaderGroup
Returns an iterator over this group of headers.

K

keepAlive(HttpResponse, HttpContext) - Method in interface org.apache.http.ConnectionReuseStrategy
Decides whether a connection can be kept open after a request.
keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
 
keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.NoConnectionReuseStrategy
 

L

LF - Static variable in class org.apache.http.protocol.HTTP
 
LangUtils - class org.apache.http.util.LangUtils.
A set of utility methods to help produce consistent equals and hashCode methods.
LaxContentLengthStrategy - class org.apache.http.impl.entity.LaxContentLengthStrategy.
The lax implementation of the content length strategy.
LaxContentLengthStrategy() - Constructor for class org.apache.http.impl.entity.LaxContentLengthStrategy
 
length() - Method in class org.apache.http.util.ByteArrayBuffer
 
length() - Method in class org.apache.http.util.CharArrayBuffer
 
lessEquals(HttpVersion) - Method in class org.apache.http.HttpVersion
Test if the HTTP protocol version is less or equal to the given number.
lookup(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
lookup(String) - Method in interface org.apache.http.protocol.HttpRequestHandlerResolver
 

M

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
 
MalformedChunkCodingException - exception org.apache.http.MalformedChunkCodingException.
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for class org.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with a null detail message.
MalformedChunkCodingException(String) - Constructor for class org.apache.http.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
MethodNotSupportedException - exception org.apache.http.MethodNotSupportedException.
Indicates that an HTTP method is not supported.
MethodNotSupportedException(String) - Constructor for class org.apache.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Throwable) - Constructor for class org.apache.http.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message and cause.
matchUriRequestPattern(String, String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 

N

NameValuePair - interface org.apache.http.NameValuePair.
A simple class encapsulating an attribute/value pair.
NoConnectionReuseStrategy - class org.apache.http.impl.NoConnectionReuseStrategy.
A strategy that never re-uses a connection.
NoConnectionReuseStrategy() - Constructor for class org.apache.http.impl.NoConnectionReuseStrategy
 
NoHttpResponseException - exception org.apache.http.NoHttpResponseException.
Signals that the target server failed to respond with a valid HTTP response.
NoHttpResponseException(String) - Constructor for class org.apache.http.NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message.
newHttpRequest(RequestLine) - Method in interface org.apache.http.HttpRequestFactory
 
newHttpRequest(String, String) - Method in interface org.apache.http.HttpRequestFactory
 
newHttpRequest(RequestLine) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
 
newHttpRequest(String, String) - Method in class org.apache.http.impl.DefaultHttpRequestFactory
 
newHttpResponse(HttpVersion, int, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
Creates a new response from status line elements.
newHttpResponse(StatusLine, HttpContext) - Method in interface org.apache.http.HttpResponseFactory
Creates a new response from a status line.
newHttpResponse(HttpVersion, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
 
newHttpResponse(StatusLine, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
 
newThread(Runnable) - Method in interface org.apache.http.util.concurrent.ThreadFactory
 

O

OCTET_STREAM_TYPE - Static variable in class org.apache.http.protocol.HTTP
Content type definitions
ORIGIN_SERVER - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the content of the Server header.
open - Variable in class org.apache.http.impl.SocketHttpClientConnection
 
open - Variable in class org.apache.http.impl.SocketHttpServerConnection
 
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
Mostly utility classes with static helper methods for various purposes.
org.apache.http.util.concurrent - package org.apache.http.util.concurrent
Interfaces corresponding to java.util.concurrent.

P

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
 
PROTOCOL_VERSION - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the HTTP protocol version used per default.
ProtocolException - exception org.apache.http.ProtocolException.
Signals that an HTTP protocol violation has occurred.
ProtocolException() - Constructor for class org.apache.http.ProtocolException
Creates a new ProtocolException with a null detail message.
ProtocolException(String) - Constructor for class org.apache.http.ProtocolException
Creates a new ProtocolException with the specified detail message.
ProtocolException(String, Throwable) - Constructor for class org.apache.http.ProtocolException
Creates a new ProtocolException with the specified detail message and cause.
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicHeaderElement
 
parse(String) - Static method in class org.apache.http.message.BasicHeaderElement
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicHttpVersionFormat
Parses the textual representation of the given HTTP protocol version.
parse(String) - Static method in class org.apache.http.message.BasicHttpVersionFormat
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicNameValuePair
 
parse(String) - Static method in class org.apache.http.message.BasicNameValuePair
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicRequestLine
 
parse(String) - Static method in class org.apache.http.message.BasicRequestLine
 
parse(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicStatusLine
Parses the status line returned from the HTTP server.
parse(String) - Static method in class org.apache.http.message.BasicStatusLine
 
parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicHeaderElement
This parses the value part of a header.
parseAll(String) - Static method in class org.apache.http.message.BasicHeaderElement
This parses the value part of a header.
parseAll(CharArrayBuffer, int, int) - Static method in class org.apache.http.message.BasicNameValuePair
 
parseAll(String) - Static method in class org.apache.http.message.BasicNameValuePair
 
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
 
process(HttpRequest, HttpContext) - Method in interface org.apache.http.HttpRequestInterceptor
Processes a request.
process(HttpResponse, HttpContext) - Method in interface org.apache.http.HttpResponseInterceptor
Processes a response.
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestConnControl
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestContent
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestExpectContinue
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestTargetHost
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestUserAgent
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseConnControl
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseContent
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseDate
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseServer
 

R

RESERVED_PREFIX - Static variable in interface org.apache.http.protocol.HttpContext
The prefix reserved for use by HTTP components.
ReasonPhraseCatalog - interface org.apache.http.ReasonPhraseCatalog.
Interface for obtaining reason phrases for HTTP status codes.
RequestConnControl - class org.apache.http.protocol.RequestConnControl.
A request interceptor that suggests connection keep-alive to the server.
RequestConnControl() - Constructor for class org.apache.http.protocol.RequestConnControl
 
RequestContent - class org.apache.http.protocol.RequestContent.
A request interceptor that decides about the transport encoding.
RequestContent() - Constructor for class org.apache.http.protocol.RequestContent
 
RequestExpectContinue - class org.apache.http.protocol.RequestExpectContinue.
A request interceptor that enables the expect-continue handshake.
RequestExpectContinue() - Constructor for class org.apache.http.protocol.RequestExpectContinue
 
RequestLine - interface org.apache.http.RequestLine.
The first line of an HttpRequest.
RequestTargetHost - class org.apache.http.protocol.RequestTargetHost.
A request interceptor that sets the Host header for HTTP/1.1 requests.
RequestTargetHost() - Constructor for class org.apache.http.protocol.RequestTargetHost
 
RequestUserAgent - class org.apache.http.protocol.RequestUserAgent.
A request interceptor that adds a User-Agent header.
RequestUserAgent() - Constructor for class org.apache.http.protocol.RequestUserAgent
 
ResponseConnControl - class org.apache.http.protocol.ResponseConnControl.
A response interceptor that suggests connection keep-alive to the client.
ResponseConnControl() - Constructor for class org.apache.http.protocol.ResponseConnControl
 
ResponseContent - class org.apache.http.protocol.ResponseContent.
A response interceptor that sets up entity-related headers.
ResponseContent() - Constructor for class org.apache.http.protocol.ResponseContent
 
ResponseDate - class org.apache.http.protocol.ResponseDate.
A response interceptor that adds a Date header.
ResponseDate() - Constructor for class org.apache.http.protocol.ResponseDate
 
ResponseServer - class org.apache.http.protocol.ResponseServer.
A response interceptor that adds a Server header.
ResponseServer() - Constructor for class org.apache.http.protocol.ResponseServer
 
read() - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
read(byte[]) - Method in class org.apache.http.impl.io.AbstractHttpDataReceiver
 
read() - Method in class org.apache.http.impl.io.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - Method in class org.apache.http.impl.io.ChunkedInputStream
Read some bytes from the stream.
read() - Method in class org.apache.http.impl.io.ContentLengthInputStream
Read the next byte from the stream
read(byte[], int, int) - Method in class org.apache.http.impl.io.ContentLengthInputStream
Does standard InputStream.read(byte[], int, int) behavior, but also notifies the watcher when the contents have been consumed.
read(byte[]) - Method in class org.apache.http.impl.io.ContentLengthInputStream
Read more bytes from the stream.
read() - Method in class org.apache.http.impl.io.HttpDataInputStream
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.HttpDataInputStream
 
read(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.AbstractHttpClientConnection
 
readResponseStatusLine(HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
reasonCatalog - Variable in class org.apache.http.impl.DefaultHttpResponseFactory
The catalog for looking up reason phrases.
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpServerConnection
Receives the next request entity available from this connection and attaches it to an existing request.
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
receiveRequestHeader(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.AbstractHttpServerConnection
 
receiveRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
receiveRequestLine(HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
receiveResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpClientConnection
Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.
receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
receiveResponseHeader(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.AbstractHttpClientConnection
 
register(String, HttpRequestHandler) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
removeAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
 
removeAttribute(String) - Method in class org.apache.http.protocol.HttpExecutionContext
 
removeAttribute(String) - Method in class org.apache.http.protocol.SyncHttpExecutionContext
 
removeHeader(Header) - Method in interface org.apache.http.HttpMessage
Removes a header from this message.
removeHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
removeHeader(Header) - Method in class org.apache.http.util.HeaderGroup
Removes the given header.
removeHeaders(String) - Method in interface org.apache.http.HttpMessage
Removes all headers with a certain name from this message.
removeHeaders(String) - Method in class org.apache.http.message.AbstractHttpMessage
 
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
 
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 interface org.apache.http.HttpStatus
202 Accepted (HTTP/1.0 - RFC 1945)
SC_BAD_GATEWAY - Static variable in interface org.apache.http.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 1945)
SC_BAD_REQUEST - Static variable in interface org.apache.http.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 2616)
SC_CONFLICT - Static variable in interface org.apache.http.HttpStatus
409 Conflict (HTTP/1.1 - RFC 2616)
SC_CONTINUE - Static variable in interface org.apache.http.HttpStatus
100 Continue (HTTP/1.1 - RFC 2616)
SC_CREATED - Static variable in interface org.apache.http.HttpStatus
201 Created (HTTP/1.0 - RFC 1945)
SC_EXPECTATION_FAILED - Static variable in interface org.apache.http.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 2616)
SC_FAILED_DEPENDENCY - Static variable in interface org.apache.http.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - Static variable in interface org.apache.http.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 1945)
SC_GATEWAY_TIMEOUT - Static variable in interface org.apache.http.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
SC_GONE - Static variable in interface org.apache.http.HttpStatus
410 Gone (HTTP/1.1 - RFC 2616)
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.apache.http.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in interface org.apache.http.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - Static variable in interface org.apache.http.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - Static variable in interface org.apache.http.HttpStatus
500 Server Error (HTTP/1.0 - RFC 1945)
SC_LENGTH_REQUIRED - Static variable in interface org.apache.http.HttpStatus
411 Length Required (HTTP/1.1 - RFC 2616)
SC_LOCKED - Static variable in interface org.apache.http.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_METHOD_FAILURE - Static variable in interface org.apache.http.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - Static variable in interface org.apache.http.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
SC_MOVED_PERMANENTLY - Static variable in interface org.apache.http.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 1945)
SC_MOVED_TEMPORARILY - Static variable in interface org.apache.http.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTIPLE_CHOICES - Static variable in interface org.apache.http.HttpStatus
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
SC_MULTI_STATUS - Static variable in interface org.apache.http.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.apache.http.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
SC_NOT_ACCEPTABLE - Static variable in interface org.apache.http.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 2616)
SC_NOT_FOUND - Static variable in interface org.apache.http.HttpStatus
404 Not Found (HTTP/1.0 - RFC 1945)
SC_NOT_IMPLEMENTED - Static variable in interface org.apache.http.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 1945)
SC_NOT_MODIFIED - Static variable in interface org.apache.http.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 1945)
SC_NO_CONTENT - Static variable in interface org.apache.http.HttpStatus
204 No Content (HTTP/1.0 - RFC 1945)
SC_OK - Static variable in interface org.apache.http.HttpStatus
200 OK (HTTP/1.0 - RFC 1945)
SC_PARTIAL_CONTENT - Static variable in interface org.apache.http.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 2616)
SC_PAYMENT_REQUIRED - Static variable in interface org.apache.http.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 2616)
SC_PRECONDITION_FAILED - Static variable in interface org.apache.http.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 2616)
SC_PROCESSING - Static variable in interface org.apache.http.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.apache.http.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface org.apache.http.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
SC_REQUEST_TIMEOUT - Static variable in interface org.apache.http.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 2616)
SC_REQUEST_TOO_LONG - Static variable in interface org.apache.http.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
SC_REQUEST_URI_TOO_LONG - Static variable in interface org.apache.http.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
SC_RESET_CONTENT - Static variable in interface org.apache.http.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 2616)
SC_SEE_OTHER - Static variable in interface org.apache.http.HttpStatus
303 See Other (HTTP/1.1 - RFC 2616)
SC_SERVICE_UNAVAILABLE - Static variable in interface org.apache.http.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 1945)
SC_SWITCHING_PROTOCOLS - Static variable in interface org.apache.http.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 2616)
SC_TEMPORARY_REDIRECT - Static variable in interface org.apache.http.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
SC_UNAUTHORIZED - Static variable in interface org.apache.http.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 1945)
SC_UNPROCESSABLE_ENTITY - Static variable in interface org.apache.http.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.apache.http.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
SC_USE_PROXY - Static variable in interface org.apache.http.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 2616)
SERVER_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
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.
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.
SP - Static variable in class org.apache.http.protocol.HTTP
 
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.
STRICT_TRANSFER_ENCODING - Static variable in class org.apache.http.params.HttpProtocolParams
Defines whether responses with an invalid Transfer-Encoding header should be rejected.
SocketHttpClientConnection - class org.apache.http.impl.SocketHttpClientConnection.
Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
SocketHttpClientConnection() - Constructor for class org.apache.http.impl.SocketHttpClientConnection
 
SocketHttpDataReceiver - class org.apache.http.impl.io.SocketHttpDataReceiver.
A data receiver using a Java Socket and traditional IO.
SocketHttpDataReceiver(Socket, int) - Constructor for class org.apache.http.impl.io.SocketHttpDataReceiver
 
SocketHttpDataTransmitter - class org.apache.http.impl.io.SocketHttpDataTransmitter.
A data transmitter using a Java Socket and traditional IO.
SocketHttpDataTransmitter(Socket, int) - Constructor for class org.apache.http.impl.io.SocketHttpDataTransmitter
 
SocketHttpServerConnection - class org.apache.http.impl.SocketHttpServerConnection.
Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
SocketHttpServerConnection() - Constructor for class org.apache.http.impl.SocketHttpServerConnection
 
StatusLine - interface org.apache.http.StatusLine.
Represents a status line as returned from a HTTP server.
StrictContentLengthStrategy - class org.apache.http.impl.entity.StrictContentLengthStrategy.
The strict implementation of the content length strategy.
StrictContentLengthStrategy() - Constructor for class org.apache.http.impl.entity.StrictContentLengthStrategy
 
StringEntity - class org.apache.http.entity.StringEntity.
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
 
SyncHttpExecutionContext - class org.apache.http.protocol.SyncHttpExecutionContext.
Thread-safe extension of the HttpExecutionContext.
SyncHttpExecutionContext(HttpContext) - Constructor for class org.apache.http.protocol.SyncHttpExecutionContext
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in interface org.apache.http.HttpClientConnection
Sends the request entity over the connection.
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
sendRequestHeader(HttpRequest) - Method in interface org.apache.http.HttpClientConnection
Sends the request line and all headers over the connection.
sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
sendRequestHeaders(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
sendRequestLine(HttpRequest) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
sendResponseEntity(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
Sends the response entity of a response over this connection.
sendResponseEntity(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
sendResponseHeader(HttpResponse) - Method in interface org.apache.http.HttpServerConnection
Sends the response line and headers of a response over this connection.
sendResponseHeader(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
sendResponseHeaders(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
sendResponseStatusLine(HttpResponse) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
serialize(HttpDataTransmitter, HttpMessage, HttpEntity) - Method in class org.apache.http.impl.entity.EntitySerializer
 
setAttribute(String, Object) - Method in interface org.apache.http.protocol.HttpContext
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.HttpExecutionContext
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.SyncHttpExecutionContext
 
setBooleanParameter(String, boolean) - Method in class org.apache.http.params.BasicHttpParams
 
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.
setConnReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.protocol.HttpService
 
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.
setDefaults(HttpParams) - Method in class org.apache.http.params.BasicHttpParams
 
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.params.BasicHttpParams
 
setDoubleParameter(String, double) - Method in interface org.apache.http.params.HttpParams
Assigns a Double to the parameter with the given name
setEntity(HttpEntity) - Method in interface org.apache.http.HttpEntityEnclosingRequest
Hands the entity to the request.
setEntity(HttpEntity) - Method in interface org.apache.http.HttpResponse
Associates a response entity with this response.
setEntity(HttpEntity) - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
setEntity(HttpEntity) - Method in class org.apache.http.message.BasicHttpResponse
 
setExpectationVerifier(HttpExpectationVerifier) - Method in class org.apache.http.protocol.HttpService
 
setHandlerResolver(HttpRequestHandlerResolver) - Method in class org.apache.http.protocol.HttpService
 
setHandlers(Map) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
setHeader(Header) - Method in interface org.apache.http.HttpMessage
Overwrites the first header with the same name.
setHeader(String, String) - Method in interface org.apache.http.HttpMessage
Overwrites the first header with the same name.
setHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
setHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in interface org.apache.http.HttpMessage
Overwrites all the headers in the message.
setHeaders(Header[]) - Method in class org.apache.http.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in class org.apache.http.util.HeaderGroup
Sets all of the headers contained within this group overriding any existing headers.
setHttpDataReceiver(HttpDataReceiver) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
setHttpDataReceiver(HttpDataReceiver) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
setHttpDataTransmitter(HttpDataTransmitter) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
setHttpDataTransmitter(HttpDataTransmitter) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
setHttpElementCharset(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
Sets the charset to be used for writing HTTP headers.
setHttpProcessor(HttpProcessor) - Method in class org.apache.http.protocol.HttpService
 
setIntParameter(String, int) - Method in class org.apache.http.params.BasicHttpParams
 
setIntParameter(String, int) - Method in interface org.apache.http.params.HttpParams
Assigns an Integer to the parameter with the given name
setInterceptors(List) - Method in class org.apache.http.protocol.BasicHttpProcessor
Sets the interceptor lists.
setInterceptors(List) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Sets the request interceptors in this list.
setInterceptors(List) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Sets the response interceptors in this list.
setLength(int) - Method in class org.apache.http.util.ByteArrayBuffer
 
setLength(int) - Method in class org.apache.http.util.CharArrayBuffer
 
setLinger(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
Returns linger-on-close timeout.
setLocale(Locale) - Method in interface org.apache.http.HttpResponse
Changes the locale of this response.
setLocale(Locale) - Method in class org.apache.http.message.BasicHttpResponse
 
setLongParameter(String, long) - Method in class org.apache.http.params.BasicHttpParams
 
setLongParameter(String, long) - Method in interface org.apache.http.params.HttpParams
Assigns a Long to the parameter with the given name
setMaxHeaderCount(int) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
setMaxHeaderCount(int) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
setParameter(String, Object) - Method in class org.apache.http.params.BasicHttpParams
 
setParameter(String, Object) - Method in interface org.apache.http.params.HttpParams
Assigns the value to the parameter with the given name
setParameters(String[], Object) - Method in class org.apache.http.params.BasicHttpParams
Assigns the value to all the parameter with the given names
setParams(HttpParams) - Method in interface org.apache.http.HttpMessage
Provides parameters to be used for the processing of this message.
setParams(HttpParams) - Method in class org.apache.http.message.AbstractHttpMessage
 
setParams(HttpParams) - Method in class org.apache.http.protocol.HttpRequestExecutor
Set new parameters for executing requests.
setParams(HttpParams) - Method in class org.apache.http.protocol.HttpService
 
setReasonPhrase(String) - Method in interface org.apache.http.HttpResponse
Updates the status line of this response with a new reason phrase.
setReasonPhrase(String) - Method in class org.apache.http.message.BasicHttpResponse
 
setRequestFactory(HttpRequestFactory) - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
setResponseFactory(HttpResponseFactory) - Method in class org.apache.http.protocol.HttpService
 
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.
setSocketBufferSize(HttpParams, int) - Static method in class org.apache.http.params.HttpConnectionParams
 
setSocketTimeout(int) - Method in interface org.apache.http.HttpConnection
Sets the socket timeout value.
setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpClientConnection
 
setSocketTimeout(int) - Method in class org.apache.http.impl.SocketHttpServerConnection
 
setStaleCheckingEnabled(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
Defines whether stale connection check is to be used.
setStatusCode(int) - Method in interface org.apache.http.HttpResponse
Updates the status line of this response with a new status code.
setStatusCode(int) - Method in class org.apache.http.message.BasicHttpResponse
 
setStatusLine(StatusLine) - Method in interface org.apache.http.HttpResponse
Sets the status line of this response.
setStatusLine(HttpVersion, int) - Method in interface org.apache.http.HttpResponse
Sets the status line of this response.
setStatusLine(HttpVersion, int, String) - Method in interface org.apache.http.HttpResponse
Sets the status line of this response with a reason phrase.
setStatusLine(StatusLine) - Method in class org.apache.http.message.BasicHttpResponse
 
setStatusLine(HttpVersion, int) - Method in class org.apache.http.message.BasicHttpResponse
 
setStatusLine(HttpVersion, int, String) - Method in class org.apache.http.message.BasicHttpResponse
 
setTcpNoDelay(HttpParams, boolean) - Static method in class org.apache.http.params.HttpConnectionParams
Determines whether Nagle's algorithm is to be used.
setUseExpectContinue(HttpParams, boolean) - Static method in class org.apache.http.params.HttpProtocolParams
 
setUserAgent(HttpParams, String) - Static method in class org.apache.http.params.HttpProtocolParams
 
setVersion(HttpParams, HttpVersion) - Static method in class org.apache.http.params.HttpProtocolParams
Assigns the HTTP protocol version to be used by the HTTP methods that this collection of parameters applies to.
shutdown() - Method in interface org.apache.http.HttpConnection
Force-closes this connection.
shutdown() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
shutdown() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
skip(long) - Method in class org.apache.http.impl.io.ContentLengthInputStream
Skips and discards a number of bytes from the input stream.
socket - Variable in class org.apache.http.impl.SocketHttpClientConnection
 
socket - Variable in class org.apache.http.impl.SocketHttpServerConnection
 
startsWithHTTP(CharArrayBuffer) - Static method in class org.apache.http.impl.AbstractHttpClientConnection
Tests if the string starts with 'HTTP' signature.
substring(int, int) - Method in class org.apache.http.util.CharArrayBuffer
 
substringTrimmed(int, int) - Method in class org.apache.http.util.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.
TRANSFER_ENCODING - Static variable in class org.apache.http.protocol.HTTP
HTTP header definitions
ThreadFactory - interface org.apache.http.util.concurrent.ThreadFactory.
Abstract thread factory.
toByteArray() - Method in class org.apache.http.util.ByteArrayBuffer
 
toByteArray(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
toCharArray() - Method in class org.apache.http.util.CharArrayBuffer
 
toHostString() - Method in class org.apache.http.HttpHost
 
toString() - Method in class org.apache.http.HttpHost
 
toString() - Method in class org.apache.http.HttpVersion
 
toString() - Method in class org.apache.http.impl.DefaultHttpClientConnection
 
toString() - Method in class org.apache.http.impl.DefaultHttpServerConnection
 
toString() - Method in class org.apache.http.message.BasicHeader
Returns a String representation of the header.
toString() - Method in class org.apache.http.message.BasicHeaderElement
 
toString() - Method in class org.apache.http.message.BasicNameValuePair
Get a string representation of this pair.
toString() - Method in class org.apache.http.message.BasicRequestLine
 
toString() - Method in class org.apache.http.message.BasicStatusLine
 
toString() - Method in class org.apache.http.message.BufferedHeader
 
toString() - Method in class org.apache.http.util.CharArrayBuffer
 
toString(HttpEntity, String) - Static method in class org.apache.http.util.EntityUtils
 
toString(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
 
toURI() - Method in class org.apache.http.HttpHost
Return the host uri.

U

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
 
USE_EXPECT_CONTINUE - Static variable in class org.apache.http.params.HttpProtocolParams
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
US_ASCII - 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
UnsupportedHttpVersionException - exception org.apache.http.UnsupportedHttpVersionException.
Indicates an unsupported version of the HTTP protocol.
UnsupportedHttpVersionException() - Constructor for class org.apache.http.UnsupportedHttpVersionException
Creates an exception without a detail message.
UnsupportedHttpVersionException(String) - Constructor for class org.apache.http.UnsupportedHttpVersionException
Creates an exception with the specified detail message.
unregister(String) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
 
updateHeader(Header) - Method in class org.apache.http.util.HeaderGroup
Replaces the first occurence of the header with the same name.
useExpectContinue(HttpParams) - Static method in class org.apache.http.params.HttpProtocolParams
 

V

verify(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.protocol.HttpExpectationVerifier
 

W

WAIT_FOR_CONTINUE - Static variable in class org.apache.http.params.HttpProtocolParams
Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response.
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.impl.io.ChunkedOutputStream
 
write(byte[]) - Method in class org.apache.http.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
write(byte[]) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
write(int) - Method in class org.apache.http.impl.io.ContentLengthOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
write(int) - Method in class org.apache.http.impl.io.HttpDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityOutputStream
 
write(byte[]) - Method in class org.apache.http.impl.io.IdentityOutputStream
 
write(int) - Method in class org.apache.http.impl.io.IdentityOutputStream
 
write(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
 
writeClosingChunk() - Method in class org.apache.http.impl.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 interface org.apache.http.HttpEntity
Writes the entity content to the output stream.
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
 

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

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