Uses of Class
com.caplin.server.ThrottleCommand
-
Packages that use ThrottleCommand Package Description com.caplin.server com.caplin.server.auth -
-
Uses of ThrottleCommand in com.caplin.server
Methods in com.caplin.server that return ThrottleCommand Modifier and Type Method Description static ThrottleCommand
ThrottleCommand. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThrottleCommand[]
ThrottleCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ThrottleCommand in com.caplin.server.auth
Methods in com.caplin.server.auth with parameters of type ThrottleCommand Modifier and Type Method Description void
SessionManager. adjustThrottleForObject(UserSession session, java.lang.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.
-