Uses of Interface
org.apache.cxf.transport.http_undertow.CXFUndertowHttpHandler
-
Packages that use CXFUndertowHttpHandler Package Description org.apache.cxf.transport.http_undertow org.apache.cxf.transport.http_undertow.blueprint org.apache.cxf.transport.http_undertow.handlers -
-
Uses of CXFUndertowHttpHandler in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow that return types with arguments of type CXFUndertowHttpHandler Modifier and Type Method Description List<CXFUndertowHttpHandler>UndertowHTTPServerEngine. getHandlers()Method parameters in org.apache.cxf.transport.http_undertow with type arguments of type CXFUndertowHttpHandler Modifier and Type Method Description voidUndertowHTTPServerEngine. setHandlers(List<CXFUndertowHttpHandler> h)set the Undertow server's handlers -
Uses of CXFUndertowHttpHandler in org.apache.cxf.transport.http_undertow.blueprint
Method parameters in org.apache.cxf.transport.http_undertow.blueprint with type arguments of type CXFUndertowHttpHandler Modifier and Type Method Description voidUndertowHTTPServerEngineFactoryHolder. setHandlersMap(Map<String,List<CXFUndertowHttpHandler>> handlersMap) -
Uses of CXFUndertowHttpHandler in org.apache.cxf.transport.http_undertow.handlers
Classes in org.apache.cxf.transport.http_undertow.handlers that implement CXFUndertowHttpHandler Modifier and Type Class Description classCxfDisallowedMethodsHandlerclassCxfRequestLimitingHandlerclassCxfUndertowLogHandler
-