com.limegroup.gnutella
Class RouteTable.ReplyRoutePair

java.lang.Object
  extended bycom.limegroup.gnutella.RouteTable.ReplyRoutePair
Enclosing class:
RouteTable

public static final class RouteTable.ReplyRoutePair
extends java.lang.Object

The return value from getReplyHandler.


Method Summary
 int getBytesRouted()
          Returns the volume of messages already routed for the given GUID.
 ReplyHandler getReplyHandler()
          Returns the ReplyHandler to route your message
 int getResultsRouted()
          Accessor for the number of query results that have been routed for the GUID that identifies this ReplyRoutePair.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getReplyHandler

public ReplyHandler getReplyHandler()
Returns the ReplyHandler to route your message


getBytesRouted

public int getBytesRouted()
Returns the volume of messages already routed for the given GUID.


getResultsRouted

public int getResultsRouted()
Accessor for the number of query results that have been routed for the GUID that identifies this ReplyRoutePair.

Returns:
the number of query results that have been routed for this guid