Uses of Interface
org.jdiameter.common.api.app.auth.IAuthMessageFactory

Packages that use IAuthMessageFactory
org.jdiameter.client.impl.app.auth   
org.jdiameter.server.impl.app.auth   
 

Uses of IAuthMessageFactory in org.jdiameter.client.impl.app.auth
 

Fields in org.jdiameter.client.impl.app.auth declared as IAuthMessageFactory
protected  IAuthMessageFactory ClientAuthSessionImpl.factory
           
 

Constructors in org.jdiameter.client.impl.app.auth with parameters of type IAuthMessageFactory
ClientAuthSessionImpl(boolean stl, IAuthMessageFactory fct, org.jdiameter.api.SessionFactory sf, org.jdiameter.api.auth.ClientAuthSessionListener lst)
           
ClientAuthSessionImpl(boolean stl, java.lang.String sessionId, IAuthMessageFactory fct, org.jdiameter.api.SessionFactory sf, org.jdiameter.api.auth.ClientAuthSessionListener lst)
           
 

Uses of IAuthMessageFactory in org.jdiameter.server.impl.app.auth
 

Fields in org.jdiameter.server.impl.app.auth declared as IAuthMessageFactory
protected  IAuthMessageFactory ServerAuthSessionImpl.factory
           
 

Constructors in org.jdiameter.server.impl.app.auth with parameters of type IAuthMessageFactory
ServerAuthSessionImpl(org.jdiameter.api.Session session, org.jdiameter.api.Request initialRequest, org.jdiameter.api.auth.ServerAuthSessionListener lst, IAuthMessageFactory fct, long tsTimeout, boolean stateless, org.jdiameter.api.app.StateChangeListener... scListeners)
           
 



Copyright © 2008. All Rights Reserved.