public class UndertowHTTPHandler extends Object implements io.undertow.server.HttpHandler
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.ServletContext |
servletContext |
protected UndertowHTTPDestination |
undertowHTTPDestination |
Constructor and Description |
---|
UndertowHTTPHandler(Bus bus) |
UndertowHTTPHandler(UndertowHTTPDestination uhd,
boolean cmt) |
Modifier and Type | Method and Description |
---|---|
Bus |
getBus() |
String |
getName() |
javax.servlet.ServletContext |
getServletContext() |
void |
handleRequest(io.undertow.server.HttpServerExchange undertowExchange) |
boolean |
isContextMatchExact() |
void |
setName(String name) |
void |
setServletContext(javax.servlet.ServletContext sc) |
protected UndertowHTTPDestination undertowHTTPDestination
protected javax.servlet.ServletContext servletContext
public UndertowHTTPHandler(UndertowHTTPDestination uhd, boolean cmt)
public UndertowHTTPHandler(Bus bus)
public boolean isContextMatchExact()
public void setServletContext(javax.servlet.ServletContext sc)
public javax.servlet.ServletContext getServletContext()
public void setName(String name)
public String getName()
public Bus getBus()
Apache CXF