class MySQLConnectionHandler extends SimpleChannelInboundHandler[AnyRef]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MySQLConnectionHandler
- SimpleChannelInboundHandler
- ChannelInboundHandlerAdapter
- ChannelInboundHandler
- ChannelHandlerAdapter
- ChannelHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, group: EventLoopGroup, executionContext: ExecutionContext, connectionId: String)
Value Members
-
def
acceptInboundMessage(arg0: Any): Boolean
- Definition Classes
- SimpleChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelActive(ctx: ChannelHandlerContext): Unit
- Definition Classes
- MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
-
def
channelInactive(ctx: ChannelHandlerContext): Unit
- Definition Classes
- MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
-
def
channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit
- Definition Classes
- SimpleChannelInboundHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelRead0(ctx: ChannelHandlerContext, message: AnyRef): Unit
- Definition Classes
- MySQLConnectionHandler → SimpleChannelInboundHandler
-
def
channelReadComplete(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelRegistered(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelUnregistered(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
- def clearQueryState: Unit
- def connect: Future[MySQLConnectionHandler]
- def disconnect: ChannelFuture
-
def
exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit
- Definition Classes
- MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
-
def
handlerAdded(ctx: ChannelHandlerContext): Unit
- Definition Classes
- MySQLConnectionHandler → ChannelHandlerAdapter → ChannelHandler
-
def
handlerRemoved(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
- def isConnected: Boolean
-
def
isSharable(): Boolean
- Definition Classes
- ChannelHandlerAdapter
- def onColumnDefinitionFinished(): Unit
- def schedule(block: ⇒ Unit, duration: Duration): Unit
- def sendPreparedStatement(query: String, values: Seq[Any]): Future[ChannelFuture]
-
def
userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
- def write(message: QuitMessage): ChannelFuture
- def write(message: AuthenticationSwitchResponse): ChannelFuture
- def write(message: HandshakeResponseMessage): ChannelFuture
- def write(message: QueryMessage): ChannelFuture