public interface ClientRxSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doAAAnswer(ClientRxSession session,
RxAARequest request,
RxAAAnswer answer) |
void |
doAbortSessionRequest(ClientRxSession session,
RxAbortSessionRequest request) |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
void |
doReAuthRequest(ClientRxSession session,
RxReAuthRequest request) |
void |
doSessionTermAnswer(ClientRxSession session,
RxSessionTermRequest request,
RxSessionTermAnswer answer) |
void doAAAnswer(ClientRxSession session, RxAARequest request, RxAAAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doReAuthRequest(ClientRxSession session, RxReAuthRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doSessionTermAnswer(ClientRxSession session, RxSessionTermRequest request, RxSessionTermAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doAbortSessionRequest(ClientRxSession session, RxAbortSessionRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
Copyright © 2016. All Rights Reserved.