Class JettySolrRunner.Servlet404

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    Enclosing class:
    JettySolrRunner

    public static class JettySolrRunner.Servlet404
    extends javax.servlet.http.HttpServlet
    This is a stupid hack to give jetty something to attach to
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Servlet404()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void service​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)  
      • 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, init, log, log
    • Constructor Detail

      • Servlet404

        public Servlet404()
    • Method Detail

      • service

        public void service​(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res)
                     throws IOException
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        IOException