SendLongDataEncoder

class SendLongDataEncoder extends MessageToMessageEncoder[SendLongDataMessage]
Companion
object
class MessageToMessageEncoder[SendLongDataMessage]
class ChannelOutboundHandlerAdapter
trait ChannelOutboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

@throws(java.lang.Exception)
def acceptOutboundMessage(x$0: <FromJavaObject>): Boolean
Inherited from
MessageToMessageEncoder
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def bind(x$0: ChannelHandlerContext, x$1: SocketAddress, x$2: ChannelPromise): Unit
Inherited from
ChannelOutboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def close(x$0: ChannelHandlerContext, x$1: ChannelPromise): Unit
Inherited from
ChannelOutboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def connect(x$0: ChannelHandlerContext, x$1: SocketAddress, x$2: SocketAddress, x$3: ChannelPromise): Unit
Inherited from
ChannelOutboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def deregister(x$0: ChannelHandlerContext, x$1: ChannelPromise): Unit
Inherited from
ChannelOutboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def disconnect(x$0: ChannelHandlerContext, x$1: ChannelPromise): Unit
Inherited from
ChannelOutboundHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def flush(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelOutboundHandlerAdapter
@throws(java.lang.Exception)
def handlerAdded(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelHandlerAdapter
@throws(java.lang.Exception)
def handlerRemoved(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelHandlerAdapter
def isSharable(): Boolean
Inherited from
ChannelHandlerAdapter
@ChannelHandlerMask$$Skip @throws(java.lang.Exception)
def read(x$0: ChannelHandlerContext): Unit
Inherited from
ChannelOutboundHandlerAdapter
@throws(java.lang.Exception)
def write(x$0: ChannelHandlerContext, x$1: <FromJavaObject>, x$2: ChannelPromise): Unit
Inherited from
MessageToMessageEncoder

Deprecated and Inherited methods

@ChannelHandlerMask$$Skip @Deprecated @deprecated("see corresponding Javadoc for more information.", "") @throws(java.lang.Exception)
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit
Deprecated
Inherited from
ChannelHandlerAdapter