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