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 

R

read() - Method in class org.apache.http.conn.EofSensorInputStream
 
read(byte[], int, int) - Method in class org.apache.http.conn.EofSensorInputStream
 
read(byte[]) - Method in class org.apache.http.conn.EofSensorInputStream
 
read(byte[], int, int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
read() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
read(byte[]) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
read() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
 
read(byte[]) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
 
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.IdentityInputStream
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityInputStream
 
read(byte[], int, int) - Method in interface org.apache.http.io.SessionInputBuffer
Reads up to len bytes of data from the session buffer into an array of bytes.
read(byte[]) - Method in interface org.apache.http.io.SessionInputBuffer
Reads some number of bytes from the session buffer and stores them into the buffer array b.
read() - Method in interface org.apache.http.io.SessionInputBuffer
Reads the next byte of data from this session buffer.
readLine() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in class org.apache.http.impl.io.AbstractSessionInputBuffer
 
readLine(CharArrayBuffer) - Method in interface org.apache.http.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in interface org.apache.http.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer.
reasonCatalog - Variable in class org.apache.http.impl.DefaultHttpResponseFactory
The catalog for looking up reason phrases.
ReasonPhraseCatalog - Interface in org.apache.http
Interface for obtaining reason phrases for HTTP status codes.
RECEIVED_BYTES_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
 
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() - Method in interface org.apache.http.HttpServerConnection
Receives the request line and all headers available from this connection.
receiveRequestHeader() - 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
 
receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
receiveResponseHeader() - Method in interface org.apache.http.HttpClientConnection
Receives the request line and headers of the next response available from this connection.
receiveResponseHeader() - Method in class org.apache.http.impl.AbstractHttpClientConnection
 
receiveResponseHeader() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
receiveResponseHeader() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
RedirectException - Exception in org.apache.http.client
Signals violation of HTTP specification caused by an invalid redirect
RedirectException() - Constructor for exception org.apache.http.client.RedirectException
Creates a new RedirectException with a null detail message.
RedirectException(String) - Constructor for exception org.apache.http.client.RedirectException
Creates a new RedirectException with the specified detail message.
RedirectException(String, Throwable) - Constructor for exception org.apache.http.client.RedirectException
Creates a new RedirectException with the specified detail message and cause.
RedirectHandler - Interface in org.apache.http.client
A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
redirectHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The redirect handler.
RedirectLocations - Class in org.apache.http.impl.client
A collection of URIs that were used as redirects.
RedirectLocations() - Constructor for class org.apache.http.impl.client.RedirectLocations
 
refHandler - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated.
The handler for the references found.
refQueue - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
 
refQueue - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated.
The reference queue to monitor.
RefQueueHandler - Interface in org.apache.http.impl.conn.tsccm
Deprecated.
do not use
RefQueueWorker - Class in org.apache.http.impl.conn.tsccm
Deprecated.
do not use
RefQueueWorker(ReferenceQueue, RefQueueHandler) - Constructor for class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated.
Instantiates a new worker to listen for lost connections.
register(String, AuthSchemeFactory) - Method in class org.apache.http.auth.AuthSchemeRegistry
Registers a AuthSchemeFactory with the given identifier.
register(Scheme) - Method in class org.apache.http.conn.scheme.SchemeRegistry
Registers a scheme.
register(String, CookieSpecFactory) - Method in class org.apache.http.cookie.CookieSpecRegistry
Registers a CookieSpecFactory with the given identifier.
register(String, HttpRequestHandler) - Method in class org.apache.http.protocol.HttpRequestHandlerRegistry
Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
register(String, Object) - Method in class org.apache.http.protocol.UriPatternMatcher
Registers the given object for URIs matching the given pattern.
registerAttribHandler(String, CookieAttributeHandler) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
 
rehash() - Method in class org.apache.commons.logging.impl.WeakHashtable
 
REJECT_RELATIVE_REDIRECT - Static variable in interface org.apache.http.client.params.ClientPNames
Defines whether relative redirects should be rejected.
release() - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Release any internal references to previously created Log instances returned by this factory.
release() - Method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Log instances returned by this factory.
release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
releaseAll() - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
releaseConnection() - Method in class org.apache.http.conn.BasicManagedEntity
 
releaseConnection(ManagedClientConnection, long) - Method in interface org.apache.http.conn.ClientConnectionManager
Releases a connection for use by others.
releaseConnection() - Method in interface org.apache.http.conn.ConnectionReleaseTrigger
Releases the connection with the option of keep-alive.
releaseConnection() - Method in class org.apache.http.conn.EofSensorInputStream
Same as close().
releaseConnection() - Method in class org.apache.http.impl.client.DefaultRequestDirector
Returns the connection back to the connection manager and prepares for retrieving a new connection during the next request.
releaseConnection() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
releaseConnection(ManagedClientConnection, long) - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
releaseConnection(ManagedClientConnection, long) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
releaseManagedConnection() - Method in class org.apache.http.conn.BasicManagedEntity
Releases the connection gracefully.
remove(Object) - Method in class org.apache.commons.logging.impl.WeakHashtable
 
remove(URI) - Method in class org.apache.http.impl.client.RedirectLocations
Removes a URI from the list of redirects.
remove(HttpConnection) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
Removes the given connection from the list of connections to be closed when idle.
remove() - Method in class org.apache.http.message.BasicHeaderElementIterator
 
remove() - Method in class org.apache.http.message.BasicHeaderIterator
Removing headers is not supported.
remove() - Method in class org.apache.http.message.BasicListHeaderIterator
Removes the header that was returned last.
remove() - Method in class org.apache.http.message.BasicTokenIterator
Removing tokens is not supported.
removeAll() - Method in class org.apache.http.impl.conn.IdleConnectionHandler
Removes all connections referenced by this handler.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.LogFactoryImpl
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.http.protocol.BasicHttpContext
 
removeAttribute(String) - Method in class org.apache.http.protocol.DefaultedHttpContext
 
removeAttribute(String) - Method in interface org.apache.http.protocol.HttpContext
Removes attribute with the given name from the context.
removeAttribute(String) - Method in class org.apache.http.protocol.SyncBasicHttpContext
 
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.message.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
 
removeParameter(String) - Method in class org.apache.http.impl.client.ClientParamsStack
Does not remove a parameter.
removeParameter(String) - Method in class org.apache.http.params.BasicHttpParams
 
removeParameter(String) - Method in class org.apache.http.params.DefaultedHttpParams
Attempts to remove the parameter from the local collection.
removeParameter(String) - Method in interface org.apache.http.params.HttpParams
Removes the parameter with the specified name.
removeRequestInterceptorByClass(Class) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
removeRequestInterceptorByClass(Class) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
removeRequestInterceptorByClass(Class) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Removes all request interceptor of the specified class
removeResponseInterceptorByClass(Class) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
removeResponseInterceptorByClass(Class) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
removeResponseInterceptorByClass(Class) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Removes all response interceptor of the specified class
removeThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Removes a waiting thread, if it is queued.
request - Variable in class org.apache.http.impl.client.RoutedRequest
 
REQUEST_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
 
RequestAddCookies - Class in org.apache.http.client.protocol
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.
RequestAddCookies() - Constructor for class org.apache.http.client.protocol.RequestAddCookies
 
RequestClientConnControl - Class in org.apache.http.client.protocol
This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestClientConnControl() - Constructor for class org.apache.http.client.protocol.RequestClientConnControl
 
RequestConnControl - Class in org.apache.http.protocol
RequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestConnControl() - Constructor for class org.apache.http.protocol.RequestConnControl
 
requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn.ClientConnectionManager
Returns a new ClientConnectionRequest, from which a ManagedClientConnection can be obtained or the request can be aborted.
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
RequestContent - Class in org.apache.http.protocol
RequestContent is the most important interceptor for outgoing requests.
RequestContent() - Constructor for class org.apache.http.protocol.RequestContent
 
RequestDate - Class in org.apache.http.protocol
RequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client side protocol processors.
RequestDate() - Constructor for class org.apache.http.protocol.RequestDate
 
RequestDefaultHeaders - Class in org.apache.http.client.protocol
Request interceptor that adds default request headers.
RequestDefaultHeaders() - Constructor for class org.apache.http.client.protocol.RequestDefaultHeaders
 
RequestDirector - Interface in org.apache.http.client
A client-side request director.
requestExec - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The request executor.
RequestExpectContinue - Class in org.apache.http.protocol
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
RequestExpectContinue() - Constructor for class org.apache.http.protocol.RequestExpectContinue
 
requestInterceptors - Variable in class org.apache.http.protocol.BasicHttpProcessor
 
RequestLine - Interface in org.apache.http
The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
requestParams - Variable in class org.apache.http.impl.client.ClientParamsStack
The request parameter collection, or null.
requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Returns a new PoolEntryRequest, from which a BasicPoolEntry can be obtained, or the request can be aborted.
requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
RequestProxyAuthentication - Class in org.apache.http.client.protocol
Generates authentication header for the proxy host, if required, based on the actual state of the HTTP authentication context.
RequestProxyAuthentication() - Constructor for class org.apache.http.client.protocol.RequestProxyAuthentication
 
RequestTargetAuthentication - Class in org.apache.http.client.protocol
Generates authentication header for the target host, if required, based on the actual state of the HTTP authentication context.
RequestTargetAuthentication() - Constructor for class org.apache.http.client.protocol.RequestTargetAuthentication
 
RequestTargetHost - Class in org.apache.http.protocol
RequestTargetHost is responsible for adding Host header.
RequestTargetHost() - Constructor for class org.apache.http.protocol.RequestTargetHost
 
RequestUserAgent - Class in org.apache.http.protocol
RequestUserAgent is responsible for adding User-Agent header.
RequestUserAgent() - Constructor for class org.apache.http.protocol.RequestUserAgent
 
RequestWrapper - Class in org.apache.http.impl.client
A wrapper class for HttpRequests that can be used to change properties of the current request without modifying the original object.
RequestWrapper(HttpRequest) - Constructor for class org.apache.http.impl.client.RequestWrapper
 
RESERVED_PREFIX - Static variable in interface org.apache.http.protocol.HttpContext
The prefix reserved for use by HTTP components.
reset() - Method in interface org.apache.http.HttpConnectionMetrics
Resets the counts
reset() - Method in class org.apache.http.impl.HttpConnectionMetricsImpl
 
reset() - Method in class org.apache.http.impl.io.HttpTransportMetricsImpl
 
reset() - Method in interface org.apache.http.io.HttpTransportMetrics
Resets the counts
resetHeaders() - Method in class org.apache.http.impl.client.RequestWrapper
 
resolve(URI, String) - Static method in class org.apache.http.client.utils.URIUtils
Resolves a URI reference against a base URI.
resolve(URI, URI) - Static method in class org.apache.http.client.utils.URIUtils
Resolves a URI reference against a base URI.
resolve(String) - Method in interface org.apache.http.conn.scheme.HostNameResolver
Resolves given hostname to its IP address
resolvePort(int) - Method in class org.apache.http.conn.scheme.Scheme
Resolves the correct port for this scheme.
RESPONSE_COUNT - Static variable in class org.apache.http.impl.HttpConnectionMetricsImpl
 
ResponseConnControl - Class in org.apache.http.protocol
ResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence of HTTP/1.0 connections.
ResponseConnControl() - Constructor for class org.apache.http.protocol.ResponseConnControl
 
ResponseContent - Class in org.apache.http.protocol
ResponseContent is the most important interceptor for outgoing responses.
ResponseContent() - Constructor for class org.apache.http.protocol.ResponseContent
 
ResponseDate - Class in org.apache.http.protocol
ResponseDate is responsible for adding Date header to the outgoing responses.
ResponseDate() - Constructor for class org.apache.http.protocol.ResponseDate
 
ResponseHandler - Interface in org.apache.http.client
Handler that encapsulates the process of generating a response object from a HttpResponse.
responseInterceptors - Variable in class org.apache.http.protocol.BasicHttpProcessor
 
ResponseProcessCookies - Class in org.apache.http.client.protocol
Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.
ResponseProcessCookies() - Constructor for class org.apache.http.client.protocol.ResponseProcessCookies
 
ResponseServer - Class in org.apache.http.protocol
ResponseServer is responsible for adding Server header.
ResponseServer() - Constructor for class org.apache.http.protocol.ResponseServer
 
retryHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The request retry handler.
retryRequest(IOException, int, HttpContext) - Method in interface org.apache.http.client.HttpRequestRetryHandler
Determines if a method should be retried after an IOException occurs during execution.
retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
reuseStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The connection re-use strategy.
revokeConnection() - Method in class org.apache.http.impl.conn.SingleClientConnManager
Deprecated.
no longer used
rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class org.apache.http.impl.client.DefaultRequestDirector
 
rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.http.client.utils.URIUtils
A convenience method for creating a new URI whose scheme, host and port are taken from the target host, but whose path, query and fragment are taken from the existing URI.
rewriteURI(URI, HttpHost) - Static method in class org.apache.http.client.utils.URIUtils
A convenience method for URIUtils.rewriteURI(URI, HttpHost, boolean) that always keeps the fragment.
RFC2109DomainHandler - Class in org.apache.http.impl.cookie
 
RFC2109DomainHandler() - Constructor for class org.apache.http.impl.cookie.RFC2109DomainHandler
 
RFC2109Spec - Class in org.apache.http.impl.cookie
RFC 2109 compliant CookieSpec implementation.
RFC2109Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
Default constructor
RFC2109Spec() - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
Default constructor
RFC2109SpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes RFC2109Spec instances.
RFC2109SpecFactory() - Constructor for class org.apache.http.impl.cookie.RFC2109SpecFactory
 
RFC2109VersionHandler - Class in org.apache.http.impl.cookie
 
RFC2109VersionHandler() - Constructor for class org.apache.http.impl.cookie.RFC2109VersionHandler
 
RFC2617Scheme - Class in org.apache.http.impl.auth
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
RFC2617Scheme() - Constructor for class org.apache.http.impl.auth.RFC2617Scheme
Default constructor for RFC2617 compliant authentication schemes.
RFC2965CommentUrlAttributeHandler - Class in org.apache.http.impl.cookie
"CommentURL" cookie attribute handler for RFC 2965 cookie spec.
RFC2965CommentUrlAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
 
RFC2965DiscardAttributeHandler - Class in org.apache.http.impl.cookie
"Discard" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DiscardAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
 
RFC2965DomainAttributeHandler - Class in org.apache.http.impl.cookie
"Domain" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DomainAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
 
RFC2965PortAttributeHandler - Class in org.apache.http.impl.cookie
"Port" cookie attribute handler for RFC 2965 cookie spec.
RFC2965PortAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
 
RFC2965Spec - Class in org.apache.http.impl.cookie
RFC 2965 compliant CookieSpec implementation.
RFC2965Spec() - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
Default constructor
RFC2965Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
 
RFC2965SpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes RFC2965Spec instances.
RFC2965SpecFactory() - Constructor for class org.apache.http.impl.cookie.RFC2965SpecFactory
 
RFC2965VersionAttributeHandler - Class in org.apache.http.impl.cookie
"Version" cookie attribute handler for RFC 2965 cookie spec.
RFC2965VersionAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
 
Rfc3492Idn - Class in org.apache.http.client.utils
Implementation from pseudo code in RFC 3492.
Rfc3492Idn() - Constructor for class org.apache.http.client.utils.Rfc3492Idn
 
RFC_2109 - Static variable in class org.apache.http.client.params.CookiePolicy
The RFC 2109 compliant policy.
RFC_2965 - Static variable in class org.apache.http.client.params.CookiePolicy
The RFC 2965 compliant policy.
route - Variable in class org.apache.http.impl.client.RoutedRequest
 
route - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
The route for which this entry gets allocated.
route - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
The route this pool is for.
RoutedRequest - Class in org.apache.http.impl.client
A request with the route along which it should be sent.
RoutedRequest(RequestWrapper, HttpRoute) - Constructor for class org.apache.http.impl.client.RoutedRequest
Creates a new routed request.
RouteInfo - Interface in org.apache.http.conn.routing
Read-only interface for route information.
RouteInfo.LayerType - Interface in org.apache.http.conn.routing
The layering type of a route.
RouteInfo.TunnelType - Interface in org.apache.http.conn.routing
The tunnelling type of a route.
routePlanner - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The route planner.
RouteSpecificPool - Class in org.apache.http.impl.conn.tsccm
A connection sub-pool for a specific route, used by ConnPoolByRoute.
RouteSpecificPool(HttpRoute, int) - Constructor for class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Creates a new route-specific pool.
routeToPool - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
A map of route-specific pools.
RouteTracker - Class in org.apache.http.conn.routing
Helps tracking the steps in establishing a route.
RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.http.conn.routing.RouteTracker
Creates a new route tracker.
RouteTracker(HttpRoute) - Constructor for class org.apache.http.conn.routing.RouteTracker
Creates a new tracker for the given route.
run() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated.
The main loop of this worker.
A B C D E F G H I J K L M N O P Q R S T U V W X