public class SocksInitRequestDecoder
extends io.netty.handler.codec.ReplayingDecoder<io.netty.handler.codec.socks.SocksInitRequestDecoder.State>
ByteBuf
s into SocksInitRequest
.
Before returning SocksRequest decoder removes itself from pipeline.Constructor and Description |
---|
SocksInitRequestDecoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf byteBuf,
List<Object> out) |
callDecode, checkpoint, checkpoint, state, state
actualReadableBytes, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
ensureNotSharable, handlerAdded, isSharable
Copyright © 2008–2020 The Netty Project. All rights reserved.