public final class SocksInitResponse extends SocksResponse
SocksInitRequest
,
SocksInitResponseDecoder
Constructor and Description |
---|
SocksInitResponse(SocksAuthScheme authScheme) |
Modifier and Type | Method and Description |
---|---|
SocksAuthScheme |
authScheme()
Returns the
SocksAuthScheme of this SocksInitResponse |
void |
encodeAsByteBuf(ByteBuf byteBuf) |
responseType
protocolVersion, type
public SocksInitResponse(SocksAuthScheme authScheme)
public SocksAuthScheme authScheme()
SocksAuthScheme
of this SocksInitResponse
SocksAuthScheme
of this SocksInitResponse
public void encodeAsByteBuf(ByteBuf byteBuf)
encodeAsByteBuf
in class SocksMessage
Copyright © 2008–2024 The Netty Project. All rights reserved.