Uses of Interface
org.jdiameter.server.api.agent.IAgent

Packages that use IAgent
org.jdiameter.client.api.controller   
org.jdiameter.client.impl.controller   
org.jdiameter.server.api.agent   
org.jdiameter.server.impl.agent   
 

Uses of IAgent in org.jdiameter.client.api.controller
 

Methods in org.jdiameter.client.api.controller that return IAgent
 IAgent IRealm.getAgent()
          Get the processing agent for this realm
 

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

Fields in org.jdiameter.client.impl.controller declared as IAgent
protected  IAgent RealmImpl.agent
           
 

Methods in org.jdiameter.client.impl.controller that return IAgent
 IAgent RealmImpl.getAgent()
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type IAgent
RealmImpl(java.lang.String name, ApplicationId applicationId, LocalAction localAction, IAgent agent, IAgentConfiguration agentConfiguration, boolean dynamic, long expirationTime, java.lang.String... hosts)
           
 

Uses of IAgent in org.jdiameter.server.api.agent
 

Subinterfaces of IAgent in org.jdiameter.server.api.agent
 interface IProxy
           
 interface IRedirect
           
 

Uses of IAgent in org.jdiameter.server.impl.agent
 

Classes in org.jdiameter.server.impl.agent that implement IAgent
 class AgentImpl
           
 class ProxyAgentImpl
           
 class RedirectAgentImpl
           
 



Copyright © 2014. All Rights Reserved.