org.atmosphere.gwt.server
Interface GwtAtmosphereResource
- All Known Implementing Classes:
- GwtAtmosphereResourceImpl
public interface GwtAtmosphereResource
getBroadcaster
Broadcaster getBroadcaster()
getServletContext
javax.servlet.ServletContext getServletContext()
getSession
javax.servlet.http.HttpSession getSession()
getSession
javax.servlet.http.HttpSession getSession(boolean create)
getHeartBeatInterval
int getHeartBeatInterval()
post
void post(Object message)
post
void post(List<?> 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 © 2013. All Rights Reserved.