Class Socks5PrivateAuthRequestDecoder

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.socksx.v5.Socks5PrivateAuthRequestDecoder
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public final class Socks5PrivateAuthRequestDecoder extends ByteToMessageDecoder
Decodes a single Socks5PrivateAuthRequest from the inbound ByteBufs. On successful decode, this decoder will forward the received data to the next handler, so that other handler can remove or replace this decoder later.