RoutingContext

data class RoutingContext(val playerId: UUID?, val username: String?, val clientAddress: InetSocketAddress?, val requestedBackendId: String?, val protocolCrc: Int, val protocolBuild: Int, val clientVersion: String, val clientType: ClientType, val language: String, val identityTokenPresent: Boolean)

Routing context passed to routing strategies.

Constructors

Link copied to clipboard
constructor(playerId: UUID?, username: String?, clientAddress: InetSocketAddress?, requestedBackendId: String?, protocolCrc: Int, protocolBuild: Int, clientVersion: String, clientType: ClientType, language: String, identityTokenPresent: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard