Class AtmosphereRequestImpl

  • All Implemented Interfaces:
    AtmosphereRequest

    public final class AtmosphereRequestImpl
    extends com.google.gwt.core.client.JavaScriptObject
    implements AtmosphereRequest
    Author:
    rinchen tenpel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUUID()  
      void push​(java.lang.Object message)  
      void pushImpl​(java.lang.String message)  
      void pushLocal​(java.lang.Object message)  
      void pushLocalImpl​(java.lang.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​(java.lang.Object message)
                  throws com.google.gwt.user.client.rpc.SerializationException
        Specified by:
        push in interface AtmosphereRequest
        Throws:
        com.google.gwt.user.client.rpc.SerializationException
      • pushLocal

        public void pushLocal​(java.lang.Object message)
                       throws com.google.gwt.user.client.rpc.SerializationException
        Specified by:
        pushLocal in interface AtmosphereRequest
        Throws:
        com.google.gwt.user.client.rpc.SerializationException