Package com.vaadin.client.communication
Class AtmospherePushConnection.AbstractJSO
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
- Direct Known Subclasses:
AtmospherePushConnection.AtmosphereConfiguration
,AtmospherePushConnection.AtmosphereResponse
- Enclosing class:
- AtmospherePushConnection
public abstract static class AtmospherePushConnection.AbstractJSO extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractJSO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
getBooleanValue(String key)
protected int
getIntValue(String key)
protected String
getStringValue(String key)
protected void
setBooleanValue(String key, boolean value)
protected void
setIntValue(String key, int value)
protected void
setStringValue(String key, String value)
-