public interface ServerRxSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
doAARequest(ServerRxSession session,
RxAARequest request) |
void |
doAbortSessionAnswer(ServerRxSession session,
RxAbortSessionRequest request,
RxAbortSessionAnswer answer) |
void |
doOtherEvent(AppSession session,
AppRequestEvent request,
AppAnswerEvent answer) |
void |
doReAuthAnswer(ServerRxSession session,
RxReAuthRequest request,
RxReAuthAnswer answer) |
void |
doSessionTermRequest(ServerRxSession session,
RxSessionTermRequest request) |
void doAARequest(ServerRxSession session, RxAARequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doSessionTermRequest(ServerRxSession session, RxSessionTermRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doReAuthAnswer(ServerRxSession session, RxReAuthRequest request, RxReAuthAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doAbortSessionAnswer(ServerRxSession session, RxAbortSessionRequest request, RxAbortSessionAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
void doOtherEvent(AppSession session, AppRequestEvent request, AppAnswerEvent answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
Copyright © 2016. All Rights Reserved.