Uses of Class
org.apache.cxf.transport.http_undertow.UndertowHTTPDestination
-
Packages that use UndertowHTTPDestination Package Description org.apache.cxf.transport.http_undertow org.apache.cxf.transport.websocket.atmosphere org.apache.cxf.transport.websocket.undertow -
-
Uses of UndertowHTTPDestination in org.apache.cxf.transport.http_undertow
Fields in org.apache.cxf.transport.http_undertow declared as UndertowHTTPDestination Modifier and Type Field Description protected UndertowHTTPDestinationUndertowHTTPHandler. undertowHTTPDestinationMethods in org.apache.cxf.transport.http_undertow with parameters of type UndertowHTTPDestination Modifier and Type Method Description protected UndertowHTTPHandlerUndertowHTTPDestination. createUndertowHTTPHandler(UndertowHTTPDestination jhd, boolean cmExact)Constructors in org.apache.cxf.transport.http_undertow with parameters of type UndertowHTTPDestination Constructor Description UndertowHTTPHandler(UndertowHTTPDestination uhd, boolean cmt) -
Uses of UndertowHTTPDestination in org.apache.cxf.transport.websocket.atmosphere
Subclasses of UndertowHTTPDestination in org.apache.cxf.transport.websocket.atmosphere Modifier and Type Class Description classAtmosphereWebSocketUndertowDestinationMethods in org.apache.cxf.transport.websocket.atmosphere with parameters of type UndertowHTTPDestination Modifier and Type Method Description protected UndertowHTTPHandlerAtmosphereWebSocketUndertowDestination. createUndertowHTTPHandler(UndertowHTTPDestination jhd, boolean cmExact) -
Uses of UndertowHTTPDestination in org.apache.cxf.transport.websocket.undertow
Subclasses of UndertowHTTPDestination in org.apache.cxf.transport.websocket.undertow Modifier and Type Class Description classUndertowWebSocketDestinationMethods in org.apache.cxf.transport.websocket.undertow with parameters of type UndertowHTTPDestination Modifier and Type Method Description protected UndertowHTTPHandlerUndertowWebSocketDestination. createUndertowHTTPHandler(UndertowHTTPDestination jhd, boolean cmExact)
-