Uses of Enum Class
tigase.server.ConnectionManager.WATCHDOG_PING_TYPE
Packages that use ConnectionManager.WATCHDOG_PING_TYPE
Package
Description
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_TYPEModifier and TypeFieldDescriptionprotected ConnectionManager.WATCHDOG_PING_TYPE
ConnectionManager.watchdogPingType
Methods in tigase.server that return ConnectionManager.WATCHDOG_PING_TYPEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConnectionManager.WATCHDOG_PING_TYPE[]
ConnectionManager.WATCHDOG_PING_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.server with parameters of type ConnectionManager.WATCHDOG_PING_TYPEModifier and TypeMethodDescriptionvoid
ConnectionManager.setWatchdogPingType
(ConnectionManager.WATCHDOG_PING_TYPE watchdogPingType) -
Uses of ConnectionManager.WATCHDOG_PING_TYPE in tigase.server.websocket
Methods in tigase.server.websocket with parameters of type ConnectionManager.WATCHDOG_PING_TYPEModifier and TypeMethodDescriptionvoid
WebSocketClientConnectionManager.setWatchdogPingType
(ConnectionManager.WATCHDOG_PING_TYPE watchdogPingType)