MySQLOneToOneEncoder

com.github.mauricio.async.db.mysql.codec.MySQLOneToOneEncoder
See theMySQLOneToOneEncoder companion object
class MySQLOneToOneEncoder(charset: Charset, charsetMapper: CharsetMapper) extends MessageToMessageEncoder[ClientMessage]

Attributes

Companion
object
Graph
Supertypes
class MessageToMessageEncoder[ClientMessage]
class ChannelOutboundHandlerAdapter
trait ChannelOutboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def encode(ctx: ChannelHandlerContext, message: ClientMessage, out: List[Object]): Unit

Inherited methods

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

Attributes

Inherited from:
MessageToMessageEncoder
def bind(x$0: ChannelHandlerContext, x$1: SocketAddress, x$2: ChannelPromise): Unit

Attributes

Inherited from:
ChannelOutboundHandlerAdapter
def close(x$0: ChannelHandlerContext, x$1: ChannelPromise): Unit

Attributes

Inherited from:
ChannelOutboundHandlerAdapter
def connect(x$0: ChannelHandlerContext, x$1: SocketAddress, x$2: SocketAddress, x$3: ChannelPromise): Unit

Attributes

Inherited from:
ChannelOutboundHandlerAdapter
def deregister(x$0: ChannelHandlerContext, x$1: ChannelPromise): Unit

Attributes

Inherited from:
ChannelOutboundHandlerAdapter
def disconnect(x$0: ChannelHandlerContext, x$1: ChannelPromise): Unit

Attributes

Inherited from:
ChannelOutboundHandlerAdapter
def flush(x$0: ChannelHandlerContext): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

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

Attributes

Inherited from:
ChannelOutboundHandlerAdapter
def write(x$0: ChannelHandlerContext, x$1: <FromJavaObject>, x$2: ChannelPromise): Unit

Attributes

Inherited from:
MessageToMessageEncoder

Deprecated and Inherited methods

@Deprecated
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit

Attributes

Deprecated
true
Inherited from:
ChannelHandlerAdapter