Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.clients |
Client API : Client Control Features.
|
Modifier and Type | Method and Description |
---|---|
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.SessionPropertiesListener.onSessionClose(SessionId sessionId,
Map<String,String> properties,
ClientControl.CloseReason closeReason)
Deprecated.
Notification that a client session has closed.
|
void |
ClientControl.SessionPropertiesListener.Default.onSessionClose(SessionId sessionId,
Map<String,String> properties,
ClientControl.CloseReason closeReason) |
void |
ClientControl.SessionPropertiesStream.onSessionClose(SessionId sessionId,
Map<String,String> properties,
ClientControl.CloseReason closeReason)
Notification that a client session has closed.
|
void |
ClientControl.SessionPropertiesStream.Default.onSessionClose(SessionId sessionId,
Map<String,String> properties,
ClientControl.CloseReason closeReason) |
Copyright © 2022 Push Technology Ltd. All Rights Reserved.