Package net.i2p.socks
Class SOCKS5Constants.Command
- java.lang.Object
-
- net.i2p.socks.SOCKS5Constants.Command
-
- Enclosing class:
- SOCKS5Constants
public static class SOCKS5Constants.Command extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BIND
static int
CONNECT
static int
UDP_ASSOCIATE
-
Constructor Summary
Constructors Constructor Description Command()
-
-
-
Field Detail
-
CONNECT
public static final int CONNECT
- See Also:
- Constant Field Values
-
BIND
public static final int BIND
- See Also:
- Constant Field Values
-
UDP_ASSOCIATE
public static final int UDP_ASSOCIATE
- See Also:
- Constant Field Values
-
-