Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
Modifier and Type | Method and Description |
---|---|
ClientControl.CloseReason |
ClientControl.SessionEventStream.Event.closeReason()
Provides the reason a session was closed.
|
static ClientControl.CloseReason |
ClientControl.CloseReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientControl.CloseReason[] |
ClientControl.CloseReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientControl.SessionPropertiesStream.onSessionClose(SessionId sessionId,
Map<String,String> properties,
ClientControl.CloseReason closeReason)
Deprecated.
Notification that a client session has closed.
|
void |
ClientControl.SessionPropertiesStream.Default.onSessionClose(SessionId sessionId,
Map<String,String> properties,
ClientControl.CloseReason closeReason) |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.