Class 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.