Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

E

elements() - Method in class org.apache.commons.logging.impl.WeakHashtable
 
enableConnectionGC() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deprecated.
do not sue
enabled() - Method in class org.apache.http.impl.conn.Wire
 
EncodingUtils - Class in org.apache.http.util
The home for utility methods that handle various encoding tasks.
EnglishReasonPhraseCatalog - Class in org.apache.http.impl
English reason phrases for HTTP status codes.
EnglishReasonPhraseCatalog() - Constructor for class org.apache.http.impl.EnglishReasonPhraseCatalog
Restricted default constructor, for derived classes.
ensureCapacity(int) - Method in class org.apache.http.util.CharArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
EntityDeserializer - Class in org.apache.http.impl.entity
HTTP entity deserializer.
EntityDeserializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntityDeserializer
 
EntityEnclosingRequestWrapper - Class in org.apache.http.impl.client
A wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.
EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest) - Constructor for class org.apache.http.impl.client.EntityEnclosingRequestWrapper
 
EntitySerializer - Class in org.apache.http.impl.entity
HTTP entity serializer.
EntitySerializer(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.EntitySerializer
 
EntityTemplate - Class in org.apache.http.entity
Entity that delegates the process of content generation to a ContentProducer.
EntityTemplate(ContentProducer) - Constructor for class org.apache.http.entity.EntityTemplate
 
EntityUtils - Class in org.apache.http.util
Static helpers for dealing with HttpEntitys.
entrySet() - Method in class org.apache.commons.logging.impl.WeakHashtable
 
eofDetected(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
 
eofDetected(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
 
eofDetected(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
Indicates that EOF is detected.
EofSensor - Interface in org.apache.http.io
EOF sensor.
EofSensorInputStream - Class in org.apache.http.conn
A stream wrapper that triggers actions on close() and EOF.
EofSensorInputStream(InputStream, EofSensorWatcher) - Constructor for class org.apache.http.conn.EofSensorInputStream
Creates a new EOF sensor.
EofSensorWatcher - Interface in org.apache.http.conn
A watcher for EofSensorInputStream.
equals(Object) - Method in class org.apache.http.auth.AuthScope
 
equals(Object) - Method in class org.apache.http.auth.BasicUserPrincipal
 
equals(Object) - Method in class org.apache.http.auth.NTCredentials
 
equals(Object) - Method in class org.apache.http.auth.NTUserPrincipal
 
equals(Object) - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
equals(Object) - Method in class org.apache.http.conn.routing.HttpRoute
Compares this route to another.
equals(Object) - Method in class org.apache.http.conn.routing.RouteTracker
Compares this tracked route to another.
equals(Object) - Method in class org.apache.http.conn.scheme.Scheme
Compares this scheme to an object.
equals(Object) - Method in class org.apache.http.HttpHost
 
equals(Object) - Method in class org.apache.http.message.BasicHeaderElement
 
equals(Object) - Method in class org.apache.http.message.BasicNameValuePair
 
equals(Object) - Method in class org.apache.http.ProtocolVersion
Checks equality of this protocol version with an object.
equals(Object, Object) - Static method in class org.apache.http.util.LangUtils
 
equals(Object[], Object[]) - Static method in class org.apache.http.util.LangUtils
 
error(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
error(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR.
error(Object) - Method in interface org.apache.commons.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with error log level.
establishRoute(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
Establishes the target route.
estimateElementsLen(HeaderElement[]) - Method in class org.apache.http.message.BasicHeaderValueFormatter
Estimates the length of formatted header elements.
estimateHeaderElementLen(HeaderElement) - Method in class org.apache.http.message.BasicHeaderValueFormatter
Estimates the length of a formatted header element.
estimateNameValuePairLen(NameValuePair) - Method in class org.apache.http.message.BasicHeaderValueFormatter
Estimates the length of a formatted name-value pair.
estimateParametersLen(NameValuePair[]) - Method in class org.apache.http.message.BasicHeaderValueFormatter
Estimates the length of formatted parameters.
estimateProtocolVersionLen(ProtocolVersion) - Method in class org.apache.http.message.BasicLineFormatter
Guesses the length of a formatted protocol version.
ExceptionUtils - Class in org.apache.http.util
The home for utility methods that handle various exception-related tasks.
execute(HttpUriRequest) - Method in interface org.apache.http.client.HttpClient
Executes a request using the default context.
execute(HttpUriRequest, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request using the given context.
execute(HttpHost, HttpRequest) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the default context.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the given context.
execute(HttpUriRequest, ResponseHandler) - Method in interface org.apache.http.client.HttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.client.RequestDirector
Executes a request.
execute(HttpUriRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpUriRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
execute(HttpHost, HttpRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpUriRequest, ResponseHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpUriRequest, ResponseHandler, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
 
execute(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
Sends the request and obtain a response.
ExecutionContext - Interface in org.apache.http.protocol
HttpContext attribute names for protocol execution.
EXPECT_CONTINUE - Static variable in class org.apache.http.protocol.HTTP
HTTP expectations
EXPECT_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
 
expectContinue() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
 
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.impl.client.EntityEnclosingRequestWrapper
 
expectContinue() - Method in class org.apache.http.message.BasicHttpEntityEnclosingRequest
 
EXPIRES_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
EXPIRES_PATTERN - Static variable in class org.apache.http.impl.cookie.NetscapeDraftSpec
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links