Package | Description |
---|---|
org.apache.cxf.transport.http_undertow | |
org.apache.cxf.transport.http_undertow.spring |
Modifier and Type | Field and Description |
---|---|
protected UndertowHTTPServerEngine |
UndertowHTTPDestination.engine |
Modifier and Type | Method and Description |
---|---|
UndertowHTTPServerEngine |
UndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(int port,
String protocol)
Calls thru to {
UndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(String, int, String) with a 'null' host value |
UndertowHTTPServerEngine |
UndertowHTTPServerEngineFactory.createUndertowHTTPServerEngine(String host,
int port,
String protocol)
This call creates a new UndertowHTTPServerEngine initialized for "http"
or "https" on the given port.
|
UndertowHTTPServerEngine |
UndertowHTTPServerEngineFactory.retrieveUndertowHTTPServerEngine(int port)
This call retrieves a previously configured UndertowHTTPServerEngine for the
given port.
|
Modifier and Type | Method and Description |
---|---|
void |
UndertowHTTPServerEngineFactory.setEnginesList(List<UndertowHTTPServerEngine> enginesList) |
Modifier and Type | Class and Description |
---|---|
static class |
UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine |
Apache CXF