|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebSocket
Represents a handle to a single WebSocket connection. It has reader and writer methods to get data in and out.
TODO: Implement support for binary frames.
Method Summary | |
---|---|
javax.servlet.http.HttpSession |
getHttpSession()
Return the HTTP Session with which this WebSocket is associated. |
javax.servlet.http.HttpServletRequest |
getServletRequest()
Get an instance of the initial ServletRequest which was responsible for opening this WebSocket. |
Methods inherited from interface org.jboss.websockets.oio.OioWebSocket |
---|
closeSocket, getSocketID, readFrame, writeFrame |
Method Detail |
---|
javax.servlet.http.HttpSession getHttpSession()
javax.servlet.http.HttpServletRequest getServletRequest()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |