org.jdiameter.api.rf
Interface ClientRfSession
- All Superinterfaces:
- AppSession, BaseSession, StateMachine
public interface ClientRfSession
- extends AppSession, StateMachine
Basic class for Rf accounting application specific session
Listener must injection from constructor of implementation class
- Author:
- Bartosz Baranowski , Alexandre Mendonca
sendAccountRequest
void sendAccountRequest(RfAccountingRequest request)
throws InternalException,
java.lang.IllegalStateException,
RouteException,
OverloadException
- Send Account Request to Server
- Parameters:
request - request object
- Throws:
InternalException - The InternalException signals that internal error is occurred.
java.lang.IllegalStateException - The IllegalStateException signals that session has incorrect state (invalid).
RouteException - The NoRouteException signals that no route exist for a given realm.
OverloadException - The OverloadException signals that destination host is overloaded.
Copyright © 2013. All Rights Reserved.