com.vaadin.client.communication
Class AtmospherePushConnection.AtmosphereConfiguration

java.lang.Object
  extended by JavaScriptObject
      extended by com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
          extended by com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
Enclosing class:
AtmospherePushConnection

public static class AtmospherePushConnection.AtmosphereConfiguration
extends AtmospherePushConnection.AbstractJSO


Constructor Summary
protected AtmospherePushConnection.AtmosphereConfiguration()
           
 
Method Summary
 java.lang.String getFallbackTransport()
           
 java.lang.String getTransport()
           
 void setFallbackTransport(java.lang.String fallbackTransport)
           
 void setTransport(java.lang.String transport)
           
 
Methods inherited from class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
getIntValue, getStringValue, setIntValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmospherePushConnection.AtmosphereConfiguration

protected AtmospherePushConnection.AtmosphereConfiguration()
Method Detail

getTransport

public final java.lang.String getTransport()

getFallbackTransport

public final java.lang.String getFallbackTransport()

setTransport

public final void setTransport(java.lang.String transport)

setFallbackTransport

public final void setFallbackTransport(java.lang.String fallbackTransport)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.