Class LTMessageFactory
- java.lang.Object
-
- com.biglybt.core.peermanager.messaging.bittorrent.ltep.LTMessageFactory
-
public class LTMessageFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte
MESSAGE_VERSION_INITIAL
static byte
MESSAGE_VERSION_SUPPORTS_PADDING
-
Constructor Summary
Constructors Constructor Description LTMessageFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init()
-
-
-
Field Detail
-
MESSAGE_VERSION_INITIAL
public static final byte MESSAGE_VERSION_INITIAL
- See Also:
- Constant Field Values
-
MESSAGE_VERSION_SUPPORTS_PADDING
public static final byte MESSAGE_VERSION_SUPPORTS_PADDING
- See Also:
- Constant Field Values
-
-