Class SocksAuthResponseDecoder

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class SocksAuthResponseDecoder extends ReplayingDecoder<SocksAuthResponseDecoder.State>
Decodes ByteBufs into SocksAuthResponse. Before returning SocksResponse decoder removes itself from pipeline.