Uses of Interface
org.jdiameter.common.api.app.rx.IClientRxSessionContext

Packages that use IClientRxSessionContext
org.jdiameter.client.impl.app.rx   
org.jdiameter.common.api.app.rx   
org.jdiameter.common.impl.app.rx   
 

Uses of IClientRxSessionContext in org.jdiameter.client.impl.app.rx
 

Fields in org.jdiameter.client.impl.app.rx declared as IClientRxSessionContext
protected  IClientRxSessionContext ClientRxSessionImpl.context
           
 

Constructors in org.jdiameter.client.impl.app.rx with parameters of type IClientRxSessionContext
ClientRxSessionImpl(IClientRxSessionData sessionData, IRxMessageFactory fct, ISessionFactory sf, ClientRxSessionListener lst, IClientRxSessionContext ctx, StateChangeListener<AppSession> stLst)
           
 

Uses of IClientRxSessionContext in org.jdiameter.common.api.app.rx
 

Methods in org.jdiameter.common.api.app.rx that return IClientRxSessionContext
 IClientRxSessionContext IRxSessionFactory.getClientContextListener()
           
 

Methods in org.jdiameter.common.api.app.rx with parameters of type IClientRxSessionContext
 void IRxSessionFactory.setClientContextListener(IClientRxSessionContext clientContextListener)
           
 

Uses of IClientRxSessionContext in org.jdiameter.common.impl.app.rx
 

Classes in org.jdiameter.common.impl.app.rx that implement IClientRxSessionContext
 class RxSessionFactoryImpl
          Default Diameter Rx Session Factory implementation.
 

Fields in org.jdiameter.common.impl.app.rx declared as IClientRxSessionContext
protected  IClientRxSessionContext RxSessionFactoryImpl.clientContextListener
           
 

Methods in org.jdiameter.common.impl.app.rx that return IClientRxSessionContext
 IClientRxSessionContext RxSessionFactoryImpl.getClientContextListener()
           
 

Methods in org.jdiameter.common.impl.app.rx with parameters of type IClientRxSessionContext
 void RxSessionFactoryImpl.setClientContextListener(IClientRxSessionContext clientContextListener)
           
 



Copyright © 2014. All Rights Reserved.