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 Details

    • AtmosphereConfiguration

      protected AtmosphereConfiguration()
      JavaScriptObject constructor.
  • Method Details

    • 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