Class UndertowHTTPHandler
- java.lang.Object
-
- org.apache.cxf.transport.http_undertow.UndertowHTTPHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class UndertowHTTPHandler extends Object implements io.undertow.server.HttpHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.servlet.ServletContextservletContextprotected UndertowHTTPDestinationundertowHTTPDestination
-
Constructor Summary
Constructors Constructor Description UndertowHTTPHandler(Bus bus)UndertowHTTPHandler(UndertowHTTPDestination uhd, boolean cmt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusgetBus()StringgetName()javax.servlet.ServletContextgetServletContext()voidhandleRequest(io.undertow.server.HttpServerExchange undertowExchange)booleanisContextMatchExact()voidsetName(String name)voidsetServletContext(javax.servlet.ServletContext sc)
-
-
-
Field Detail
-
undertowHTTPDestination
protected UndertowHTTPDestination undertowHTTPDestination
-
servletContext
protected javax.servlet.ServletContext servletContext
-
-
Constructor Detail
-
UndertowHTTPHandler
public UndertowHTTPHandler(UndertowHTTPDestination uhd, boolean cmt)
-
UndertowHTTPHandler
public UndertowHTTPHandler(Bus bus)
-
-
Method Detail
-
isContextMatchExact
public boolean isContextMatchExact()
-
setServletContext
public void setServletContext(javax.servlet.ServletContext sc)
-
getServletContext
public javax.servlet.ServletContext getServletContext()
-
setName
public void setName(String name)
-
getName
public String getName()
-
getBus
public Bus getBus()
-
-