MySQLConnectionHandler

class MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, group: EventLoopGroup, executionContext: ExecutionContext, connectionId: String) extends SimpleChannelInboundHandler[Object]
class SimpleChannelInboundHandler[Object]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def channelActive(ctx: ChannelHandlerContext): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override
def channelInactive(ctx: ChannelHandlerContext): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override
def channelRead0(ctx: ChannelHandlerContext, message: Object): Unit
Definition Classes
SimpleChannelInboundHandler
def clearQueryState: Unit
def disconnect: ChannelFuture
override
def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit
Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler -> ChannelHandlerAdapter -> ChannelHandler
override
def handlerAdded(ctx: ChannelHandlerContext): Unit
Definition Classes
ChannelHandlerAdapter -> ChannelHandler
def isConnected: Boolean
def schedule(block: => Unit, duration: Duration): Unit
def sendPreparedStatement(query: String, values: Seq[Any]): Future[ChannelFuture]
def write(message: QueryMessage): ChannelFuture
def write(message: HandshakeResponseMessage): ChannelFuture
def write(message: AuthenticationSwitchResponse): ChannelFuture
def write(message: QuitMessage): ChannelFuture

Inherited methods

@throws(java.lang.Exception)
def acceptInboundMessage(x$0: <FromJavaObject>): Boolean
Inherited from
SimpleChannelInboundHandler
@throws(java.lang.Exception)
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from
SimpleChannelInboundHandler
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def channelReadComplete(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelInboundHandlerAdapter
@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
@throws(java.lang.Exception)
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelHandlerAdapter
def isSharable(): Boolean
Inherited from
ChannelHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit
Inherited from
ChannelInboundHandlerAdapter