org.atmosphere.gwt.server
Interface GwtAtmosphereResource

All Known Implementing Classes:
GwtAtmosphereResourceImpl

public interface GwtAtmosphereResource


Method Summary
 AtmosphereResource getAtmosphereResource()
           
<T> T
getAttribute(String name)
           
 Broadcaster getBroadcaster()
           
 int getConnectionID()
           
 int getHeartBeatInterval()
           
 AtmosphereRequest getRequest()
           
 AtmosphereResponse getResponse()
           
 javax.servlet.http.HttpSession getSession()
           
 javax.servlet.http.HttpSession getSession(boolean create)
           
 boolean isAlive()
           
 boolean isSystemMessage(Serializable message)
           
 void post(List<Serializable> messages)
           
 void post(Serializable message)
           
<T> void
setAttribute(String name, T value)
           
 

Method Detail

getBroadcaster

Broadcaster getBroadcaster()

getSession

javax.servlet.http.HttpSession getSession()

getSession

javax.servlet.http.HttpSession getSession(boolean create)

getHeartBeatInterval

int getHeartBeatInterval()

post

void post(Serializable message)

post

void post(List<Serializable> messages)

getAtmosphereResource

AtmosphereResource getAtmosphereResource()

getRequest

AtmosphereRequest getRequest()

getResponse

AtmosphereResponse getResponse()

isAlive

boolean isAlive()

setAttribute

<T> void setAttribute(String name,
                      T value)

getAttribute

<T> T getAttribute(String name)

getConnectionID

int getConnectionID()

isSystemMessage

boolean isSystemMessage(Serializable message)


Copyright © 2012. All Rights Reserved.