BuilderScopePort
A DSL builder scope for configuring TorOption containing the attribute(s) TorOption.Attribute.UNIX_SOCKET and/or TorOption.Attribute.PORT.
Inheritors
Types
A DSL builder scope for TorOption.__ControlPort and TorOption.ControlPort. Because kmp-tor
is built entirely around tor's control connection APIs, disable is made unavailable and the argument is always initialized with a value of auto.
A DSL builder scope for TorOption.__DNSPort and TorOption.DNSPort.
Configure the desired TorOption with Isolation Flags, as described in tor-man#SocksPort.
Configure the desired TorOption with Socks Flags, as described in tor-man#OtherSocksPortFlags.
Configure the desired TorOption with Unix Flags, as described in tor-man#OtherSocksPortFlags and tor-man#ControlPort.
A DSL builder scope for TorOption.__HTTPTunnelPort and TorOption.HTTPTunnelPort.
A DSL builder scope for TorOption.__SocksPort and TorOption.SocksPort.
A DSL builder scope for TorOption.__TransPort and TorOption.TransPort.
Properties
The argument string for this BuilderScope, the result of which is used as the LineItem.argument. Is initialized with whatever TorOption.default is.
The TorOption being configured for this BuilderScope.
Functions
Adds isolation flags to the TorSetting.LineItem.optionals of this builder result.
Adds socks flags to the TorSetting.LineItem.optionals of this builder result.
Adds unix flags to the TorSetting.LineItem.optionals of this builder result.
Sets the argument to the specified port.
In the event a configured Port is unavailable on the host device, tor will fail to start.
For a TorOption which can be configured to use Unix Sockets, containing the attribute TorOption.Attribute.UNIX_SOCKET.