Uses of Interface
org.eclipse.jetty.util.thread.Sweeper.Sweepable
Packages that use Sweeper.Sweepable
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Util : Common ThreadPool Utilities
-
Uses of Sweeper.Sweepable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Sweeper.SweepableModifier and TypeClassDescriptionclass
class
class
class
class
AConnectionPool
that provides connections randomly among the ones that are available.class
AConnectionPool
that attempts to provide connections using a round-robin algorithm.class
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 -
Uses of Sweeper.Sweepable in org.eclipse.jetty.util.thread
Fields in org.eclipse.jetty.util.thread with type parameters of type Sweeper.SweepableModifier and TypeFieldDescriptionprivate final AtomicReference<List<Sweeper.Sweepable>>
Sweeper.items
Methods in org.eclipse.jetty.util.thread with parameters of type Sweeper.SweepableModifier and TypeMethodDescriptionboolean
Sweeper.offer
(Sweeper.Sweepable sweepable) boolean
Sweeper.remove
(Sweeper.Sweepable sweepable)