case class SelectProtocolConnectionData(address: String, port: Int, mode: String) extends Product with Serializable
Connection data used by SelectProtocol
- address
Our IP address discovered using ip discovery
- port
Our port discovered using ip discovery
- mode
The encryption mode, currently supports only xsalsa20_poly1305
- Source
- voiceData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelectProtocolConnectionData
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected