public interface ClientGxSession extends AppSession, StateMachine
| Modifier and Type | Method and Description |
|---|---|
void |
sendCreditControlRequest(GxCreditControlRequest request)
Send credit-control request to server.
|
void |
sendGxReAuthAnswer(GxReAuthAnswer answer)
Send re-authentication answer to server
|
getSessionAppId, getSessions, isStatelessgetCreationTime, getLastAccessedTime, getSessionId, isAppSession, isReplicable, isValid, releaseaddStateChangeNotification, getState, handleEvent, removeStateChangeNotificationvoid sendCreditControlRequest(GxCreditControlRequest request) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
request - Credit-Control-Request event instanceInternalException - The InternalException signals that internal error is occurred.IllegalDiameterStateException - 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.void sendGxReAuthAnswer(GxReAuthAnswer answer) throws InternalException, IllegalDiameterStateException, RouteException, OverloadException
answer - Re-Auth-Answer event instanceInternalException - The InternalException signals that internal error is occurred.IllegalDiameterStateException - 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 © 2016. All Rights Reserved.