public static class ClientTransport.FailureInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
action |
Throwable |
cause |
long |
delay |
String |
error |
ClientTransport |
transport |
String |
url |
Constructor and Description |
---|
FailureInfo() |
Modifier and Type | Method and Description |
---|---|
BayeuxClient.State |
actionToState() |
String |
toString() |
public ClientTransport transport
public Throwable cause
public String error
public String action
public String url
public long delay
public BayeuxClient.State actionToState()
Copyright © 2008–2024 The CometD Project. All rights reserved.