Class BTMessageFactory.LegacyData
java.lang.Object
com.biglybt.core.peermanager.messaging.bittorrent.BTMessageFactory.LegacyData
- Enclosing class:
- BTMessageFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final byte
protected final boolean
protected final int
protected final Message[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LegacyData
(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
-