public static interface ClientControl.SessionDetailsCallback extends Callback
getSessionDetails
.Modifier and Type | Interface and Description |
---|---|
static class |
ClientControl.SessionDetailsCallback.Default
Default implementation of
ClientControl.SessionDetailsCallback . |
Modifier and Type | Method and Description |
---|---|
void |
onReply(SessionId sessionId,
SessionDetails sessionDetails)
Called to return requested session details.
|
void |
onUnknownSession(SessionId sessionId)
Called to indicate that the session indicated in a request is not
known by the server.
|
void onReply(SessionId sessionId, SessionDetails sessionDetails)
sessionId
- the session identifiersessionDetails
- the requested session detailsvoid onUnknownSession(SessionId sessionId)
sessionId
- the requested session identifierCopyright © 2016 Push Technology Ltd. All Rights Reserved.