Uses of Interface
org.jdiameter.api.BaseSession

Packages that use BaseSession
org.jdiameter.api   
org.jdiameter.api.acc   
org.jdiameter.api.app   
org.jdiameter.api.auth   
org.jdiameter.api.cca   
org.jdiameter.api.cxdx   
org.jdiameter.api.rf   
org.jdiameter.api.ro   
org.jdiameter.api.sh   
 

Uses of BaseSession in org.jdiameter.api
 

Subinterfaces of BaseSession in org.jdiameter.api
 interface RawSession
          This interface append to base interface specific methods for creating and send raw diameter messages
 interface Session
          This interface append to base interface specific methods for creating and send diameter requests and responses
 

Methods in org.jdiameter.api with type parameters of type BaseSession
<T extends BaseSession>
T
Stack.getSession(java.lang.String sessionId, java.lang.Class<T> clazz)
          Return an existing session, if present
 

Uses of BaseSession in org.jdiameter.api.acc
 

Subinterfaces of BaseSession in org.jdiameter.api.acc
 interface ClientAccSession
          Basic class for accounting application specific session Listener must injection from constructor of implementation class
 interface ServerAccSession
          Basic class for server accounting application specific session.
 

Uses of BaseSession in org.jdiameter.api.app
 

Subinterfaces of BaseSession in org.jdiameter.api.app
 interface AppSession
          Basic class for application specific session (Sx, Rx, Gx)
 

Uses of BaseSession in org.jdiameter.api.auth
 

Subinterfaces of BaseSession in org.jdiameter.api.auth
 interface ClientAuthSession
          Basic class for authentication application specific session Listener must injection from constructor of implementation class
 interface ServerAuthSession
          Basic class for server authentication application specific session.
 

Uses of BaseSession in org.jdiameter.api.cca
 

Subinterfaces of BaseSession in org.jdiameter.api.cca
 interface ClientCCASession
          Basic class for client credit-control application specific session Listener must be injected from constructor of implementation class
 interface ServerCCASession
          Basic class for server credit-control application specific session Listener must be injected from constructor of implementation class
 

Uses of BaseSession in org.jdiameter.api.cxdx
 

Subinterfaces of BaseSession in org.jdiameter.api.cxdx
 interface ClientCxDxSession
          Start time:13:23:06 2009-08-17
Project: diameter-parent
 interface ServerCxDxSession
          Start time:13:23:41 2009-08-17
Project: diameter-parent
 

Uses of BaseSession in org.jdiameter.api.rf
 

Subinterfaces of BaseSession in org.jdiameter.api.rf
 interface ClientRfSession
          Basic class for Rf accounting application specific session Listener must injection from constructor of implementation class
 interface ServerRfSession
          Basic class for server Rf accounting application specific session.
 

Uses of BaseSession in org.jdiameter.api.ro
 

Subinterfaces of BaseSession in org.jdiameter.api.ro
 interface ClientRoSession
          Basic class for Ro client credit-control application specific session Listener must be injected from constructor of implementation class
 interface ServerRoSession
          Basic class for server credit-control application specific session Listener must be injected from constructor of implementation class
 

Uses of BaseSession in org.jdiameter.api.sh
 

Subinterfaces of BaseSession in org.jdiameter.api.sh
 interface ClientShSession
           
 interface ServerShSession
           
 



Copyright © 2010. All Rights Reserved.