Uses of Class
org.psepr.jClient.PsEPRRouter

Uses of PsEPRRouter in org.psepr.jClient
 

Subclasses of PsEPRRouter in org.psepr.jClient
 class SimpleRouterManagerRouter
          Extends the basic PsEPRRouter definition with some flags used by the SimpleRouteManager.
 

Methods in org.psepr.jClient that return PsEPRRouter
 PsEPRRouter SimpleRouterManager.getNextRouterToTry()
          Get the next router to try.
 PsEPRRouter RouterManager.getNextRouterToTry()
          Called to get a PsEPRRouter to attempt a connection on.
 PsEPRRouter SimpleRouterManager.getNextRouterToTryOld()
           Get the next router to try.
 PsEPRRouter PsEPRConnection.getRouter()
          Return the router structure for this connection.
 

Methods in org.psepr.jClient with parameters of type PsEPRRouter
 void SimpleRouterManager.routerFailed(PsEPRRouter rtr)
           
 void RouterManager.routerFailed(PsEPRRouter pr)
          Called to say that a previously return PsEPRRouter couldn't be connected to.