c

ackcord.voice

SelectProtocolConnectionData

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SelectProtocolConnectionData
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SelectProtocolConnectionData(address: String, port: Int, mode: String)

    address

    Our IP address discovered using ip discovery

    port

    Our port discovered using ip discovery

    mode

    The encryption mode, currently supports only xsalsa20_poly1305

Value Members

  1. val address: String
  2. val mode: String
  3. val port: Int
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product