Uses of Interface
org.eclipse.jetty.util.thread.Sweeper.Sweepable
Packages that use Sweeper.Sweepable
Package
Description
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
A connection pool that provides connections for both directions of communication.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.transport
Classes in org.eclipse.jetty.client.transport that implement Sweeper.Sweepable -
Uses of Sweeper.Sweepable in org.eclipse.jetty.util.thread
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)