Class HttpConnectionPool

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class HttpConnectionPool
    extends Object
    implements Closeable
    A pool of HTTP connections for a given host pool.

    This pool is designed to give an

    Author:
    Stuart Douglas
    • 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)