Uses of Enum Class
org.cometd.client.BayeuxClient.State
-
Uses of BayeuxClient.State in org.cometd.client
Modifier and TypeClassDescriptionstatic enum
The states that a BayeuxClient may assume.Modifier and TypeMethodDescriptionprotected BayeuxClient.State
BayeuxClient.getState()
BayeuxClient.handshake
(long waitMs) Performs the handshake and waits at most the given time for the handshake to complete.Performs the handshake with the given template and waits at most the given time for the handshake to complete.static BayeuxClient.State
Returns the enum constant of this class with the specified name.static BayeuxClient.State[]
BayeuxClient.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
BayeuxClient.waitFor
(long waitMs, BayeuxClient.State state, BayeuxClient.State... states) Waits for this BayeuxClient to reach the given state(s) within the given time. -
Uses of BayeuxClient.State in org.cometd.client.transport