- TARGET_AUTH_STATE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
AuthState
object that represents the actual target authentication state.
- TARGET_HOST - Static variable in class org.apache.http.protocol.HTTP
-
- targetAuthHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
The target authentication handler.
- targetAuthState - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
- TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (use_tccl
) of the key in the config file used
to specify whether logging classes should be loaded via the thread
context class loader (TCCL), or not.
- TCP_NODELAY - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Determines whether Nagle's algorithm is to be used.
- ThreadSafeClientConnManager - Class in org.apache.http.impl.conn.tsccm
-
Manages a pool of
client connections
and
is able to service connection requests from multiple execution threads.
- ThreadSafeClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Creates a new thread safe connection manager.
- TIMEOUT - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
-
- TLS - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
- toByteArray() - Method in class org.apache.http.util.ByteArrayBuffer
-
Converts the content of this buffer to an array of bytes.
- toByteArray(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Read the contents of an entity and return it as a byte array.
- toCharArray() - Method in class org.apache.http.util.CharArrayBuffer
-
Converts the content of this buffer to an array of chars.
- toHostString() - Method in class org.apache.http.HttpHost
-
Obtains the host string, without scheme prefix.
- TokenIterator - Interface in org.apache.http
-
An iterator for String
tokens.
- toRoute() - Method in class org.apache.http.conn.routing.RouteTracker
-
Obtains the tracked route.
- toString() - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- toString() - Method in class org.apache.http.auth.AuthScope
-
- toString() - Method in class org.apache.http.auth.AuthState
-
- toString() - Method in class org.apache.http.auth.BasicUserPrincipal
-
- toString() - Method in class org.apache.http.auth.NTCredentials
-
- toString() - Method in class org.apache.http.auth.NTUserPrincipal
-
- toString() - Method in class org.apache.http.auth.UsernamePasswordCredentials
-
- toString() - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
- toString() - Method in class org.apache.http.conn.routing.HttpRoute
-
Obtains a description of this route.
- toString() - Method in class org.apache.http.conn.routing.RouteTracker
-
Obtains a description of the tracked route.
- toString() - Method in class org.apache.http.conn.scheme.Scheme
-
Return a string representation of this object.
- toString() - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifier
-
- toString() - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
-
- toString() - Method in class org.apache.http.conn.ssl.StrictHostnameVerifier
-
- toString() - Method in class org.apache.http.cookie.CookieOrigin
-
- toString() - Method in class org.apache.http.HttpHost
-
- toString() - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
- toString() - Method in class org.apache.http.impl.client.BasicCookieStore
-
- toString() - Method in class org.apache.http.impl.client.BasicCredentialsProvider
-
- toString() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
-
Deprecated.
Obtains a description of this worker.
- toString() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- toString() - Method in class org.apache.http.impl.cookie.BestMatchSpec
-
- toString() - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
- toString() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
-
- toString() - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- toString() - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- 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
-
- toString() - Method in class org.apache.http.message.BasicHeaderElement
-
- toString() - Method in class org.apache.http.message.BasicNameValuePair
-
- 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.message.ParserCursor
-
- toString() - Method in class org.apache.http.ProtocolVersion
-
Converts this protocol version to a string.
- toString() - Method in class org.apache.http.util.CharArrayBuffer
-
- toString(HttpEntity, String) - Static method in class org.apache.http.util.EntityUtils
-
Get the entity content as a String, using the provided default character set
if none is found in the entity.
- toString(HttpEntity) - Static method in class org.apache.http.util.EntityUtils
-
Read the contents of an entity and return it as a String.
- toString() - Method in class org.apache.http.util.VersionInfo
-
Provides the version information in human-readable format.
- toUnicode(String) - Method in interface org.apache.http.client.utils.Idn
-
Converts a name from its punycode representation to Unicode.
- toUnicode(String) - Method in class org.apache.http.client.utils.JdkIdn
-
- toUnicode(String) - Static method in class org.apache.http.client.utils.Punycode
-
- toUnicode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
-
- toURI() - Method in class org.apache.http.HttpHost
-
Return the host URI, as a string.
- trace(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE
.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE
.
- trace(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with trace log level.
- trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with trace log level.
- tracker - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
The tracked route, or null
before tracking starts.
- TRANSFER_ENCODING - Static variable in class org.apache.http.protocol.HTTP
-
HTTP header definitions
- TUNNEL_PROXY - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Step: tunnel through proxy to other proxy.
- TUNNEL_TARGET - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Step: tunnel through proxy to target.
- TUNNELLED - Static variable in interface org.apache.http.conn.routing.RouteInfo.TunnelType
-
- tunnelProxy(HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
-
Indicates that a tunnel to an intermediate proxy has been established.
- tunnelProxy(HttpHost, boolean) - Method in class org.apache.http.conn.routing.RouteTracker
-
Tracks tunnelling to a proxy in a proxy chain.
- tunnelProxy(HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- tunnelProxy(HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Tracks tunnelling of the connection to a chained proxy.
- TunnelRefusedException - Exception in org.apache.http.impl.client
-
Signals that the tunnel request was rejected by the proxy host.
- TunnelRefusedException(String, HttpResponse) - Constructor for exception org.apache.http.impl.client.TunnelRefusedException
-
- tunnelTarget(boolean, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
-
Indicates that a tunnel to the target has been established.
- tunnelTarget(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
-
Tracks tunnelling to the target.
- tunnelTarget(boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- tunnelTarget(boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Tracks tunnelling of the connection to the target.