Package org.apache.http.impl.client
Class CloseableHttpResponseProxy
java.lang.Object
org.apache.http.impl.client.CloseableHttpResponseProxy
- All Implemented Interfaces:
InvocationHandler
Deprecated.
Do not use.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Constructor<?>
Deprecated.private final org.apache.http.HttpResponse
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionCloseableHttpResponseProxy
(org.apache.http.HttpResponse original) Deprecated. -
Method Summary
-
Field Details
-
CONSTRUCTOR
Deprecated. -
original
private final org.apache.http.HttpResponse originalDeprecated.
-
-
Constructor Details
-
CloseableHttpResponseProxy
CloseableHttpResponseProxy(org.apache.http.HttpResponse original) Deprecated.
-
-
Method Details
-
close
Deprecated.- Throws:
IOException
-
invoke
Deprecated.- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
newProxy
Deprecated.
-