Package

fr.acinq.eclair

tor

Permalink

package tor

Visibility
  1. Public
  2. All

Type Members

  1. class Controller extends Actor with ActorLogging

    Permalink

    Created by rorp

  2. class Socks5Connection extends Actor with ActorLogging

    Permalink

    Simple socks 5 client.

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

    Created by rorp

  3. case class Socks5ProxyParams(address: InetSocketAddress, credentials_opt: Option[Credentials], randomizeCredentials: Boolean, useForIPv4: Boolean, useForIPv6: Boolean, useForTor: Boolean) extends Product with Serializable

    Permalink
  4. case class TorException(msg: String) extends RuntimeException with Product with Serializable

    Permalink
  5. class TorProtocolHandler extends Actor with Stash with ActorLogging

    Permalink

    Created by rorp

    Created by rorp

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

Value Members

  1. object Controller

    Permalink
  2. object Socks5Connection

    Permalink
  3. object Socks5ProxyParams extends Serializable

    Permalink
  4. object TorProtocolHandler

    Permalink

Ungrouped