SendLongDataEncoder

com.github.mauricio.async.db.mysql.codec.SendLongDataEncoder
See theSendLongDataEncoder companion object
class SendLongDataEncoder extends MessageToMessageEncoder[SendLongDataMessage]

Attributes

Companion:
object
Graph
Supertypes
class MessageToMessageEncoder[SendLongDataMessage]
class ChannelOutboundHandlerAdapter
trait ChannelOutboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def encode(ctx: ChannelHandlerContext, message: SendLongDataMessage, 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