com.aelitis.azureus.core.peermanager.messaging.bittorrent
Class BTMessageFactory.LegacyData

java.lang.Object
  extended by com.aelitis.azureus.core.peermanager.messaging.bittorrent.BTMessageFactory.LegacyData
Enclosing class:
BTMessageFactory

protected static class BTMessageFactory.LegacyData
extends Object


Field Summary
protected  byte bt_id
           
protected  boolean is_no_delay
           
protected  int priority
           
protected  Message[] to_remove
           
 
Constructor Summary
protected BTMessageFactory.LegacyData(int prio, boolean no_delay, Message[] remove, byte btid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

priority

protected final int priority

is_no_delay

protected final boolean is_no_delay

to_remove

protected final Message[] to_remove

bt_id

protected final byte bt_id
Constructor Detail

BTMessageFactory.LegacyData

protected BTMessageFactory.LegacyData(int prio,
                                      boolean no_delay,
                                      Message[] remove,
                                      byte btid)