public static class AtmospherePushConnection.AtmosphereConfiguration extends AtmospherePushConnection.AbstractJSO
| Modifier | Constructor and Description |
|---|---|
protected |
AtmosphereConfiguration()
JavaScriptObject constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFallbackTransport()
Gets the fallback transport mechanism.
|
String |
getTransport()
Gets the transport mechanism.
|
void |
setFallbackTransport(String fallbackTransport)
Sets the fallback transport mechanism to use.
|
void |
setTransport(String transport)
Sets the transport mechanism to use.
|
getBooleanValue, getIntValue, getStringValue, setBooleanValue, setIntValue, setStringValueprotected AtmosphereConfiguration()
public final String getTransport()
public final String getFallbackTransport()
public final void setTransport(String transport)
transport - the transport mechanismpublic final void setFallbackTransport(String fallbackTransport)
fallbackTransport - the fallback transport mechanismCopyright © 2000–2025 Vaadin Ltd. All rights reserved.