public interface DirectoryCircuit extends Circuit
| Modifier and Type | Method and Description |
|---|---|
Stream |
openDirectoryStream(long timeout,
boolean autoclose)
Open an anonymous connection to the directory service running on the
final node in this circuit.
|
appendNode, createRelayCell, deliverControlCell, deliverRelayCell, destroyCircuit, getActiveStreams, getCircuitId, getConnection, getFinalCircuitNode, getSecondsDirty, isClean, isConnected, isMarkedForClose, isPending, markForClose, receiveRelayCell, sendRelayCellStream openDirectoryStream(long timeout, boolean autoclose) throws InterruptedException, TimeoutException, StreamConnectFailedException
timeout - in millisecondsautoclose - if set to true, closing stream also marks this circuit for closeInterruptedExceptionTimeoutExceptionStreamConnectFailedExceptionCopyright © 2015. All rights reserved.