public class RemoteObjectDecoder
extends io.netty.handler.codec.serialization.ObjectDecoder
| Modifier and Type | Field and Description |
|---|---|
private RemoteConnection |
connection |
| Constructor and Description |
|---|
RemoteObjectDecoder(RemoteConnection connection)
Creates a new encoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in) |
decode, getUnadjustedFrameLengthactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecodechannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredprivate final RemoteConnection connection
public RemoteObjectDecoder(RemoteConnection connection)
connection - connection handling serialization details