public class SocksAuthResponseDecoder
extends io.netty.handler.codec.ReplayingDecoder<io.netty.handler.codec.socks.SocksAuthResponseDecoder.State>
ByteBuf
s into SocksAuthResponse
.
Before returning SocksResponse decoder removes itself from pipeline.Constructor and Description |
---|
SocksAuthResponseDecoder() |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
io.netty.buffer.ByteBuf byteBuf,
List<Object> out) |
static String |
getName()
Deprecated.
Will be removed at the next minor version bump.
|
callDecode, checkpoint, checkpoint, state, state
actualReadableBytes, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggered
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
@Deprecated public static String getName()
Copyright © 2008–2016 The Netty Project. All rights reserved.