Class LeakTrackingConnectionPool

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, ConnectionPool, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.thread.Sweeper.Sweepable

    public class LeakTrackingConnectionPool
    extends DuplexConnectionPool
    • Constructor Detail

      • LeakTrackingConnectionPool

        public LeakTrackingConnectionPool​(Destination destination,
                                          int maxConnections,
                                          org.eclipse.jetty.util.Callback requester)