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 Modifier Constructor Description protectedAtmosphereConfiguration()JavaScriptObject constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFallbackTransport()Gets the fallback transport mechanism.StringgetTransport()Gets the transport mechanism.voidsetFallbackTransport(String fallbackTransport)Sets the fallback transport mechanism to use.voidsetTransport(String transport)Sets the transport mechanism to use.-
Methods inherited from class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
getBooleanValue, getIntValue, getStringValue, setBooleanValue, setIntValue, setStringValue
-
-
-
-
Method Detail
-
getTransport
public final String getTransport()
Gets the transport mechanism.- Returns:
- the transport mechanism
-
getFallbackTransport
public final String getFallbackTransport()
Gets the fallback transport mechanism.- Returns:
- the fallback transport mechanism
-
setTransport
public final void setTransport(String transport)
Sets the transport mechanism to use.- Parameters:
transport- the transport mechanism
-
setFallbackTransport
public final void setFallbackTransport(String fallbackTransport)
Sets the fallback transport mechanism to use.- Parameters:
fallbackTransport- the fallback transport mechanism
-
-