MessageDecoder

class MessageDecoder(sslEnabled: Boolean, charset: Charset, maximumMessageSize: Int) extends ByteToMessageDecoder
Companion
object
class ByteToMessageDecoder
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def decode(ctx: ChannelHandlerContext, b: ByteBuf, out: List[Object]): Unit
Definition Classes
ByteToMessageDecoder

Inherited methods

@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelActive(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
def channelInactive(x$0: ChannelHandlerContext): Unit
Inherited from
ByteToMessageDecoder
@throws(java.lang.Exception)
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from
ByteToMessageDecoder
@throws(java.lang.Exception)
def channelReadComplete(x$0: ChannelHandlerContext): Unit
Inherited from
ByteToMessageDecoder
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelRegistered(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelUnregistered(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit
Inherited from
ChannelInboundHandlerAdapter
@throws(java.lang.Exception)
def handlerAdded(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelHandlerAdapter
@throws(java.lang.Exception)
final
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inherited from
ByteToMessageDecoder
def isSharable(): Boolean
Inherited from
ChannelHandlerAdapter
def isSingleDecode(): Boolean
Inherited from
ByteToMessageDecoder
def setCumulator(x$0: Cumulator): Unit
Inherited from
ByteToMessageDecoder
def setDiscardAfterReads(x$0: Int): Unit
Inherited from
ByteToMessageDecoder
def setSingleDecode(x$0: Boolean): Unit
Inherited from
ByteToMessageDecoder
@throws(java.lang.Exception)
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from
ByteToMessageDecoder