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.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 class
DuplexConnectionPool
class
LeakTrackingConnectionPool
class
MultiplexConnectionPool
class
ValidatingConnectionPool
A 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 class
HttpConnectionOverHTTP
-
Uses of Sweeper.Sweepable in org.eclipse.jetty.util.thread
Fields in org.eclipse.jetty.util.thread with type parameters of type Sweeper.Sweepable Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<java.util.List<Sweeper.Sweepable>>
Sweeper. items
Methods in org.eclipse.jetty.util.thread with parameters of type Sweeper.Sweepable Modifier and Type Method Description boolean
Sweeper. offer(Sweeper.Sweepable sweepable)
boolean
Sweeper. remove(Sweeper.Sweepable sweepable)
-