class PgClientChannelHandler extends ChannelDuplexHandler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgClientChannelHandler
- ChannelDuplexHandler
- ChannelOutboundHandler
- ChannelInboundHandlerAdapter
- ChannelInboundHandler
- ChannelHandlerAdapter
- ChannelHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PgClientChannelHandler(sslEngineFactory: SslClientEngineFactory, sessionVerifier: SslClientSessionVerifier, sslConfig: Option[SslClientConfiguration], useSsl: Boolean)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bind(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: ChannelPromise): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
channelActive(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
channelInactive(ctx: ChannelHandlerContext): Unit
- Definition Classes
- PgClientChannelHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
-
def
channelRead(ctx: ChannelHandlerContext, message: AnyRef): Unit
- Definition Classes
- PgClientChannelHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
-
def
channelReadComplete(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
channelRegistered(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
channelUnregistered(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
channelWritabilityChanged(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
connect(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: ChannelPromise): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
deregister(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
ensureNotSharable(): Unit
- Attributes
- protected[io.netty.channel]
- Definition Classes
- ChannelHandlerAdapter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handlerAdded(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
handlerRemoved(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelHandlerAdapter → ChannelHandler
- Annotations
- @throws( classOf[java.lang.Exception] )
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
read(arg0: ChannelHandlerContext): Unit
- Definition Classes
- ChannelDuplexHandler → ChannelOutboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val useSsl: Boolean
-
def
userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit
- Definition Classes
- ChannelInboundHandlerAdapter → ChannelInboundHandler
- Annotations
- @Skip() @throws( classOf[java.lang.Exception] )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
write(ctx: ChannelHandlerContext, message: AnyRef, promise: ChannelPromise): Unit
- Definition Classes
- PgClientChannelHandler → ChannelDuplexHandler → ChannelOutboundHandler