com.vaadin.client.communication
Class AtmospherePushConnection.AtmosphereResponse

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

public static class AtmospherePushConnection.AtmosphereResponse
extends AtmospherePushConnection.AbstractJSO


Constructor Summary
protected AtmospherePushConnection.AtmosphereResponse()
           
 
Method Summary
 java.lang.String getError()
           
 java.lang.String getResponseBody()
           
 java.lang.String getState()
           
 int getStatusCode()
           
 java.lang.String getTransport()
           
 
Methods inherited from class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
getBooleanValue, getIntValue, getStringValue, setBooleanValue, setIntValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmospherePushConnection.AtmosphereResponse

protected AtmospherePushConnection.AtmosphereResponse()
Method Detail

getStatusCode

public final int getStatusCode()

getResponseBody

public final java.lang.String getResponseBody()

getState

public final java.lang.String getState()

getError

public final java.lang.String getError()

getTransport

public final java.lang.String getTransport()


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