package tor
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class Socks5ClientTransport extends ClientTransport
- class Socks5Connection extends Actor with ActorLogging
Simple socks 5 client.
Simple socks 5 client. It should be given a new connection, and will
Created by rorp
- class Socks5ProxyGraphStage extends GraphStage[BidiShape[ByteString, ByteString, ByteString, ByteString]]
- case class Socks5ProxyParams(address: InetSocketAddress, credentialsOpt: Option[Credentials], randomizeCredentials: Boolean) extends Product with Serializable
- class TorController extends Actor with ActorLogging
Created by rorp
- case class TorException(msg: String) extends RuntimeException with Product with Serializable
- case class TorParams(controlAddress: InetSocketAddress, authentication: Authentication, privateKeyPath: Path) extends Product with Serializable
- 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
Value Members
- object Socks5ClientTransport
- object Socks5Connection
- object Socks5ProxyGraphStage
- object Socks5ProxyParams extends Serializable
- object TorController extends Logging
- object TorParams extends Serializable
- object TorProtocolHandler