public final class SocksInitRequest extends SocksRequest
SocksInitResponse,
SocksInitRequestDecoder | Constructor and Description |
|---|
SocksInitRequest (java.util.List<SocksAuthScheme> authSchemes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SocksAuthScheme> |
authSchemes ()
Returns the List<
SocksAuthScheme> of this SocksInitRequest |
void |
encodeAsByteBuf (ByteBuf byteBuf) |
requestType protocolVersion, type clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SocksInitRequest(java.util.List<SocksAuthScheme> authSchemes)
public java.util.List<SocksAuthScheme> authSchemes()
SocksAuthScheme> of this SocksInitRequest SocksAuthScheme> of this SocksInitRequest public void encodeAsByteBuf(ByteBuf byteBuf)
encodeAsByteBuf in class SocksMessage Copyright © 2008–2018 The Netty Project. All rights reserved.