Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Unified API - Client Control Features.
|
com.pushtechnology.diffusion.client.security.authentication |
Unified API - Security - Authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientControl.SessionDetailsContextCallback.onReply(C context,
SessionId sessionId,
SessionDetails sessionDetails)
Called to return requested session details.
|
void |
ClientControl.SessionDetailsContextCallback.Default.onReply(C context,
SessionId sessionId,
SessionDetails sessionDetails) |
void |
ClientControl.SessionDetailsCallback.onReply(SessionId sessionId,
SessionDetails sessionDetails)
Called to return requested session details.
|
void |
ClientControl.SessionDetailsCallback.Default.onReply(SessionId sessionId,
SessionDetails sessionDetails) |
void |
ClientControl.SessionDetailsListener.onSessionClose(SessionId sessionId,
SessionDetails sessionDetails,
ClientControl.CloseReason closeReason)
Notification that a client session has closed.
|
void |
ClientControl.SessionDetailsListener.Default.onSessionClose(SessionId sessionId,
SessionDetails sessionDetails,
ClientControl.CloseReason finalState) |
void |
ClientControl.SessionDetailsListener.onSessionOpen(SessionId sessionId,
SessionDetails sessionDetails)
Notification that a new client session has been opened.
|
void |
ClientControl.SessionDetailsListener.Default.onSessionOpen(SessionId sessionId,
SessionDetails sessionDetails) |
void |
ClientControl.SessionDetailsListener.onSessionUpdate(SessionId sessionId,
SessionDetails sessionDetails)
Notification of a change to a client session.
|
void |
ClientControl.SessionDetailsListener.Default.onSessionUpdate(SessionId sessionId,
SessionDetails sessionDetails) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationHandler.authenticate(String principal,
Credentials credentials,
SessionDetails sessionDetails,
AuthenticationHandler.Callback callback)
Request authentication.
|
void |
CompositeAuthenticationHandler.authenticate(String principal,
Credentials credentials,
SessionDetails sessionDetails,
AuthenticationHandler.Callback callback) |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.