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