Package | Description |
---|---|
com.caplin.server |
Provides the core interfaces and classes that are required to write a Liberator Auth Module.
|
com.caplin.server.auth |
Provides the core interfaces and classes that are required to write a Liberator Auth Module.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Please send bug reports and comments to Caplin support