Uses of Interface
org.eclipse.jetty.util.thread.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
Modifier 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
-
Uses of Sweeper.Sweepable in org.eclipse.jetty.http2.client.http
-
Uses of Sweeper.Sweepable in org.eclipse.jetty.util.thread
Modifier and TypeMethodDescriptionboolean
Sweeper.offer
(Sweeper.Sweepable sweepable) boolean
Sweeper.remove
(Sweeper.Sweepable sweepable)