public interface WebSocket extends OioWebSocket
Modifier and Type | Method and Description |
---|---|
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.
|
closeSocket, getSocketID, readFrame, writeFrame
javax.servlet.http.HttpSession getHttpSession()
javax.servlet.http.HttpServletRequest getServletRequest()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.