@Deprecated @NotThreadSafe class CloseableHttpResponseProxy extends java.lang.Object implements java.lang.reflect.InvocationHandler
Constructor and Description |
---|
CloseableHttpResponseProxy(HttpResponse original)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Deprecated.
|
static CloseableHttpResponse |
newProxy(HttpResponse original)
Deprecated.
|
CloseableHttpResponseProxy(HttpResponse original)
public void close() throws java.io.IOException
java.io.IOException
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
public static CloseableHttpResponse newProxy(HttpResponse original)