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 protectedAbstractJSO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleangetBooleanValue(String key)protected intgetIntValue(String key)protected StringgetStringValue(String key)protected voidsetBooleanValue(String key, boolean value)protected voidsetIntValue(String key, int value)protected voidsetStringValue(String key, String value)
-