Uses of Interface
org.jdiameter.client.api.IAnswer

Packages that use IAnswer
org.jdiameter.client.api   
org.jdiameter.client.api.controller   
org.jdiameter.client.api.router   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.parser   
org.jdiameter.client.impl.router   
 

Uses of IAnswer in org.jdiameter.client.api
 

Subinterfaces of IAnswer in org.jdiameter.client.api
 interface IMessage
          This interface extends basic message interface Data: $Date: 2009/07/27 18:05:03 $ Revision: $Revision: 1.2 $
 

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

Methods in org.jdiameter.client.api.controller with parameters of type IAnswer
 Realm IRealmTable.matchRealm(IAnswer message, java.lang.String destRealm)
           
 

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

Methods in org.jdiameter.client.api.router with parameters of type IAnswer
 void IRouter.processRedirectAnswer(IRequest request, IAnswer answer, IPeerTable table)
          Called when redirect answer is received for request.
 

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

Methods in org.jdiameter.client.impl.controller with parameters of type IAnswer
 Realm RealmTableImpl.matchRealm(IAnswer message, java.lang.String destRealm)
           
 

Uses of IAnswer in org.jdiameter.client.impl.parser
 

Classes in org.jdiameter.client.impl.parser that implement IAnswer
 class MessageImpl
          Represents a Diameter message.
 

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

Methods in org.jdiameter.client.impl.router with parameters of type IAnswer
 void RouterImpl.processRedirectAnswer(IRequest request, IAnswer answer, IPeerTable table)
           
 



Copyright © 2014. All Rights Reserved.