public final class AtmosphereRequestImpl extends com.google.gwt.core.client.JavaScriptObject implements AtmosphereRequest
| Modifier | Constructor and Description |
|---|---|
protected |
AtmosphereRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUUID() |
void |
push(Object message) |
void |
pushImpl(String message) |
void |
pushLocal(Object message) |
void |
pushLocalImpl(String message) |
public void push(Object message) throws com.google.gwt.user.client.rpc.SerializationException
push in interface AtmosphereRequestcom.google.gwt.user.client.rpc.SerializationExceptionpublic void pushImpl(String message)
pushImpl in interface AtmosphereRequestpublic void pushLocal(Object message) throws com.google.gwt.user.client.rpc.SerializationException
pushLocal in interface AtmosphereRequestcom.google.gwt.user.client.rpc.SerializationExceptionpublic void pushLocalImpl(String message)
pushLocalImpl in interface AtmosphereRequestpublic String getUUID()
getUUID in interface AtmosphereRequestCopyright © 2015. All Rights Reserved.