MySQLFrameDecoder

com.github.mauricio.async.db.mysql.codec.MySQLFrameDecoder
class MySQLFrameDecoder(charset: Charset) extends ByteToMessageDecoder

Attributes

Graph
Supertypes
class ByteToMessageDecoder
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def decode(ctx: ChannelHandlerContext, buffer: ByteBuf, out: List[Object]): Unit
def preparedStatementExecuteStarted(columnsCount: Int, paramsCount: Int): Unit
def queryProcessStarted(): Unit

Inherited methods

def channelActive(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelInactive(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def channelReadComplete(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def channelRegistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelUnregistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def handlerAdded(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
final def handlerRemoved(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def isSingleDecode(): Boolean

Attributes

Inherited from:
ByteToMessageDecoder
def setCumulator(x$0: Cumulator): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def setDiscardAfterReads(x$0: Int): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def setSingleDecode(x$0: Boolean): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ByteToMessageDecoder