org.jdiameter.api.rx
Interface ClientRxSession
- All Superinterfaces:
- AppSession, BaseSession, StateMachine
public interface ClientRxSession
- extends AppSession, StateMachine
Basic class for Rx Client Interface specific session.
Listener must be injected from constructor of implementation class.
- Author:
- Richard Good , Alexandre Mendonca , Bartosz Baranowski
sendAARequest
void sendAARequest(RxAARequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendSessionTermRequest
void sendSessionTermRequest(RxSessionTermRequest request)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendReAuthAnswer
void sendReAuthAnswer(RxReAuthAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
sendAbortSessionAnswer
void sendAbortSessionAnswer(RxAbortSessionAnswer answer)
throws InternalException,
IllegalDiameterStateException,
RouteException,
OverloadException
- Throws:
InternalException
IllegalDiameterStateException
RouteException
OverloadException
Copyright © 2013. All Rights Reserved.