Uses of Interface
org.apache.http.ConnectionReuseStrategy
| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.impl.client | |
| org.apache.http.protocol |
HTTP protocol execution framework.
|
-
Uses of ConnectionReuseStrategy in org.apache.http.impl
Classes in org.apache.http.impl that implement ConnectionReuseStrategy Modifier and Type Class Description classDefaultConnectionReuseStrategyDefault implementation of a strategy deciding about connection re-use.classNoConnectionReuseStrategyA strategy that never re-uses a connection. -
Uses of ConnectionReuseStrategy in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as ConnectionReuseStrategy Modifier and Type Field Description protected ConnectionReuseStrategyDefaultRequestDirector. reuseStrategyThe connection re-use strategy.Methods in org.apache.http.impl.client that return ConnectionReuseStrategy Modifier and Type Method Description protected abstract ConnectionReuseStrategyAbstractHttpClient. createConnectionReuseStrategy()protected ConnectionReuseStrategyDefaultHttpClient. createConnectionReuseStrategy()ConnectionReuseStrategyAbstractHttpClient. getConnectionReuseStrategy()Methods in org.apache.http.impl.client with parameters of type ConnectionReuseStrategy Modifier and Type Method Description protected RequestDirectorAbstractHttpClient. createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler stateHandler, HttpParams params)voidAbstractHttpClient. setReuseStrategy(ConnectionReuseStrategy reuseStrategy)Constructors in org.apache.http.impl.client with parameters of type ConnectionReuseStrategy Constructor Description DefaultRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params) -
Uses of ConnectionReuseStrategy in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type ConnectionReuseStrategy Modifier and Type Method Description voidHttpService. setConnReuseStrategy(ConnectionReuseStrategy connStrategy)Constructors in org.apache.http.protocol with parameters of type ConnectionReuseStrategy Constructor Description HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory)Create a new HTTP service.