Uses of Class
tigase.server.ConnectionManager.LIMIT_ACTION
-
Packages that use ConnectionManager.LIMIT_ACTION Package Description tigase.server The main package with top level API for server side components. -
-
Uses of ConnectionManager.LIMIT_ACTION in tigase.server
Methods in tigase.server that return ConnectionManager.LIMIT_ACTION Modifier and Type Method Description static ConnectionManager.LIMIT_ACTION
ConnectionManager.LIMIT_ACTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConnectionManager.LIMIT_ACTION[]
ConnectionManager.LIMIT_ACTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-