org.atmosphere.gwt20.client
Class AtmosphereRequestImpl
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
org.atmosphere.gwt20.client.AtmosphereRequestImpl
- All Implemented Interfaces:
- AtmosphereRequest
public final class AtmosphereRequestImpl
- extends com.google.gwt.core.client.JavaScriptObject
- implements AtmosphereRequest
- Author:
- rinchen tenpel
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
AtmosphereRequestImpl
protected AtmosphereRequestImpl()
push
public void push(Object message)
throws com.google.gwt.user.client.rpc.SerializationException
- Specified by:
push in interface AtmosphereRequest
- Throws:
com.google.gwt.user.client.rpc.SerializationException
pushImpl
public void pushImpl(String message)
- Specified by:
pushImpl in interface AtmosphereRequest
pushLocal
public void pushLocal(Object message)
throws com.google.gwt.user.client.rpc.SerializationException
- Specified by:
pushLocal in interface AtmosphereRequest
- Throws:
com.google.gwt.user.client.rpc.SerializationException
pushLocalImpl
public void pushLocalImpl(String message)
- Specified by:
pushLocalImpl in interface AtmosphereRequest
getUUID
public String getUUID()
- Specified by:
getUUID in interface AtmosphereRequest
Copyright © 2015. All Rights Reserved.