class MySQLFrameDecoder extends ByteToMessageDecoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MySQLFrameDecoder
- ByteToMessageDecoder
- ChannelInboundHandlerAdapter
- ChannelInboundHandler
- ChannelHandlerAdapter
- ChannelHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def actualReadableBytes(): Int
- Attributes
- protected[io.netty.handler.codec]
- Definition Classes
- ByteToMessageDecoder
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callDecode(arg0: ChannelHandlerContext, arg1: ByteBuf, arg2: List[AnyRef]): Unit
- Attributes
- protected[io.netty.handler.codec]
- Definition Classes
- ByteToMessageDecoder
- def channelActive(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception]) @Skip()
- def channelInactive(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ByteToMessageDecoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def channelRead(arg0: ChannelHandlerContext, arg1: AnyRef): Unit
- Definition Classes
- ByteToMessageDecoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def channelReadComplete(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ByteToMessageDecoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def channelRegistered(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception]) @Skip()
- def channelUnregistered(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception]) @Skip()
- def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception]) @Skip()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def decode(ctx: ChannelHandlerContext, buffer: ByteBuf, out: List[AnyRef]): Unit
- Definition Classes
- MySQLFrameDecoder → ByteToMessageDecoder
- def decodeLast(arg0: ChannelHandlerContext, arg1: ByteBuf, arg2: List[AnyRef]): Unit
- Attributes
- protected[io.netty.handler.codec]
- Definition Classes
- ByteToMessageDecoder
- Annotations
- @throws(classOf[java.lang.Exception])
- final def discardSomeReadBytes(): Unit
- Attributes
- protected[io.netty.handler.codec]
- Definition Classes
- ByteToMessageDecoder
- def ensureNotSharable(): Unit
- Attributes
- protected[channel]
- Definition Classes
- ChannelHandlerAdapter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws(classOf[java.lang.Exception]) @Skip()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handlerAdded(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- final def handlerRemoved(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ByteToMessageDecoder → ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def handlerRemoved0(arg0: ChannelHandlerContext): Unit
- Attributes
- protected[io.netty.handler.codec]
- Definition Classes
- ByteToMessageDecoder
- Annotations
- @throws(classOf[java.lang.Exception])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def internalBuffer(): ByteBuf
- Attributes
- protected[io.netty.handler.codec]
- Definition Classes
- ByteToMessageDecoder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSharable(): Boolean
- Definition Classes
- ChannelHandlerAdapter
- def isSingleDecode(): Boolean
- Definition Classes
- ByteToMessageDecoder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def preparedStatementExecuteStarted(columnsCount: Int, paramsCount: Int): Unit
- def preparedStatementPrepareStarted(): Unit
- def queryProcessStarted(): Unit
- def setCumulator(arg0: Cumulator): Unit
- Definition Classes
- ByteToMessageDecoder
- def setDiscardAfterReads(arg0: Int): Unit
- Definition Classes
- ByteToMessageDecoder
- def setSingleDecode(arg0: Boolean): Unit
- Definition Classes
- ByteToMessageDecoder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def userEventTriggered(arg0: ChannelHandlerContext, arg1: AnyRef): Unit
- Definition Classes
- ByteToMessageDecoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()