Package com.vaadin.client.communication
Class AtmospherePushConnection.AtmosphereResponse
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
- com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
- Enclosing class:
- AtmospherePushConnection
public static class AtmospherePushConnection.AtmosphereResponse extends AtmospherePushConnection.AbstractJSO
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AtmosphereResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
String
getResponseBody()
String
getState()
int
getStatusCode()
String
getTransport()
-
Methods inherited from class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
getBooleanValue, getIntValue, getStringValue, setBooleanValue, setIntValue, setStringValue
-
-