Uses of Enum Class
com.caplin.server.ThrottleCommand
-
Uses of ThrottleCommand in com.caplin.server
Modifier and TypeMethodDescriptionstatic ThrottleCommand
Returns the enum constant of this class with the specified name.static ThrottleCommand[]
ThrottleCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ThrottleCommand in com.caplin.server.auth
Modifier and TypeMethodDescriptionvoid
SessionManager.adjustThrottleForObject
(UserSession session, String subscribedObjectName, ThrottleCommand command) Provides a mechanism to control the throttling level of a single subscription of a session.void
SessionManager.adjustThrottleForSession
(UserSession session, ThrottleCommand command) Provides a mechanism to control the throttling level of all subscriptions of a session.