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