Uses of Enum Class
com.pushtechnology.diffusion.client.features.control.clients.ClientControl.CloseReason
Packages that use ClientControl.CloseReason
Package
Description
Client API : Client Control Features.
-
Uses of ClientControl.CloseReason in com.pushtechnology.diffusion.client.features.control.clients
Methods in com.pushtechnology.diffusion.client.features.control.clients that return ClientControl.CloseReasonModifier and TypeMethodDescriptionClientControl.SessionEventStream.Event.closeReason()
Provides the reason a session was closed.static ClientControl.CloseReason
Returns the enum constant of this class with the specified name.static ClientControl.CloseReason[]
ClientControl.CloseReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pushtechnology.diffusion.client.features.control.clients with parameters of type ClientControl.CloseReasonModifier and TypeMethodDescriptionvoid
ClientControl.SessionPropertiesStream.Default.onSessionClose
(SessionId sessionId, Map<String, String> properties, ClientControl.CloseReason closeReason) void
ClientControl.SessionPropertiesStream.onSessionClose
(SessionId sessionId, Map<String, String> properties, ClientControl.CloseReason closeReason) Deprecated.Notification that a client session has closed.