Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.client.framework.transports.TransportHandler

Packages that use TransportHandler
org.jboss.errai.bus.client.api   
org.jboss.errai.bus.client.framework   
org.jboss.errai.bus.client.framework.transports   
 

Uses of TransportHandler in org.jboss.errai.bus.client.api
 

Methods in org.jboss.errai.bus.client.api that return TransportHandler
 TransportHandler TransportError.getSource()
          The TransportHandler where this error came from.
 

Uses of TransportHandler in org.jboss.errai.bus.client.framework
 

Methods in org.jboss.errai.bus.client.framework that return TransportHandler
 TransportHandler ClientMessageBusImpl.getTransportHandler()
           
 

Methods in org.jboss.errai.bus.client.framework that return types with arguments of type TransportHandler
 Collection<TransportHandler> ClientMessageBusImpl.getAllAvailableHandlers()
           
 

Uses of TransportHandler in org.jboss.errai.bus.client.framework.transports
 

Classes in org.jboss.errai.bus.client.framework.transports that implement TransportHandler
 class HttpPollingHandler
           
 class SSEHandler
           
 class WebsocketHandler
           
 

Methods in org.jboss.errai.bus.client.framework.transports that return TransportHandler
 TransportHandler BusTransportError.getSource()
           
 

Constructors in org.jboss.errai.bus.client.framework.transports with parameters of type TransportHandler
BusTransportError(TransportHandler source, com.google.gwt.http.client.Request request, Throwable throwable, int statusCode, RetryInfo retryInfo)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.