com.sun.grizzly.websockets
Class BaseServerWebSocket

java.lang.Object
  extended by com.sun.grizzly.websockets.BaseWebSocket
      extended by com.sun.grizzly.websockets.BaseServerWebSocket
All Implemented Interfaces:
WebSocket

public class BaseServerWebSocket
extends BaseWebSocket


Field Summary
 
Fields inherited from class com.sun.grizzly.websockets.BaseWebSocket
logger
 
Constructor Summary
BaseServerWebSocket(WebSocketListener... listeners)
           
 
Method Summary
 HttpServletRequest getRequest()
           
 HttpServletResponse getResponse()
           
 
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
 

Constructor Detail

BaseServerWebSocket

public BaseServerWebSocket(WebSocketListener... listeners)
Method Detail

getRequest

public HttpServletRequest getRequest()
                              throws IOException
Throws:
IOException

getResponse

public HttpServletResponse getResponse()
                                throws IOException
Throws:
IOException


Copyright © 2011 Oracle Corpration. All Rights Reserved.