public class DiameterMessageDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
| Modifier and Type | Field and Description |
|---|---|
protected TCPClientConnection |
parentConnection |
protected IMessageParser |
parser |
| Constructor and Description |
|---|
DiameterMessageDecoder(TCPClientConnection parentConnection,
IMessageParser parser) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtprotected final IMessageParser parser
protected final TCPClientConnection parentConnection
public DiameterMessageDecoder(TCPClientConnection parentConnection, IMessageParser parser)
Copyright © 2016. All Rights Reserved.