org.atmosphere.gwt.server
Interface GwtAtmosphereResource
- All Known Implementing Classes:
- GwtAtmosphereResourceImpl
public interface GwtAtmosphereResource
getBroadcaster
org.atmosphere.cpr.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
org.atmosphere.cpr.AtmosphereResource getAtmosphereResource()
getRequest
org.atmosphere.cpr.AtmosphereRequest getRequest()
getResponse
org.atmosphere.cpr.AtmosphereResponse getResponse()
isAlive
boolean isAlive()
setAttribute
<T> void setAttribute(String name,
T value)
getAttribute
<T> T getAttribute(String name)
getConnectionUUID
String getConnectionUUID()
isSystemMessage
boolean isSystemMessage(Serializable message)
sendError
void sendError(int statusCode,
String message)
Copyright © 2013. All Rights Reserved.