Class SharedBlockingCallback.Blocker

java.lang.Object
org.eclipse.jetty.util.SharedBlockingCallback.Blocker
All Implemented Interfaces:
Closeable, AutoCloseable, Callback, Invocable
Enclosing class:
SharedBlockingCallback

public class SharedBlockingCallback.Blocker extends Object implements Callback, Closeable
A Closeable Callback. Uses the auto close mechanism to check block has been called OK.

Implements Callback because calls to this callback do not blocak, rather they wakeup the thread that is blocked in block()