Package org.apache.http.impl.client
Class CloseableHttpResponseProxy
- java.lang.Object
-
- org.apache.http.impl.client.CloseableHttpResponseProxy
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
@Deprecated class CloseableHttpResponseProxy extends java.lang.Object implements java.lang.reflect.InvocationHandlerDeprecated.Do not use.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.reflect.Constructor<?>CONSTRUCTORDeprecated.private org.apache.http.HttpResponseoriginalDeprecated.
-
Constructor Summary
Constructors Constructor Description CloseableHttpResponseProxy(org.apache.http.HttpResponse original)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.java.lang.Objectinvoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)Deprecated.static CloseableHttpResponsenewProxy(org.apache.http.HttpResponse original)Deprecated.
-
-
-
Method Detail
-
close
public void close() throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
invoke
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.ThrowableDeprecated.- Specified by:
invokein interfacejava.lang.reflect.InvocationHandler- Throws:
java.lang.Throwable
-
newProxy
public static CloseableHttpResponse newProxy(org.apache.http.HttpResponse original)
Deprecated.
-
-