Uses of Class
org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine
Packages that use UndertowHTTPServerEngine
Package
Description
-
Uses of UndertowHTTPServerEngine in org.apache.cxf.transport.http_undertow
Fields in org.apache.cxf.transport.http_undertow declared as UndertowHTTPServerEngineModifier and TypeFieldDescriptionprotected UndertowHTTPServerEngineUndertowHTTPDestination.engineMethods in org.apache.cxf.transport.http_undertow that return UndertowHTTPServerEngineModifier and TypeMethodDescriptionUndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(int port, String protocol) Calls thru to {UndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(String, int, String)with a 'null' host valueUndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(String host, int port, String protocol) This call creates a new UndertowHTTPServerEngine initialized for "http" or "https" on the given port.UndertowHTTPServerEngineFactory.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 UndertowHTTPServerEngineModifier and TypeMethodDescriptionvoidUndertowHTTPServerEngineFactory.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.springModifier and TypeClassDescriptionstatic class