LoginChannelHandler

class LoginChannelHandler @Inject constructor(cluster: Cluster, store: PlayerStore, js5MasterIndex: Js5MasterIndex, js5HandlerProvider: Provider<Js5ChannelHandler>, jaggrabHandler: JaggrabChannelHandler, createDownstreamProtocol: Protocol, js5RemoteDownstreamProtocol: Protocol, worldListDownstreamProtocol: Protocol) : SimpleChannelInboundHandler<LoginRequest>

Constructors

Link copied to clipboard
@Inject
constructor(cluster: Cluster, store: PlayerStore, js5MasterIndex: Js5MasterIndex, js5HandlerProvider: Provider<Js5ChannelHandler>, jaggrabHandler: JaggrabChannelHandler, createDownstreamProtocol: Protocol, js5RemoteDownstreamProtocol: Protocol, worldListDownstreamProtocol: Protocol)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun channelActive(ctx: ChannelHandlerContext)
Link copied to clipboard
open override fun channelInactive(p0: ChannelHandlerContext)
Link copied to clipboard
open override fun channelRead(p0: ChannelHandlerContext, p1: Any)
Link copied to clipboard
open override fun channelReadComplete(ctx: ChannelHandlerContext)
Link copied to clipboard
open override fun channelRegistered(p0: ChannelHandlerContext)
Link copied to clipboard
open override fun channelUnregistered(p0: ChannelHandlerContext)
Link copied to clipboard
open override fun channelWritabilityChanged(p0: ChannelHandlerContext)
Link copied to clipboard
open override fun exceptionCaught(p0: ChannelHandlerContext, p1: Throwable)
Link copied to clipboard
open override fun handlerAdded(ctx: ChannelHandlerContext)
Link copied to clipboard
open override fun handlerRemoved(ctx: ChannelHandlerContext)
Link copied to clipboard
open fun isSharable(): Boolean
Link copied to clipboard
open override fun userEventTriggered(ctx: ChannelHandlerContext, evt: Any)