Package | Description |
---|---|
org.apache.cxf.transport.http_jetty | |
org.apache.cxf.transport.http_jetty.spring |
Modifier and Type | Field and Description |
---|---|
protected JettyHTTPServerEngine |
JettyHTTPDestination.engine |
Modifier and Type | Method and Description |
---|---|
JettyHTTPServerEngine |
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(int port,
String protocol)
Calls thru to {
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String) with a 'null' host value |
JettyHTTPServerEngine |
JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String host,
int port,
String protocol)
This call creates a new JettyHTTPServerEngine initialized for "http"
or "https" on the given port.
|
JettyHTTPServerEngine |
JettyHTTPServerEngineFactory.retrieveJettyHTTPServerEngine(int port)
This call retrieves a previously configured JettyHTTPServerEngine for the
given port.
|
Modifier and Type | Method and Description |
---|---|
void |
JettyHTTPServerEngineFactory.setEnginesList(List<JettyHTTPServerEngine> enginesList) |
Modifier and Type | Class and Description |
---|---|
static class |
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine |
Apache CXF