public final class SocksInitResponse extends SocksResponse
构造器和说明 |
---|
SocksInitResponse(SocksAuthScheme authScheme) |
限定符和类型 | 方法和说明 |
---|---|
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
在类中 SocksMessage