com.sun.grizzly.websockets
Class BaseServerWebSocket
java.lang.Object
com.sun.grizzly.websockets.BaseWebSocket
com.sun.grizzly.websockets.BaseServerWebSocket
- All Implemented Interfaces:
- WebSocket
public class BaseServerWebSocket
- extends BaseWebSocket
| Methods inherited from class com.sun.grizzly.websockets.BaseWebSocket |
add, close, getListeners, getNetworkHandler, isConnected, onClose, onConnect, onMessage, remove, send, send, setNetworkHandler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseServerWebSocket
public BaseServerWebSocket(WebSocketListener... listeners)
getRequest
public HttpServletRequest getRequest()
throws IOException
- Throws:
IOException
getResponse
public HttpServletResponse getResponse()
throws IOException
- Throws:
IOException
Copyright © 2011 Oracle Corpration. All Rights Reserved.