EncryptionRequest

case
class EncryptionRequest(serverId: String, publicKey: LenPrefixedByteSeq[VarInt], verifyToken: LenPrefixedByteSeq[VarInt])

EncryptionRequest is sent by the server if the server is in online mode. If it is not sent then its assumed the server is in offline mode.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product