CombinedKailleraController

class CombinedKailleraController(flags: RuntimeFlags, accessManager: AccessManager, kailleraServerController: KailleraServerController, server: KailleraServer) : SimpleChannelInboundHandler<DatagramPacket>

Constructors

Link copied to clipboard
constructor(flags: RuntimeFlags, accessManager: AccessManager, kailleraServerController: KailleraServerController, server: KailleraServer)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun alloc(): ByteBufAllocator
Link copied to clipboard
fun bind(port: Int): EmbeddedServer<NettyApplicationEngine, NettyApplicationEngine.Configuration>
Link copied to clipboard
open fun channelActive(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelInactive(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelRead(ctx: ChannelHandlerContext?, msg: Any?)
Link copied to clipboard
open fun channelReadComplete(ctx: ChannelHandlerContext?)
Link copied to clipboard
open override fun channelRegistered(ctx: ChannelHandlerContext)
Link copied to clipboard
open fun channelUnregistered(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun channelWritabilityChanged(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun exceptionCaught(ctx: ChannelHandlerContext?, cause: Throwable?)
Link copied to clipboard
open fun handlerAdded(ctx: ChannelHandlerContext?)
Link copied to clipboard
open fun handlerRemoved(ctx: ChannelHandlerContext?)
Link copied to clipboard
fun send(datagramPacket: DatagramPacket)
Link copied to clipboard
Link copied to clipboard
open fun userEventTriggered(ctx: ChannelHandlerContext?, evt: Any?)