Uses of Class
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine
-
Packages that use UndertowHTTPServerEngine Package Description org.apache.cxf.transport.http_undertow org.apache.cxf.transport.http_undertow.spring -
-
Uses of UndertowHTTPServerEngine in org.apache.cxf.transport.http_undertow
Fields in org.apache.cxf.transport.http_undertow declared as UndertowHTTPServerEngine Modifier and Type Field Description protected UndertowHTTPServerEngineUndertowHTTPDestination. engineMethods in org.apache.cxf.transport.http_undertow that return UndertowHTTPServerEngine Modifier and Type Method Description UndertowHTTPServerEngineUndertowHTTPServerEngineFactory. createUndertowHTTPServerEngine(int port, String protocol)Calls thru to {UndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(String, int, String)with a 'null' host valueUndertowHTTPServerEngineUndertowHTTPServerEngineFactory. createUndertowHTTPServerEngine(String host, int port, String protocol)This call creates a new UndertowHTTPServerEngine initialized for "http" or "https" on the given port.UndertowHTTPServerEngineUndertowHTTPServerEngineFactory. retrieveUndertowHTTPServerEngine(int port)This call retrieves a previously configured UndertowHTTPServerEngine for the given port.Method parameters in org.apache.cxf.transport.http_undertow with type arguments of type UndertowHTTPServerEngine Modifier and Type Method Description voidUndertowHTTPServerEngineFactory. setEnginesList(List<UndertowHTTPServerEngine> enginesList) -
Uses of UndertowHTTPServerEngine in org.apache.cxf.transport.http_undertow.spring
Subclasses of UndertowHTTPServerEngine in org.apache.cxf.transport.http_undertow.spring Modifier and Type Class Description static classUndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine
-