Package | Description |
---|---|
org.jboss.errai.bus.client.api | |
org.jboss.errai.bus.client.framework | |
org.jboss.errai.bus.client.framework.transports |
Modifier and Type | Method and Description |
---|---|
TransportHandler |
TransportError.getSource()
The
TransportHandler where this error came from. |
Modifier and Type | Method and Description |
---|---|
TransportHandler |
ClientMessageBusImpl.getTransportHandler() |
Modifier and Type | Method and Description |
---|---|
Collection<TransportHandler> |
ClientMessageBusImpl.getAllAvailableHandlers() |
Modifier and Type | Class and Description |
---|---|
class |
HttpPollingHandler |
class |
SSEHandler
An ErraiBus transport handler using server-sent events.
|
class |
WebsocketHandler |
Modifier and Type | Method and Description |
---|---|
TransportHandler |
BusTransportError.getSource() |
Constructor and Description |
---|
BusTransportError(TransportHandler source,
com.google.gwt.http.client.Request request,
Throwable throwable,
int statusCode,
RetryInfo retryInfo) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.