public class TomcatWebSocketServlet
extends org.apache.catalina.websocket.WebSocketServlet
| Constructor and Description |
|---|
TomcatWebSocketServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.catalina.websocket.StreamInbound |
createWebSocketInbound(java.lang.String protocol,
javax.servlet.http.HttpServletRequest request) |
void |
init(javax.servlet.ServletConfig config) |
protected java.lang.String |
selectSubProtocol(java.util.List<java.lang.String> subProtocols) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected java.lang.String selectSubProtocol(java.util.List<java.lang.String> subProtocols)
selectSubProtocol in class org.apache.catalina.websocket.WebSocketServletprotected org.apache.catalina.websocket.StreamInbound createWebSocketInbound(java.lang.String protocol,
javax.servlet.http.HttpServletRequest request)
createWebSocketInbound in class org.apache.catalina.websocket.WebSocketServlet