Class JettyWebSocketServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public abstract class JettyWebSocketServlet
    extends WebSocketServlet
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void configure​(JettyWebSocketServletFactory factory)  
      protected void configure​(WebSocketServletFactory factory)
      Configure the WebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping WebSocketCreators.
      protected FrameHandlerFactory getFactory()  
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait