@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.IOExceptionpublic 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.InvocationHandlerjava.lang.Throwablepublic static CloseableHttpResponse newProxy(HttpResponse original)