Class ProxyConnectionPool

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ProxyConnectionPool
    extends Object
    implements Closeable
    A pool of connections to a target host. This pool can also be used to open connections in exclusive mode, in which case they will not be added to the connection pool. In this case the caller is responsible for closing any connections.
    Author:
    Stuart Douglas