org.atmosphere.gwt20.client
Class AtmosphereRequestImpl

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by 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

Constructor Summary
protected AtmosphereRequestImpl()
           
 
Method Summary
 String getUUID()
           
 void push(Object message)
           
 void pushImpl(String message)
           
 void pushLocal(Object message)
           
 void pushLocalImpl(String message)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtmosphereRequestImpl

protected AtmosphereRequestImpl()
Method Detail

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.