Package net.i2p.socks
Class SOCKS5Constants
- java.lang.Object
-
- net.i2p.socks.SOCKS5Constants
-
public class SOCKS5Constants extends Object
- Since:
- 0.9.33 Moved out of net.i2p.i2ptunnel.socks.SOCKS5Server
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SOCKS5Constants.AddressType
static class
SOCKS5Constants.Command
static class
SOCKS5Constants.Method
static class
SOCKS5Constants.Reply
-
Field Summary
Fields Modifier and Type Field Description static int
AUTH_FAILURE
static int
AUTH_SUCCESS
static int
AUTH_VERSION
static int
SOCKS_VERSION_5
-
-
-
Field Detail
-
SOCKS_VERSION_5
public static final int SOCKS_VERSION_5
- See Also:
- Constant Field Values
-
AUTH_VERSION
public static final int AUTH_VERSION
- See Also:
- Constant Field Values
-
AUTH_SUCCESS
public static final int AUTH_SUCCESS
- See Also:
- Constant Field Values
-
AUTH_FAILURE
public static final int AUTH_FAILURE
- See Also:
- Constant Field Values
-
-