com.aelitis.azureus.core.peermanager.messaging.bittorrent.ltep
Class LTMessageFactory

java.lang.Object
  extended by com.aelitis.azureus.core.peermanager.messaging.bittorrent.ltep.LTMessageFactory

public class LTMessageFactory
extends Object

Author:
Allan Crooks

Field Summary
static byte MESSAGE_VERSION_INITIAL
           
static byte MESSAGE_VERSION_SUPPORTS_PADDING
           
 
Constructor Summary
LTMessageFactory()
           
 
Method Summary
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

LTMessageFactory

public LTMessageFactory()
Method Detail

init

public static void init()