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
A destination for those network transports that are duplex (e.g.class
class
class
class
A destination for those transports that are multiplex (e.g.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.http2.client.http
Classes in org.eclipse.jetty.http2.client.http 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)