c

com.github.mauricio.async.db.mysql.codec

MySQLConnectionHandler

class MySQLConnectionHandler extends SimpleChannelInboundHandler[AnyRef]

Linear Supertypes
SimpleChannelInboundHandler[AnyRef], ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MySQLConnectionHandler
  2. SimpleChannelInboundHandler
  3. ChannelInboundHandlerAdapter
  4. ChannelInboundHandler
  5. ChannelHandlerAdapter
  6. ChannelHandler
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, group: EventLoopGroup, executionContext: ExecutionContext, connectionId: String)

Value Members

  1. def acceptInboundMessage(arg0: Any): Boolean
    Definition Classes
    SimpleChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  2. def channelActive(ctx: ChannelHandlerContext): Unit
    Definition Classes
    MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  3. def channelInactive(ctx: ChannelHandlerContext): Unit
    Definition Classes
    MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  4. def channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit
    Definition Classes
    SimpleChannelInboundHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  5. def channelRead0(ctx: ChannelHandlerContext, message: AnyRef): Unit
    Definition Classes
    MySQLConnectionHandler → SimpleChannelInboundHandler
  6. def channelReadComplete(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. def channelRegistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def channelUnregistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def clearQueryState: Unit
  11. def connect: Future[MySQLConnectionHandler]
  12. def disconnect: ChannelFuture
  13. def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit
    Definition Classes
    MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
  14. def handlerAdded(ctx: ChannelHandlerContext): Unit
    Definition Classes
    MySQLConnectionHandler → ChannelHandlerAdapter → ChannelHandler
  15. def handlerRemoved(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. def isConnected: Boolean
  17. def isSharable(): Boolean
    Definition Classes
    ChannelHandlerAdapter
  18. def onColumnDefinitionFinished(): Unit
  19. def schedule(block: ⇒ Unit, duration: Duration): Unit
  20. def sendPreparedStatement(query: String, values: Seq[Any]): Future[ChannelFuture]
  21. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. def write(message: QuitMessage): ChannelFuture
  23. def write(message: AuthenticationSwitchResponse): ChannelFuture
  24. def write(message: HandshakeResponseMessage): ChannelFuture
  25. def write(message: QueryMessage): ChannelFuture