Class DefaultHttpAsyncClient

java.lang.Object
org.apache.http.impl.nio.client.AbstractHttpAsyncClient
org.apache.http.impl.nio.client.DefaultHttpAsyncClient
All Implemented Interfaces:
HttpAsyncClient

@Deprecated public class DefaultHttpAsyncClient extends AbstractHttpAsyncClient
Deprecated.
  • Constructor Details

    • DefaultHttpAsyncClient

      public DefaultHttpAsyncClient(ClientAsyncConnectionManager connmgr)
      Deprecated.
    • DefaultHttpAsyncClient

      public DefaultHttpAsyncClient(org.apache.http.impl.nio.reactor.IOReactorConfig config) throws org.apache.http.nio.reactor.IOReactorException
      Deprecated.
      Throws:
      org.apache.http.nio.reactor.IOReactorException
    • DefaultHttpAsyncClient

      public DefaultHttpAsyncClient() throws org.apache.http.nio.reactor.IOReactorException
      Deprecated.
      Throws:
      org.apache.http.nio.reactor.IOReactorException
  • Method Details

    • createHttpParams

      protected org.apache.http.params.HttpParams createHttpParams()
      Deprecated.
      Specified by:
      createHttpParams in class AbstractHttpAsyncClient
    • setDefaultHttpParams

      public static void setDefaultHttpParams(org.apache.http.params.HttpParams params)
      Deprecated.
    • createHttpProcessor

      protected org.apache.http.protocol.BasicHttpProcessor createHttpProcessor()
      Deprecated.
      Specified by:
      createHttpProcessor in class AbstractHttpAsyncClient