Uses of Interface
org.apache.http.ConnectionReuseStrategy
Packages that use ConnectionReuseStrategy
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
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 ConnectionReuseStrategyModifier and TypeClassDescriptionclassDefault implementation of a strategy deciding about connection re-use.classA 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 ConnectionReuseStrategyModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setConnectionReuseStrategy(ConnectionReuseStrategy connStrategy) AssignsConnectionReuseStrategyinstance. -
Uses of ConnectionReuseStrategy in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type ConnectionReuseStrategyModifier and TypeMethodDescriptionvoidHttpService.setConnReuseStrategy(ConnectionReuseStrategy connStrategy) Deprecated.Constructors in org.apache.http.protocol with parameters of type ConnectionReuseStrategyModifierConstructorDescriptionHttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory) 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, HttpParams params) HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerResolver handlerResolver, HttpExpectationVerifier expectationVerifier, HttpParams params)
ConnectionReuseStrategyusing constructor