Class JettyHTTPHandler

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.cxf.transport.http_jetty.JettyHTTPHandler
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class JettyHTTPHandler extends jakarta.servlet.http.HttpServlet
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    protected jakarta.servlet.ServletContext
     

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    JettyHTTPHandler(org.apache.cxf.Bus bus)
     
    JettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.ee10.servlet.ServletContextHandler
     
    org.apache.cxf.Bus
     
     
    jakarta.servlet.ServletContext
     
    protected void
    service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     
    void
     
    void
    setServletContext(jakarta.servlet.ServletContext sc)
     

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • jettyHTTPDestination

      protected JettyHTTPDestination jettyHTTPDestination
    • servletContext

      protected jakarta.servlet.ServletContext servletContext
  • Constructor Details

    • JettyHTTPHandler

      public JettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact)
    • JettyHTTPHandler

      public JettyHTTPHandler(org.apache.cxf.Bus bus)
  • Method Details

    • getServletContext

      public jakarta.servlet.ServletContext getServletContext()
      Specified by:
      getServletContext in interface jakarta.servlet.ServletConfig
      Overrides:
      getServletContext in class jakarta.servlet.GenericServlet
    • setServletContext

      public void setServletContext(jakarta.servlet.ServletContext sc)
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • createContextHandler

      public org.eclipse.jetty.ee10.servlet.ServletContextHandler createContextHandler()
    • getBus

      public org.apache.cxf.Bus getBus()
    • service

      protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      Overrides:
      service in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException