public final class SocksInitRequest extends SocksRequest
SocksInitResponse
,
SocksInitRequestDecoder
Constructor and Description |
---|
SocksInitRequest(List<SocksAuthScheme> authSchemes) |
Modifier and Type | Method and Description |
---|---|
List<SocksAuthScheme> |
authSchemes()
Returns the List<
SocksAuthScheme > of this SocksInitRequest |
void |
encodeAsByteBuf(ByteBuf byteBuf)
Encode socks message into its byte representation and write it into byteBuf
|
requestType
protocolVersion, type
public SocksInitRequest(List<SocksAuthScheme> authSchemes)
public List<SocksAuthScheme> authSchemes()
SocksAuthScheme
> of this SocksInitRequest
SocksAuthScheme
> of this SocksInitRequest
public void encodeAsByteBuf(ByteBuf byteBuf)
SocksMessage
encodeAsByteBuf
in class SocksMessage
Copyright © 2008–2013 The Netty Project. All rights reserved.