public abstract class SocksRequest extends SocksMessage
SocksInitRequest, SocksAuthRequest, SocksCmdRequest and UnknownSocksRequest.| Modifier | Constructor and Description |
|---|---|
protected |
SocksRequest (SocksRequestType requestType) |
| Modifier and Type | Method and Description |
|---|---|
SocksRequestType |
requestType ()
Returns socks request type
|
encodeAsByteBuf, protocolVersion, type clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected SocksRequest(SocksRequestType requestType)
public SocksRequestType requestType()
Copyright © 2008–2018 The Netty Project. All rights reserved.