| Package | Description |
|---|---|
| org.jdiameter.api.auth | |
| org.jdiameter.api.gq |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientAuthSessionListener.doAbortSessionRequestEvent(ClientAuthSession session,
AbortSessionRequest request)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived AbortSessionRequest message.
|
void |
ClientAuthSessionListener.doAuthAnswerEvent(ClientAuthSession session,
AppRequestEvent request,
AppAnswerEvent answer)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived AuthAnswer message.
|
void |
ClientAuthSessionListener.doReAuthRequestEvent(ClientAuthSession session,
ReAuthRequest request)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived ReAuthRequest message.
|
void |
ClientAuthSessionListener.doSessionTerminationAnswerEvent(ClientAuthSession session,
SessionTermAnswer answer)
Notifies this AuthSessionEventListener that the ClientAuthSesssion has recived SessionTerminationAnswer message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GqClientSession
Basic class for Client Gq application specific session
Listener must be injected from constructor of implementation class
|
Copyright © 2016. All Rights Reserved.