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

MySQLConnectionHandler

class MySQLConnectionHandler extends SimpleChannelHandler with LifeCycleAwareChannelHandler

Linear Supertypes
LifeCycleAwareChannelHandler, SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MySQLConnectionHandler
  2. LifeCycleAwareChannelHandler
  3. SimpleChannelHandler
  4. ChannelDownstreamHandler
  5. ChannelUpstreamHandler
  6. ChannelHandler
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, columnDecoderRegistry: MySQLColumnDecoderRegistry)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def afterAdd(ctx: ChannelHandlerContext): Unit

    Definition Classes
    MySQLConnectionHandler → LifeCycleAwareChannelHandler
  7. def afterRemove(ctx: ChannelHandlerContext): Unit

    Definition Classes
    MySQLConnectionHandler → LifeCycleAwareChannelHandler
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def beforeAdd(ctx: ChannelHandlerContext): Unit

    Definition Classes
    MySQLConnectionHandler → LifeCycleAwareChannelHandler
  10. def beforeRemove(ctx: ChannelHandlerContext): Unit

    Definition Classes
    MySQLConnectionHandler → LifeCycleAwareChannelHandler
  11. def bindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  12. def channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  13. def channelClosed(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  14. def channelConnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    MySQLConnectionHandler → SimpleChannelHandler
  15. def channelDisconnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  16. def channelInterestChanged(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  17. def channelOpen(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  18. def channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  19. def childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  20. def childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def closeRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  23. def connect: Future[MySQLConnectionHandler]

  24. def connectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  25. def disconnect: ChannelFuture

  26. def disconnectRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  29. def exceptionCaught(ctx: ChannelHandlerContext, e: ExceptionEvent): Unit

    Definition Classes
    MySQLConnectionHandler → SimpleChannelHandler
  30. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. def handleDownstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelDownstreamHandler
    Annotations
    @throws()
  33. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelHandler → ChannelUpstreamHandler
    Annotations
    @throws()
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def isConnected: Boolean

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. def messageReceived(ctx: ChannelHandlerContext, e: MessageEvent): Unit

    Definition Classes
    MySQLConnectionHandler → SimpleChannelHandler
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def onColumnDefinitionFinished(): Unit

  42. def setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def unbindRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. def write(message: QuitMessage): ChannelFuture

  50. def write(message: HandshakeResponseMessage): ChannelFuture

  51. def write(message: PreparedStatementMessage): Unit

  52. def write(message: QueryMessage): ChannelFuture

  53. def writeComplete(arg0: ChannelHandlerContext, arg1: WriteCompletionEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  54. def writeRequested(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()

Inherited from LifeCycleAwareChannelHandler

Inherited from SimpleChannelHandler

Inherited from ChannelDownstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped