|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerAuthSession | |
|---|---|
| org.jdiameter.api.auth | |
| org.jdiameter.api.gq | |
| Uses of ServerAuthSession in org.jdiameter.api.auth |
|---|
| Methods in org.jdiameter.api.auth with parameters of type ServerAuthSession | |
|---|---|
void |
ServerAuthSessionListener.doAbortSessionAnswerEvent(ServerAuthSession session,
AbortSessionAnswer answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AbortSessionRequest message. |
void |
ServerAuthSessionListener.doAuthRequestEvent(ServerAuthSession session,
AppRequestEvent request)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AuthRequest message. |
void |
ServerAuthSessionListener.doReAuthAnswerEvent(ServerAuthSession session,
ReAuthRequest request,
ReAuthAnswer answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived ReAuthAnswer message. |
void |
ServerAuthSessionListener.doSessionTerminationRequestEvent(ServerAuthSession session,
SessionTermRequest request)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived SessionTerminationRequest message. |
| Uses of ServerAuthSession in org.jdiameter.api.gq |
|---|
| Subinterfaces of ServerAuthSession in org.jdiameter.api.gq | |
|---|---|
interface |
GqServerSession
Basic class for Server Gq application specific session Listener must be injected from constructor of implementation class |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||