Uses of Interface
org.jdiameter.client.api.controller.IPeerTable

Packages that use IPeerTable
org.jdiameter.client.api.router   
org.jdiameter.client.impl   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.router   
org.jdiameter.server.api   
org.jdiameter.server.impl   
 

Uses of IPeerTable in org.jdiameter.client.api.router
 

Methods in org.jdiameter.client.api.router with parameters of type IPeerTable
 IPeer IRouter.getPeer(IMessage message, IPeerTable manager)
          Return peer from inner peer table by predefined pameters
 

Uses of IPeerTable in org.jdiameter.client.impl
 

Fields in org.jdiameter.client.impl declared as IPeerTable
protected  IPeerTable StackImpl.peerManager
           
 

Uses of IPeerTable in org.jdiameter.client.impl.controller
 

Classes in org.jdiameter.client.impl.controller that implement IPeerTable
 class PeerTableImpl
           
 

Uses of IPeerTable in org.jdiameter.client.impl.router
 

Methods in org.jdiameter.client.impl.router with parameters of type IPeerTable
 IPeer RouterImpl.getPeer(IMessage message, IPeerTable manager)
           
 

Uses of IPeerTable in org.jdiameter.server.api
 

Subinterfaces of IPeerTable in org.jdiameter.server.api
 interface IMutablePeerTable
          This interface describe extends methods of base class
 

Uses of IPeerTable in org.jdiameter.server.impl
 

Classes in org.jdiameter.server.impl that implement IPeerTable
 class MutablePeerTableImpl
           
 



Copyright © 2008. All Rights Reserved.