Uses of Interface
org.apache.http.ConnectionReuseStrategy

Packages that use ConnectionReuseStrategy
org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. 
org.apache.http.impl.bootstrap Embedded server and server bootstrap. 
org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. 
 

Uses of ConnectionReuseStrategy in org.apache.http.impl
 

Classes in org.apache.http.impl that implement ConnectionReuseStrategy
 class DefaultConnectionReuseStrategy
          Default implementation of a strategy deciding about connection re-use.
 class NoConnectionReuseStrategy
          A strategy that never re-uses a connection.
 

Uses of ConnectionReuseStrategy in org.apache.http.impl.bootstrap
 

Methods in org.apache.http.impl.bootstrap with parameters of type ConnectionReuseStrategy
 ServerBootstrap ServerBootstrap.setConnectionReuseStrategy(ConnectionReuseStrategy connStrategy)
          Assigns ConnectionReuseStrategy instance.
 

Uses of ConnectionReuseStrategy in org.apache.http.protocol
 

Methods in org.apache.http.protocol with parameters of type ConnectionReuseStrategy
 void HttpService.setConnReuseStrategy(ConnectionReuseStrategy connStrategy)
          Deprecated. (4.1) set ConnectionReuseStrategy using constructor
 

Constructors in org.apache.http.protocol with parameters of type ConnectionReuseStrategy
HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory)
          Deprecated. (4.1) use HttpService.HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpParams)
HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper)
          Create a new HTTP service.
HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper, HttpExpectationVerifier expectationVerifier)
          Create a new HTTP service.
HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpExpectationVerifier expectationVerifier, HttpParams params)
          Deprecated. (4.3) use HttpService.HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper, HttpExpectationVerifier)
HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpParams params)
          Deprecated. (4.3) use HttpService.HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper)
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.