net.jxta.impl.pipe
Class NonBlockingWireOutputPipe.workerState
java.lang.Object
net.jxta.impl.pipe.NonBlockingWireOutputPipe.workerState
- Enclosing class:
- NonBlockingWireOutputPipe
static class NonBlockingWireOutputPipe.workerState
- extends Object
Tracks the state of our worker thread.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SENDMESSAGES
public static final NonBlockingWireOutputPipe.workerState SENDMESSAGES
- Send messages via the messenger to the destination peer.
CLOSED
public static final NonBlockingWireOutputPipe.workerState CLOSED
- Exit.