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
- Protected
Instance Constructors
- new MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, group: EventLoopGroup, executionContext: ExecutionContext)
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 acceptInboundMessage(arg0: AnyRef): Boolean
- Definition Classes
- SimpleChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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: AnyRef): 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]) @Skip()
- 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 clearQueryState: Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def connect: Future[MySQLConnectionHandler]
- def disconnect: ChannelFuture
- 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(ctx: ChannelHandlerContext, cause: Throwable): Unit
- Definition Classes
- MySQLConnectionHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
- 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(ctx: ChannelHandlerContext): Unit
- Definition Classes
- MySQLConnectionHandler → ChannelHandlerAdapter → ChannelHandler
- def handlerRemoved(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws(classOf[java.lang.Exception])
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isConnected: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSharable(): Boolean
- Definition Classes
- ChannelHandlerAdapter
- 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 onColumnDefinitionFinished(): Unit
- def sendPreparedStatement(query: String, values: Seq[Any]): Future[ChannelFuture]
- 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
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @throws(classOf[java.lang.Exception]) @Skip()
- 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()
- def write(message: QuitMessage): ChannelFuture
- def write(message: AuthenticationSwitchResponse): ChannelFuture
- def write(message: HandshakeResponseMessage): ChannelFuture
- def write(message: QueryMessage): ChannelFuture