Login Channel Handler
class LoginChannelHandler(val networkService: NetworkService<*>) : SimpleChannelInboundHandler<IncomingLoginMessage>
The channel handler for login channels, essentially the very first requests that will come in from the client, pointing to either JS5 or the game.
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
Link copied to clipboard
Link copied to clipboard