|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedirectHandler | |
---|---|
org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client . |
Uses of RedirectHandler in org.apache.http.impl.client |
---|
Classes in org.apache.http.impl.client that implement RedirectHandler | |
---|---|
class |
DefaultRedirectHandler
Default implementation of RedirectHandler . |
Fields in org.apache.http.impl.client declared as RedirectHandler | |
---|---|
protected RedirectHandler |
DefaultRequestDirector.redirectHandler
The redirect handler. |
Methods in org.apache.http.impl.client that return RedirectHandler | |
---|---|
protected abstract RedirectHandler |
AbstractHttpClient.createRedirectHandler()
|
protected RedirectHandler |
DefaultHttpClient.createRedirectHandler()
|
RedirectHandler |
AbstractHttpClient.getRedirectHandler()
|
Methods in org.apache.http.impl.client with parameters of type RedirectHandler | |
---|---|
protected RequestDirector |
AbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler stateHandler,
org.apache.http.params.HttpParams params)
|
void |
AbstractHttpClient.setRedirectHandler(RedirectHandler redirectHandler)
|
Constructors in org.apache.http.impl.client with parameters of type RedirectHandler | |
---|---|
DefaultRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec,
ClientConnectionManager conman,
org.apache.http.ConnectionReuseStrategy reustrat,
ConnectionKeepAliveStrategy kastrat,
HttpRoutePlanner rouplan,
org.apache.http.protocol.HttpProcessor httpProcessor,
HttpRequestRetryHandler retryHandler,
RedirectHandler redirectHandler,
AuthenticationHandler targetAuthHandler,
AuthenticationHandler proxyAuthHandler,
UserTokenHandler userTokenHandler,
org.apache.http.params.HttpParams params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |