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 TypeClassDescriptionclassclassclassclassclassclassclassclassAConnectionPoolthat provides connections randomly among the ones that are available.classAConnectionPoolthat attempts to provide connections using a round-robin algorithm.classA 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.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Sweeper.SweepableModifier and TypeClassDescriptionclassclass -
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.itemsMethods in org.eclipse.jetty.util.thread with parameters of type Sweeper.SweepableModifier and TypeMethodDescriptionbooleanSweeper.offer(Sweeper.Sweepable sweepable) booleanSweeper.remove(Sweeper.Sweepable sweepable)