Package org.eclipse.jetty.util.thread
Interface Sweeper.Sweepable
- 
- All Known Implementing Classes:
 AbstractConnectionPool,DuplexConnectionPool,HttpConnectionOverHTTP,LeakTrackingConnectionPool,MultiplexConnectionPool,RandomConnectionPool,RoundRobinConnectionPool,ValidatingConnectionPool
- Enclosing class:
 - Sweeper
 
@Deprecated(since="2021-05-27") public static interface Sweeper.SweepableDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A
Sweeper.Sweepableresource implements this interface to signal to aSweeperor to a parent container if it needs to be swept or not.Typical implementations will check their own internal state and return true or false from
sweep()to indicate whether they should be swept. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleansweep()Deprecated. 
 -