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
FieldsModifier and TypeFieldDescriptionprotected JettyHTTPDestinationprotected jakarta.servlet.ServletContextFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
ConstructorsConstructorDescriptionJettyHTTPHandler(org.apache.cxf.Bus bus) JettyHTTPHandler(JettyHTTPDestination jhd, boolean cmExact) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.ee10.servlet.ServletContextHandlerorg.apache.cxf.BusgetBus()getName()jakarta.servlet.ServletContextprotected voidservice(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) voidvoidsetServletContext(jakarta.servlet.ServletContext sc) Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log
-
Field Details
-
jettyHTTPDestination
-
servletContext
protected jakarta.servlet.ServletContext servletContext
-
-
Constructor Details
-
JettyHTTPHandler
-
JettyHTTPHandler
public JettyHTTPHandler(org.apache.cxf.Bus bus)
-
-
Method Details
-
getServletContext
public jakarta.servlet.ServletContext getServletContext()- Specified by:
getServletContextin interfacejakarta.servlet.ServletConfig- Overrides:
getServletContextin classjakarta.servlet.GenericServlet
-
setServletContext
public void setServletContext(jakarta.servlet.ServletContext sc) -
setName
-
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:
servicein classjakarta.servlet.http.HttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-