| Package | Description |
|---|---|
| org.atmosphere.gwt20.client |
| Modifier and Type | Method and Description |
|---|---|
static AtmosphereRequestConfig.Transport |
AtmosphereRequestConfig.Transport.fromString(java.lang.String s) |
AtmosphereRequestConfig.Transport |
AtmosphereResponse.getTransport() |
AtmosphereRequestConfig.Transport |
AtmosphereResponseImpl.getTransport() |
static AtmosphereRequestConfig.Transport |
AtmosphereRequestConfig.Transport.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AtmosphereRequestConfig.Transport[] |
AtmosphereRequestConfig.Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestConfig.setFallbackTransport(AtmosphereRequestConfig.Transport transport) |
void |
AtmosphereRequestConfig.setFallbackTransport(AtmosphereRequestConfig.Transport transport) |
void |
RequestConfig.setTransport(AtmosphereRequestConfig.Transport transport) |
void |
AtmosphereRequestConfig.setTransport(AtmosphereRequestConfig.Transport transport) |
Copyright © 2019. All Rights Reserved.