com.github.mauricio.async.db.postgresql.codec
Members list
Concise view
Type members
Classlikes
object MessageDecoder
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MessageDecoder.type
class MessageDecoder(sslEnabled: Boolean, charset: Charset, maximumMessageSize: Int) extends ByteToMessageDecoder
Attributes
- Companion:
- object
- Graph
- Supertypes
- class ByteToMessageDecoderclass ChannelInboundHandlerAdaptertrait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any
object MessageEncoder
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- MessageEncoder.type
class MessageEncoder(charset: Charset, encoderRegistry: ColumnEncoderRegistry) extends MessageToMessageEncoder[Object]
Attributes
- Companion:
- object
- Graph
- Supertypes
- class MessageToMessageEncoder[Object]class ChannelOutboundHandlerAdaptertrait ChannelOutboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class PostgreSQLConnection
object PostgreSQLConnectionHandler
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
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 ChannelInboundHandlerAdaptertrait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any