Class DefaultClientIOEventDispatch

java.lang.Object
org.apache.http.impl.nio.reactor.AbstractIODispatch<NHttpClientIOTarget>
org.apache.http.impl.nio.DefaultClientIOEventDispatch
All Implemented Interfaces:
IOEventDispatch
Direct Known Subclasses:
SSLClientIOEventDispatch

@Deprecated public class DefaultClientIOEventDispatch extends AbstractIODispatch<NHttpClientIOTarget>
Deprecated.
Default implementation of IOEventDispatch interface for plain (unencrypted) client-side HTTP connections.
Since:
4.0
  • Constructor Details

    • DefaultClientIOEventDispatch

      public DefaultClientIOEventDispatch(NHttpClientHandler handler, HttpParams params)
      Deprecated.
      Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
      Parameters:
      handler - the client protocol handler.
      params - HTTP parameters.