Packages

package tor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package client
  2. package config

Type Members

  1. trait OnTorStarted extends Callback[Unit]
  2. class Socks5ClientTransport extends ClientTransport
  3. class Socks5Connection extends Actor with ActorLogging with BitcoinSLogger

    Simple socks 5 client.

    Simple socks 5 client. It should be given a new connection, and will

    Created by rorp

  4. sealed abstract class Socks5ConnectionState extends AnyRef
  5. sealed abstract class Socks5MessageResponse extends AnyRef
  6. class Socks5ProxyGraphStage extends GraphStage[BidiShape[ByteString, ByteString, ByteString, ByteString]] with BitcoinSLogger
  7. trait TorCallbacks extends ModuleCallbacks[TorCallbacks] with BitcoinSLogger
  8. sealed trait TorConnectionError extends AnyRef
  9. class TorController extends Actor with ActorLogging

    Created by rorp

  10. case class TorException(msg: String) extends RuntimeException with Product with Serializable
  11. case class TorParams(controlAddress: InetSocketAddress, authentication: Authentication, privateKeyPath: Path) extends Product with Serializable
  12. class TorProtocolHandler extends Actor with Stash with ActorLogging

    Created by rorp

    Created by rorp

    Specification: https://gitweb.torproject.org/torspec.git/tree/control-spec.txt

Ungrouped