Package net.i2p.i2pcontrol
Class I2PControlVersion
- java.lang.Object
-
- net.i2p.i2pcontrol.I2PControlVersion
-
public class I2PControlVersion extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
API_VERSION
The current version of the I2PControl API being primarily being implementedstatic Set<Integer>
SUPPORTED_API_VERSIONS
The supported versions of the I2PControl APIstatic String
VERSION
The current version of I2PControl
-
Constructor Summary
Constructors Constructor Description I2PControlVersion()
-
-
-
Field Detail
-
VERSION
public static final String VERSION
The current version of I2PControl- See Also:
- Constant Field Values
-
API_VERSION
public static final int API_VERSION
The current version of the I2PControl API being primarily being implemented- See Also:
- Constant Field Values
-
-