Package org.apache.hc.client5.http.impl
Class DefaultClientConnectionReuseStrategy
java.lang.Object
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
- All Implemented Interfaces:
org.apache.hc.core5.http.ConnectionReuseStrategy
@Contract(threading=STATELESS)
public class DefaultClientConnectionReuseStrategy
extends org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
Extension of core
DefaultConnectionReuseStrategy
that treats
CONNECT method exchanges involved in proxy tunnelling as a special case.- Since:
- 5.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
keepAlive
(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.http.protocol.HttpContext context)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultClientConnectionReuseStrategy
public DefaultClientConnectionReuseStrategy()
-
-
Method Details
-
keepAlive
public boolean keepAlive(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.http.protocol.HttpContext context) - Specified by:
keepAlive
in interfaceorg.apache.hc.core5.http.ConnectionReuseStrategy
- Overrides:
keepAlive
in classorg.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
-