data class PeerConnectionDetails
Peer connection details.
Similar to TomP2P's PeerAddress
, but can be entered by a user.
PeerConnectionDetails(ipAddressString: String, port: Int)
Second constructor, taking a IP address string PeerConnectionDetails(ipAddress: InetAddress, port: Int)
Peer connection details. |
val ipAddress: InetAddress
IP address |
|
val port: Int
the port |