PostgreSQLConnectionHandler

com.github.mauricio.async.db.postgresql.codec.PostgreSQLConnectionHandler
See thePostgreSQLConnectionHandler companion object
class PostgreSQLConnectionHandler(configuration: Configuration, encoderRegistry: ColumnEncoderRegistry, decoderRegistry: ColumnDecoderRegistry, connectionDelegate: PostgreSQLConnectionDelegate, group: EventLoopGroup, executionContext: ExecutionContext) extends SimpleChannelInboundHandler[Object]

Attributes

Companion
object
Graph
Supertypes
class SimpleChannelInboundHandler[Object]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def channelActive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def channelInactive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def channelRead0(ctx: ChannelHandlerContext, msg: Object): Unit

Attributes

Definition Classes
SimpleChannelInboundHandler
override def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler -> ChannelHandlerAdapter -> ChannelHandler
override def handlerAdded(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelHandlerAdapter -> ChannelHandler
def isConnected: Boolean
def write(message: ClientMessage): Unit

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelReadComplete(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelRegistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelUnregistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def handlerRemoved(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter