We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
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 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)
-