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 TypeClassDescriptionclass
Default implementation of a strategy deciding about connection re-use.class
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 ConnectionReuseStrategyModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setConnectionReuseStrategy
(ConnectionReuseStrategy connStrategy) AssignsConnectionReuseStrategy
instance. -
Uses of ConnectionReuseStrategy in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type ConnectionReuseStrategyModifier and TypeMethodDescriptionvoid
HttpService.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)
ConnectionReuseStrategy
using constructor