com.github.mauricio.async.db.postgresql.codec

PostgreSQLConnectionHandler

class PostgreSQLConnectionHandler extends SimpleChannelHandler with LifeCycleAwareChannelHandler

Linear Supertypes
LifeCycleAwareChannelHandler, SimpleChannelHandler, ChannelDownstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PostgreSQLConnectionHandler
  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 PostgreSQLConnectionHandler(configuration: Configuration, encoderRegistry: ColumnEncoderRegistry, decoderRegistry: ColumnDecoderRegistry, connectionDelegate: PostgreSQLConnectionDelegate)

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
    PostgreSQLConnectionHandler → LifeCycleAwareChannelHandler
  7. def afterRemove(ctx: ChannelHandlerContext): Unit

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

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

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

    Definition Classes
    PostgreSQLConnectionHandler → 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
    PostgreSQLConnectionHandler → SimpleChannelHandler
  15. def channelDisconnected(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    PostgreSQLConnectionHandler → SimpleChannelHandler
  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[PostgreSQLConnectionHandler]

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  25. def disconnect: Future[PostgreSQLConnectionHandler]

  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
    PostgreSQLConnectionHandler → 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
    PostgreSQLConnectionHandler → 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 setInterestOpsRequested(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

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

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def write(message: ClientMessage): Unit

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

    Definition Classes
    SimpleChannelHandler
    Annotations
    @throws()
  50. 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