Class SocksAuthRequestDecoder

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class SocksAuthRequestDecoder extends ReplayingDecoder<SocksAuthRequestDecoder.State>
Decodes ByteBufs into SocksAuthRequest. Before returning SocksRequest decoder removes itself from pipeline.