org.apache.http.impl.client
Class DefaultClientConnectionReuseStrategy
java.lang.Object
   org.apache.http.impl.DefaultConnectionReuseStrategy
org.apache.http.impl.DefaultConnectionReuseStrategy
       org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
- All Implemented Interfaces: 
- org.apache.http.ConnectionReuseStrategy
- public class DefaultClientConnectionReuseStrategy 
- extends org.apache.http.impl.DefaultConnectionReuseStrategy
 
 
| Method Summary | 
|  boolean | keepAlive(org.apache.http.HttpResponse response,
          org.apache.http.protocol.HttpContext context)
 | 
 
| Methods inherited from class org.apache.http.impl.DefaultConnectionReuseStrategy | 
| createTokenIterator | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final DefaultClientConnectionReuseStrategy INSTANCE
DefaultClientConnectionReuseStrategy
public DefaultClientConnectionReuseStrategy()
keepAlive
public boolean keepAlive(org.apache.http.HttpResponse response,
                         org.apache.http.protocol.HttpContext context)
- 
- Specified by:
- keepAlivein interface- org.apache.http.ConnectionReuseStrategy
- Overrides:
- keepAlivein class- org.apache.http.impl.DefaultConnectionReuseStrategy
 
- 
 
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.