Uses of Enum Class
org.cometd.client.BayeuxClient.State
Packages that use BayeuxClient.State
-
Uses of BayeuxClient.State in org.cometd.client
Subclasses with type arguments of type BayeuxClient.State in org.cometd.clientModifier and TypeClassDescriptionstatic enum
The states that a BayeuxClient may assume.Methods in org.cometd.client that return BayeuxClient.StateModifier 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.Methods in org.cometd.client with parameters of type BayeuxClient.StateModifier 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
Methods in org.cometd.client.transport that return BayeuxClient.State