topl-service-base / io.matthewnelson.topl_service_base / TorPortInfo
TorPortInfo¶
class TorPortInfo
(source)
Holder for information regarding what ports Tor is operating on that is broadcast to the implementing application via io.matthewnelson.topl_service_base.TorServiceEventBroadcaster
Example of what one of the fields will contain:
- “127.0.0.1:33432”
Constructors¶
Name | Summary |
---|---|
<init> | Holder for information regarding what ports Tor is operating on that is broadcast to the implementing application via io.matthewnelson.topl_service_base.TorServiceEventBroadcasterTorPortInfo(controlPort: String ?, dnsPort: String ?, httpPort: String ?, socksPort: String ?, transPort: String ?) |
Properties¶
Name | Summary |
---|---|
controlPort | val controlPort: String ? |
dnsPort | val dnsPort: String ? |
httpPort | val httpPort: String ? |
socksPort | val socksPort: String ? |
transPort | val transPort: String ? |