Uses of Class
org.apache.http.impl.execchain.ConnectionHolder
-
Packages that use ConnectionHolder Package Description org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of ConnectionHolder in org.apache.http.impl.execchain
Fields in org.apache.http.impl.execchain declared as ConnectionHolder Modifier and Type Field Description private ConnectionHolder
HttpResponseProxy. connHolder
private ConnectionHolder
ResponseEntityProxy. connHolder
Methods in org.apache.http.impl.execchain with parameters of type ConnectionHolder Modifier and Type Method Description static void
ResponseEntityProxy. enchance(org.apache.http.HttpResponse response, ConnectionHolder connHolder)
Constructors in org.apache.http.impl.execchain with parameters of type ConnectionHolder Constructor Description HttpResponseProxy(org.apache.http.HttpResponse original, ConnectionHolder connHolder)
ResponseEntityProxy(org.apache.http.HttpEntity entity, ConnectionHolder connHolder)
-