Class CloseableHttpResponseProxy

java.lang.Object
org.apache.http.impl.client.CloseableHttpResponseProxy
All Implemented Interfaces:
InvocationHandler

@Deprecated class CloseableHttpResponseProxy extends Object implements InvocationHandler
Deprecated.
Do not use.
  • Field Details

    • CONSTRUCTOR

      private static final Constructor<?> CONSTRUCTOR
      Deprecated.
    • original

      private final org.apache.http.HttpResponse original
      Deprecated.
  • Constructor Details

    • CloseableHttpResponseProxy

      CloseableHttpResponseProxy(org.apache.http.HttpResponse original)
      Deprecated.
  • Method Details