Package net.freehaven.tor.control
-
Interface Summary Interface Description EventHandler Abstract interface whose methods are invoked when Tor sends us an event.TorControlCommands Interface defining constants used by the Tor controller protocol. -
Class Summary Class Description ConfigEntry A single key-value pair from Tor's configuration.NullEventHandler Implementation of EventHandler that ignores all events.PasswordDigest A hashed digest of a secret password (used to set control connection security.)TorControlConnection A connection to a running Tor process as specified in control-spec.txt. -
Exception Summary Exception Description TorControlException An exception raised when Tor tells us about an error.TorControlSyntaxException An exception raised when Tor behaves in an unexpected way.TorNotRunningException An exception raised when Tor is no longer running.