Class HttpConnectionPool

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class HttpConnectionPool
    extends java.lang.Object
    implements java.io.Closeable
    A pool of HTTP connections for a given host pool.
    Author:
    Stuart Douglas, Flavia Rainone
    • Constructor Detail

      • HttpConnectionPool

        public HttpConnectionPool​(int maxConnections,
                                  int maxStreamsPerConnection,
                                  org.xnio.XnioWorker worker,
                                  io.undertow.connector.ByteBufferPool byteBufferPool,
                                  org.xnio.OptionMap options,
                                  HostPool hostPool,
                                  long connectionIdleTimeout)