Package com.vaadin.client.communication
Class AtmospherePushConnection.AtmosphereConfiguration
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
- com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
-
- Enclosing class:
- AtmospherePushConnection
public static class AtmospherePushConnection.AtmosphereConfiguration extends AtmospherePushConnection.AbstractJSO
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AtmosphereConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFallbackTransport()
String
getTransport()
void
setFallbackTransport(String fallbackTransport)
void
setTransport(String transport)
-
Methods inherited from class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
getBooleanValue, getIntValue, getStringValue, setBooleanValue, setIntValue, setStringValue
-
-