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 

I

IDENTITY - Static variable in interface org.apache.http.entity.ContentLengthStrategy
 
IDENTITY_CODING - Static variable in class org.apache.http.protocol.HTTP
 
IdentityInputStream - Class in org.apache.http.impl.io
Input stream that reads data without any transformation.
IdentityInputStream(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.IdentityInputStream
Wraps session input stream and reads input until the the end of stream.
IdentityOutputStream - Class in org.apache.http.impl.io
Output stream that writes data without any transformation.
IdentityOutputStream(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.IdentityOutputStream
 
IdleConnectionHandler - Class in org.apache.http.impl.conn
A helper class for connection managers to track idle connections.
IdleConnectionHandler() - Constructor for class org.apache.http.impl.conn.IdleConnectionHandler
 
idleConnHandler - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The handler for idle connections.
Idn - Interface in org.apache.http.client.utils
Abstraction of international domain name (IDN) conversion.
incrementBytesTransferred(long) - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
 
incrementExecCount() - Method in class org.apache.http.impl.client.RequestWrapper
 
incrementRequestCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
 
incrementResponseCount() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
 
indexOf(int, int, int) - Method in class org.apache.http.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at the specified beginIndex and finishing at endIndex.
indexOf(int) - Method in class org.apache.http.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at 0 and finishing at CharArrayBuffer.length().
InetAddressUtils - Class in org.apache.http.conn.util
A collection of utilities relating to InetAddresses.
info(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
Do nothing
info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
Logs a message with org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO.
info(Object) - Method in interface org.apache.commons.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with info log level.
init(SessionInputBuffer, SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
Initializes this connection object with SessionInputBuffer and SessionOutputBuffer instances to be used for sending and receiving data.
init(SessionInputBuffer, SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
Initializes this connection object with SessionInputBuffer and SessionOutputBuffer instances to be used for sending and receiving data.
init(InputStream, int, HttpParams) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
Initializes this session input buffer.
init(OutputStream, int, HttpParams) - Method in class org.apache.http.impl.io.AbstractSessionOutputBuffer
Initializes this session output buffer.
initBuffer(CharArrayBuffer) - Method in class org.apache.http.message.BasicLineFormatter
Obtains a buffer for formatting.
initCause(Throwable, Throwable) - Static method in class org.apache.http.util.ExceptionUtils
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
input(InputStream) - Method in class org.apache.http.impl.conn.Wire
 
input(byte[], int, int) - Method in class org.apache.http.impl.conn.Wire
 
input(byte[]) - Method in class org.apache.http.impl.conn.Wire
 
input(int) - Method in class org.apache.http.impl.conn.Wire
 
input(String) - Method in class org.apache.http.impl.conn.Wire
 
InputStreamEntity - Class in org.apache.http.entity
A streamed, non-repeatable entity that obtains its content from an InputStream.
InputStreamEntity(InputStream, long) - Constructor for class org.apache.http.entity.InputStreamEntity
 
INSTANCE - Static variable in class org.apache.http.impl.EnglishReasonPhraseCatalog
The default instance of this catalog.
instances - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
The Log instances that have already been created, keyed by logger name.
interrupt() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
 
invalidate() - Method in class org.apache.http.auth.AuthState
Invalidates the authentication state by resetting its parameters.
InvalidCredentialsException - Exception in org.apache.http.auth
Authentication credentials required to respond to a authentication challenge are invalid
InvalidCredentialsException() - Constructor for exception org.apache.http.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with a null detail message.
InvalidCredentialsException(String) - Constructor for exception org.apache.http.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with the specified message.
InvalidCredentialsException(String, Throwable) - Constructor for exception org.apache.http.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with the specified detail message and cause.
isAborted() - Method in class org.apache.http.client.methods.HttpRequestBase
 
isAborted() - Method in interface org.apache.http.client.methods.HttpUriRequest
Tests if the request execution has been aborted.
isAborted() - Method in class org.apache.http.impl.client.RequestWrapper
 
isAuthenticating(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
Determines if the given HTTP response response represents an authentication challenge that was sent back as a result of authentication failure
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
isChunked() - Method in class org.apache.http.entity.AbstractHttpEntity
Obtains the 'chunked' flag.
isChunked() - Method in class org.apache.http.entity.BufferedHttpEntity
Tells that this entity does not have to be chunked.
isChunked() - Method in class org.apache.http.entity.HttpEntityWrapper
 
isChunked() - Method in interface org.apache.http.HttpEntity
Tells about chunked encoding for this entity.
isComparable(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
Checks whether this protocol can be compared to another one.
isComplete() - Method in interface org.apache.http.auth.AuthScheme
Authentication process may involve a series of challenge-response exchanges.
isComplete() - Method in class org.apache.http.impl.auth.BasicScheme
Tests if the Basic authentication process has been completed.
isComplete() - Method in class org.apache.http.impl.auth.DigestScheme
Tests if the Digest authentication process has been completed.
isComplete() - Method in class org.apache.http.impl.auth.NTLMScheme
 
isConnected() - Method in class org.apache.http.conn.routing.RouteTracker
 
isConnectionBased() - Method in interface org.apache.http.auth.AuthScheme
Tests if the authentication scheme is provides authorization on a per connection basis instead of usual per request basis
isConnectionBased() - Method in class org.apache.http.impl.auth.BasicScheme
Returns false.
isConnectionBased() - Method in class org.apache.http.impl.auth.DigestScheme
Returns false.
isConnectionBased() - Method in class org.apache.http.impl.auth.NTLMScheme
 
isDataAvailable(int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
isDataAvailable(int) - Method in class org.apache.http.impl.io.SocketInputBuffer
 
isDataAvailable(int) - Method in interface org.apache.http.io.SessionInputBuffer
Blocks until some data becomes available in the session buffer or the given timeout period in milliseconds elapses.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Debug is never enabled.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are debug messages currently enabled?
isDebugEnabled() - Method in interface org.apache.commons.logging.Log
Is debug logging currently enabled?
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.impl.LogFactoryImpl
Workaround for bug in Java1.2; in theory this method is not needed.
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
Indicates true if the user has enabled internal logging.
isEmpty() - Method in class org.apache.commons.logging.impl.WeakHashtable
 
isEmpty() - Method in class org.apache.http.util.ByteArrayBuffer
Returns true if this buffer is empty, that is, its ByteArrayBuffer.length() is equal to 0.
isEmpty() - Method in class org.apache.http.util.CharArrayBuffer
Returns true if this buffer is empty, that is, its CharArrayBuffer.length() is equal to 0.
isEncoded(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtils
Returns true if the entity's Content-Type header is application/x-www-form-urlencoded.
isEof() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
isEof() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
isEof() - Method in class org.apache.http.impl.io.SocketInputBuffer
 
isEof() - Method in interface org.apache.http.io.EofSensor
 
isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Error is never enabled.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are error messages currently enabled?
isErrorEnabled() - Method in interface org.apache.commons.logging.Log
Is error logging currently enabled?
isExpired(Date) - Method in interface org.apache.http.cookie.Cookie
Returns true if this cookie has expired.
isExpired(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Returns true if this cookie has expired.
isExpired(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Fatal is never enabled.
isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are fatal messages currently enabled?
isFatalEnabled() - Method in interface org.apache.commons.logging.Log
Is fatal logging currently enabled?
isFull() - Method in class org.apache.http.util.ByteArrayBuffer
Returns true if this buffer is full, that is, its ByteArrayBuffer.length() is equal to its ByteArrayBuffer.capacity().
isFull() - Method in class org.apache.http.util.CharArrayBuffer
Returns true if this buffer is full, that is, its CharArrayBuffer.length() is equal to its CharArrayBuffer.capacity().
isHttpSeparator(char) - Method in class org.apache.http.message.BasicTokenIterator
Checks whether a character is an HTTP separator.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Info is never enabled.
isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are info messages currently enabled?
isInfoEnabled() - Method in interface org.apache.commons.logging.Log
Is info logging currently enabled?
isIPv4Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6HexCompressedAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6StdAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isJdk13LumberjackAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
Never invoked by this class; subclasses should not assume it will be.
isJdk14Available() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
Never invoked by this class; subclasses should not assume it will be.
isLayered() - Method in class org.apache.http.conn.routing.HttpRoute
 
isLayered() - Method in interface org.apache.http.conn.routing.RouteInfo
Checks whether this route includes a layered protocol.
isLayered() - Method in class org.apache.http.conn.routing.RouteTracker
 
isLayered() - Method in class org.apache.http.conn.scheme.Scheme
Indicates whether this scheme allows for layered connections.
isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
Is the given log level currently enabled?
isLog4JAvailable() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Deprecated.
Never invoked by this class; subclasses should not assume it will be.
isMarkedReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates whether this connection is in a reusable communication state.
isMarkedReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
ISO_8859_1 - Static variable in class org.apache.http.protocol.HTTP
 
isOpen() - Method in interface org.apache.http.HttpConnection
Checks if this connection is open.
isOpen() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
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.AbstractHttpParams
 
isParameterFalse(String) - Method in interface org.apache.http.params.HttpParams
Checks if a boolean parameter is not set or false.
isParameterSet(String) - Method in class org.apache.http.params.BasicHttpParams
Is the parameter set?
isParameterSetLocally(String) - Method in class org.apache.http.params.BasicHttpParams
Is the parameter set in this object?
isParameterTrue(String) - Method in class org.apache.http.params.AbstractHttpParams
 
isParameterTrue(String) - Method in interface org.apache.http.params.HttpParams
Checks if a boolean parameter is set to true.
isPersistent() - Method in interface org.apache.http.cookie.Cookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isPersistent() - Method in class org.apache.http.impl.cookie.BasicClientCookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isPersistent() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
isProxy() - Method in class org.apache.http.impl.auth.AuthSchemeBase
Returns true if authenticating against a proxy, false otherwise.
isReadAllowed() - Method in class org.apache.http.conn.EofSensorInputStream
Checks whether the underlying stream can be read from.
isRedirecting(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
 
isRedirectRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectHandler
Determines if a request should be redirected to a new location given the response from the target server.
isRedirectRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectHandler
 
isRepeatable() - Method in class org.apache.http.conn.BasicManagedEntity
 
isRepeatable() - Method in class org.apache.http.entity.BasicHttpEntity
Tells that this entity is not repeatable.
isRepeatable() - Method in class org.apache.http.entity.BufferedHttpEntity
Tells that this entity is repeatable.
isRepeatable() - Method in class org.apache.http.entity.ByteArrayEntity
 
isRepeatable() - Method in class org.apache.http.entity.EntityTemplate
 
isRepeatable() - Method in class org.apache.http.entity.FileEntity
 
isRepeatable() - Method in class org.apache.http.entity.HttpEntityWrapper
 
isRepeatable() - Method in class org.apache.http.entity.InputStreamEntity
 
isRepeatable() - Method in class org.apache.http.entity.SerializableEntity
 
isRepeatable() - Method in class org.apache.http.entity.StringEntity
 
isRepeatable() - Method in interface org.apache.http.HttpEntity
Tells if the entity is capable of producing its data more than once.
isRepeatable() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
 
isRepeatable() - Method in class org.apache.http.impl.client.RequestWrapper
 
isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client.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
 
isResponseAvailable(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isSecure() - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates whether this connection is secure.
isSecure(Socket) - Method in class org.apache.http.conn.MultihomePlainSocketFactory
Checks whether a socket connection is secure.
isSecure() - Method in interface org.apache.http.conn.OperatedClientConnection
Indicates whether this connection is secure.
isSecure() - Method in class org.apache.http.conn.routing.HttpRoute
 
isSecure() - Method in interface org.apache.http.conn.routing.RouteInfo
Checks whether this route is secure.
isSecure() - Method in class org.apache.http.conn.routing.RouteTracker
 
isSecure(Socket) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
Checks whether a socket connection is secure.
isSecure(Socket) - Method in interface org.apache.http.conn.scheme.SocketFactory
Checks whether a socket provides a secure connection.
isSecure(Socket) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
Checks whether a socket connection is secure.
isSecure() - Method in interface org.apache.http.cookie.Cookie
Indicates whether this cookie requires a secure connection.
isSecure() - Method in class org.apache.http.cookie.CookieOrigin
 
isSecure() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isSecure() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
isSecure() - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
isSeparator(char) - Method in class org.apache.http.message.BasicHeaderValueFormatter
Checks whether a character is a separator.
isShutDown - Variable in class org.apache.http.impl.conn.SingleClientConnManager
Indicates whether this connection manager is shut down.
isShutDown - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Indicates whether this pool is shut down.
isStale() - Method in interface org.apache.http.HttpConnection
Checks whether this connection has gone down.
isStale() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
isStale() - Method in class org.apache.http.impl.AbstractHttpServerConnection
 
isStale() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isStaleCheckingEnabled(HttpParams) - Static method in class org.apache.http.params.HttpConnectionParams
Obtains value of the CoreConnectionPNames.STALE_CONNECTION_CHECK parameter.
isStreaming() - Method in class org.apache.http.entity.BasicHttpEntity
 
isStreaming() - Method in class org.apache.http.entity.BufferedHttpEntity
 
isStreaming() - Method in class org.apache.http.entity.ByteArrayEntity
Tells that this entity is not streaming.
isStreaming() - Method in class org.apache.http.entity.EntityTemplate
 
isStreaming() - Method in class org.apache.http.entity.FileEntity
Tells that this entity is not streaming.
isStreaming() - Method in class org.apache.http.entity.HttpEntityWrapper
 
isStreaming() - Method in class org.apache.http.entity.InputStreamEntity
 
isStreaming() - Method in class org.apache.http.entity.SerializableEntity
 
isStreaming() - Method in class org.apache.http.entity.StringEntity
Tells that this entity is not streaming.
isStreaming() - Method in interface org.apache.http.HttpEntity
Tells whether this entity depends on an underlying stream.
issuedConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
 
isTokenChar(char) - Method in class org.apache.http.message.BasicTokenIterator
Checks whether a character is a valid token character.
isTokenSeparator(char) - Method in class org.apache.http.message.BasicTokenIterator
Checks whether a character is a token separator.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Trace is never enabled.
isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are trace messages currently enabled?
isTraceEnabled() - Method in interface org.apache.commons.logging.Log
Is trace logging currently enabled?
isTunnelled() - Method in class org.apache.http.conn.routing.HttpRoute
 
isTunnelled() - Method in interface org.apache.http.conn.routing.RouteInfo
Checks whether this route is tunnelled through a proxy.
isTunnelled() - Method in class org.apache.http.conn.routing.RouteTracker
 
isUnsafe(char) - Method in class org.apache.http.message.BasicHeaderValueFormatter
Checks whether a character is unsafe.
isUnused() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Indicates whether this pool is unused.
isValid() - Method in class org.apache.http.auth.AuthState
 
isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Warn is never enabled.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are warn messages currently enabled?
isWarnEnabled() - Method in interface org.apache.commons.logging.Log
Is warn logging currently enabled?
isWhitespace(char) - Method in class org.apache.http.message.BasicTokenIterator
Checks whether a character is a whitespace character.
isWhitespace(char) - Static method in class org.apache.http.protocol.HTTP
 
iterator() - Method in class org.apache.http.message.HeaderGroup
Returns an iterator over this group of headers.
iterator(String) - Method in class org.apache.http.message.HeaderGroup
Returns an iterator over the headers with a given name in this group.
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