ConnectPacketInterceptor
class ConnectPacketInterceptor(session: PlayerSession, tokenService: TokenService, transferTokenValidator: TransferTokenValidator, router: Router, playerManager: PlayerManagerImpl, eventBus: EventBus, transferService: PlayerTransferService, onBackendSelected: (String) -> Unit) : ChannelInboundHandlerAdapter
Intercepts the Connect packet on stream 0 to inject proxy referral data.
Constructors
Link copied to clipboard
constructor(session: PlayerSession, tokenService: TokenService, transferTokenValidator: TransferTokenValidator, router: Router, playerManager: PlayerManagerImpl, eventBus: EventBus, transferService: PlayerTransferService, onBackendSelected: (String) -> Unit)
Functions
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
Link copied to clipboard
Assigns the backend stream used for forwarding the modified Connect packet.
Link copied to clipboard