Class UndertowHTTPHandler
java.lang.Object
org.apache.cxf.transport.http_undertow.UndertowHTTPHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.servlet.ServletContextprotected UndertowHTTPDestination -
Constructor Summary
ConstructorsConstructorDescriptionUndertowHTTPHandler(Bus bus) UndertowHTTPHandler(UndertowHTTPDestination uhd, boolean cmt) -
Method Summary
Modifier and TypeMethodDescriptiongetBus()getName()jakarta.servlet.ServletContextvoidhandleRequest(io.undertow.server.HttpServerExchange undertowExchange) booleanvoidvoidsetServletContext(jakarta.servlet.ServletContext sc)
-
Field Details
-
undertowHTTPDestination
-
servletContext
protected jakarta.servlet.ServletContext servletContext
-
-
Constructor Details
-
UndertowHTTPHandler
-
UndertowHTTPHandler
-
-
Method Details
-
isContextMatchExact
public boolean isContextMatchExact() -
setServletContext
public void setServletContext(jakarta.servlet.ServletContext sc) -
getServletContext
public jakarta.servlet.ServletContext getServletContext() -
setName
-
getName
-
getBus
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-