Uses of Interface
org.eclipse.jetty.util.thread.Sweeper.Sweepable
-
Packages that use Sweeper.Sweepable Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.http2.client.http org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Sweeper.Sweepable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Sweeper.Sweepable Modifier and Type Class Description classDuplexConnectionPoolclassLeakTrackingConnectionPoolclassMultiplexConnectionPoolclassValidatingConnectionPoolA connection pool that validates connections before making them available for use. -
Uses of Sweeper.Sweepable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Sweeper.Sweepable Modifier and Type Class Description classHttpConnectionOverHTTP -
Uses of Sweeper.Sweepable in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement Sweeper.Sweepable Modifier and Type Class Description classHttpConnectionOverHTTP2 -
Uses of Sweeper.Sweepable in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread with parameters of type Sweeper.Sweepable Modifier and Type Method Description booleanSweeper. offer(Sweeper.Sweepable sweepable)booleanSweeper. remove(Sweeper.Sweepable sweepable)
-