Class SocksInitRequestDecoder

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

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