Class BTMessageFactory.LegacyData
java.lang.Object
com.biglybt.core.peermanager.messaging.bittorrent.BTMessageFactory.LegacyData
- Enclosing class:
BTMessageFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final byteprotected final booleanprotected final intprotected final Message[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLegacyData(int prio, boolean no_delay, Message[] remove, byte btid) -
Method Summary
-
Field Details
-
priority
protected final int priority -
is_no_delay
protected final boolean is_no_delay -
to_remove
-
bt_id
protected final byte bt_id
-
-
Constructor Details
-
LegacyData
-