MessageDecoder

com.github.mauricio.async.db.postgresql.codec.MessageDecoder
See theMessageDecoder companion object
class MessageDecoder(sslEnabled: Boolean, charset: Charset, maximumMessageSize: Int) extends ByteToMessageDecoder

Attributes

Companion
object
Graph
Supertypes
class ByteToMessageDecoder
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def decode(ctx: ChannelHandlerContext, b: ByteBuf, out: List[Object]): Unit

Attributes

Definition Classes
ByteToMessageDecoder

Inherited methods

def channelActive(x$0: ChannelHandlerContext): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ByteToMessageDecoder
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 exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
ByteToMessageDecoder
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def isSingleDecode(): Boolean

Attributes

Inherited from:
ByteToMessageDecoder
def setCumulator(x$0: Cumulator): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def setDiscardAfterReads(x$0: Int): Unit

Attributes

Inherited from:
ByteToMessageDecoder
def setSingleDecode(x$0: Boolean): Unit

Attributes

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

Attributes

Inherited from:
ByteToMessageDecoder