|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientAuthSession | |
|---|---|
| org.jdiameter.api.auth | |
| org.jdiameter.api.gq | |
| Uses of ClientAuthSession in org.jdiameter.api.auth |
|---|
| Methods in org.jdiameter.api.auth with parameters of type ClientAuthSession | |
|---|---|
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. |
| Uses of ClientAuthSession in org.jdiameter.api.gq |
|---|
| Subinterfaces of ClientAuthSession in org.jdiameter.api.gq | |
|---|---|
interface |
GqClientSession
Basic class for Client Gq application specific session Listener must be injected from constructor of implementation class |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||