public class JettyWebSocketServlet extends org.eclipse.jetty.websocket.WebSocketServlet
| Constructor and Description |
|---|
JettyWebSocketServlet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.websocket.WebSocket |
doWebSocketConnect(HttpServletRequest request,
String protocol) |
void |
init(ServletConfig config) |
checkOrigin, destroy, init, servicedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, logpublic JettyWebSocketServlet()
public void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletServletExceptionpublic org.eclipse.jetty.websocket.WebSocket doWebSocketConnect(HttpServletRequest request, String protocol)