Uses of Class
org.cometd.client.BayeuxClient.State
Package | Description |
---|---|
org.cometd.client | |
org.cometd.client.transport |
-
Uses of BayeuxClient.State in org.cometd.client
Methods in org.cometd.client that return BayeuxClient.State Modifier and Type Method Description protected BayeuxClient.State
BayeuxClient. getState()
BayeuxClient.State
BayeuxClient. handshake(long waitMs)
Performs the handshake and waits at most the given time for the handshake to complete.BayeuxClient.State
BayeuxClient. handshake(Map<String,Object> template, long waitMs)
Performs the handshake with the given template and waits at most the given time for the handshake to complete.static BayeuxClient.State
BayeuxClient.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static BayeuxClient.State[]
BayeuxClient.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cometd.client with parameters of type BayeuxClient.State Modifier and Type Method Description boolean
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 Modifier and Type Method Description BayeuxClient.State
ClientTransport.FailureInfo. actionToState()