Packages

c

com.twitter.finagle.postgres.codec

PgClientChannelHandler

class PgClientChannelHandler extends ChannelDuplexHandler

Linear Supertypes
ChannelDuplexHandler, ChannelOutboundHandler, ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgClientChannelHandler
  2. ChannelDuplexHandler
  3. ChannelOutboundHandler
  4. ChannelInboundHandlerAdapter
  5. ChannelInboundHandler
  6. ChannelHandlerAdapter
  7. ChannelHandler
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PgClientChannelHandler(sslEngineFactory: SslClientEngineFactory, sessionVerifier: SslClientSessionVerifier, sslConfig: Option[SslClientConfiguration], useSsl: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bind(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: ChannelPromise): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  6. def channelActive(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  7. def channelInactive(ctx: ChannelHandlerContext): Unit
    Definition Classes
    PgClientChannelHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  8. def channelRead(ctx: ChannelHandlerContext, message: AnyRef): Unit
    Definition Classes
    PgClientChannelHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
  9. def channelReadComplete(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  10. def channelRegistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  11. def channelUnregistered(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  12. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def close(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  15. def connect(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: ChannelPromise): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  16. def deregister(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  17. def disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  18. def ensureNotSharable(): Unit
    Attributes
    protected[io.netty.channel]
    Definition Classes
    ChannelHandlerAdapter
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def flush(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def handlerAdded(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. def handlerRemoved(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isSharable(): Boolean
    Definition Classes
    ChannelHandlerAdapter
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def read(arg0: ChannelHandlerContext): Unit
    Definition Classes
    ChannelDuplexHandler → ChannelOutboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val useSsl: Boolean
  37. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def write(ctx: ChannelHandlerContext, message: AnyRef, promise: ChannelPromise): Unit
    Definition Classes
    PgClientChannelHandler → ChannelDuplexHandler → ChannelOutboundHandler

Inherited from ChannelDuplexHandler

Inherited from ChannelOutboundHandler

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped