Package org.eclipse.jetty.util.thread
Interface Sweeper.Sweepable
-
- Enclosing class:
- Sweeper
public static interface Sweeper.SweepableA
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 Modifier and Type Method Description booleansweep()
-