org.eclipse.jetty.websocket
Class WebSocketServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.eclipse.jetty.websocket.WebSocketServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public abstract class WebSocketServlet
- extends HttpServlet
Fake class for portability across servers.
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSocketServlet
public WebSocketServlet()
doWebSocketConnect
protected abstract WebSocket doWebSocketConnect(HttpServletRequest request,
String protocol)
Copyright © 2010. All Rights Reserved.