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
Provides information from the Atmosphere configuration object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringGets the fallback transport mechanism.final StringGets the transport mechanism.final voidsetFallbackTransport(String fallbackTransport) Sets the fallback transport mechanism to use.final voidsetTransport(String transport) Sets the transport mechanism to use.Methods inherited from class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
getBooleanValue, getIntValue, getStringValue, setBooleanValue, setIntValue, setStringValueMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
AtmosphereConfiguration
protected AtmosphereConfiguration()JavaScriptObject constructor.
-
-
Method Details
-
getTransport
Gets the transport mechanism.- Returns:
- the transport mechanism
-
getFallbackTransport
Gets the fallback transport mechanism.- Returns:
- the fallback transport mechanism
-
setTransport
Sets the transport mechanism to use.- Parameters:
transport- the transport mechanism
-
setFallbackTransport
Sets the fallback transport mechanism to use.- Parameters:
fallbackTransport- the fallback transport mechanism
-