OsrsJs5ChannelHandler

class OsrsJs5ChannelHandler(bootstrap: Bootstrap, scopeId: Int, gameId: Int, hostname: String, port: Int, build: Int, lastMasterIndexId: Int?, continuation: Continuation<Unit>, importer: CacheImporter) : Js5ChannelHandler

Constructors

Link copied to clipboard
constructor(bootstrap: Bootstrap, scopeId: Int, gameId: Int, hostname: String, port: Int, build: Int, lastMasterIndexId: Int?, continuation: Continuation<Unit>, importer: CacheImporter)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun channelActive(ctx: ChannelHandlerContext)
Link copied to clipboard
open override fun channelInactive(ctx: 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(ctx: ChannelHandlerContext, cause: Throwable)
Link copied to clipboard
open override fun handlerAdded(p0: ChannelHandlerContext)
Link copied to clipboard
open override fun handlerRemoved(p0: ChannelHandlerContext)
Link copied to clipboard
open fun isSharable(): Boolean
Link copied to clipboard
open override fun userEventTriggered(p0: ChannelHandlerContext, p1: Any)