com.aelitis.azureus.core.peermanager.messaging.azureus
Class AZMessageFactory.LegacyData

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

protected static class AZMessageFactory.LegacyData
extends java.lang.Object


Field Summary
protected  boolean is_no_delay
           
protected  int priority
           
protected  Message[] to_remove
           
 
Constructor Summary
protected AZMessageFactory.LegacyData(int prio, boolean no_delay, Message[] remove)
           
 
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
Constructor Detail

AZMessageFactory.LegacyData

protected AZMessageFactory.LegacyData(int prio,
                                      boolean no_delay,
                                      Message[] remove)