Class HttpNIOConnPoolFactory

  • All Implemented Interfaces:
    org.apache.http.nio.pool.NIOConnFactory<org.apache.http.conn.routing.HttpRoute,​org.apache.http.nio.reactor.IOSession>

    @Deprecated
    class HttpNIOConnPoolFactory
    extends java.lang.Object
    implements org.apache.http.nio.pool.NIOConnFactory<org.apache.http.conn.routing.HttpRoute,​org.apache.http.nio.reactor.IOSession>
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.apache.http.nio.reactor.IOSession create​(org.apache.http.conn.routing.HttpRoute route, org.apache.http.nio.reactor.IOSession session)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpNIOConnPoolFactory

        HttpNIOConnPoolFactory()
        Deprecated.
    • Method Detail

      • create

        public org.apache.http.nio.reactor.IOSession create​(org.apache.http.conn.routing.HttpRoute route,
                                                            org.apache.http.nio.reactor.IOSession session)
                                                     throws java.io.IOException
        Deprecated.
        Specified by:
        create in interface org.apache.http.nio.pool.NIOConnFactory<org.apache.http.conn.routing.HttpRoute,​org.apache.http.nio.reactor.IOSession>
        Throws:
        java.io.IOException