Class RouteTable

java.lang.Object
com.bea.wcp.diameter.RouteTable

public final class RouteTable extends Object
Peer-based routing table, as described in RFC 3588 section 2.6.
  • Constructor Details

  • Method Details

    • addRoute

      public void addRoute(String realm, int appId, Route route)
    • setDefaultRoute

      public void setDefaultRoute(Route defaultRoute)
    • getDestinationPeers

      public Peer[] getDestinationPeers(Request req) throws IOException
      Throws:
      IOException
    • getRouteLbEnabled

      public boolean getRouteLbEnabled(Request req)