Package com.biglybt.core.versioncheck
Class VersionCheckClientUDPCodecs
- java.lang.Object
-
- com.biglybt.core.versioncheck.VersionCheckClientUDPCodecs
-
public class VersionCheckClientUDPCodecs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACT_VERSION_REPLY
static int
ACT_VERSION_REQUEST
private static boolean
registered
-
Constructor Summary
Constructors Constructor Description VersionCheckClientUDPCodecs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
registerCodecs()
-
-
-
Field Detail
-
ACT_VERSION_REQUEST
public static final int ACT_VERSION_REQUEST
- See Also:
- Constant Field Values
-
ACT_VERSION_REPLY
public static final int ACT_VERSION_REPLY
- See Also:
- Constant Field Values
-
registered
private static boolean registered
-
-