Package | Description |
---|---|
io.netty.handler.codec.socks |
Encoder, decoder and their related message types for Socks.
|
Modifier and Type | Method and Description |
---|---|
SocksRequestType |
SocksRequest.requestType()
Returns socks request type
|
static SocksRequestType |
SocksRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocksRequestType[] |
SocksRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SocksRequest(SocksRequestType requestType) |
Copyright © 2008–2024 The Netty Project. All rights reserved.