Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
-
Packages that use JettyHTTPServerEngine Package Description org.apache.cxf.transport.http_jetty org.apache.cxf.transport.http_jetty.spring -
-
Uses of JettyHTTPServerEngine in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngine Modifier and Type Field Description protected JettyHTTPServerEngineJettyHTTPDestination. engineMethods in org.apache.cxf.transport.http_jetty that return JettyHTTPServerEngine Modifier and Type Method Description JettyHTTPServerEngineJettyHTTPServerEngineFactory. createJettyHTTPServerEngine(int port, String protocol)Calls thru to {JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String)with a 'null' host valueJettyHTTPServerEngineJettyHTTPServerEngineFactory. createJettyHTTPServerEngine(String host, int port, String protocol)JettyHTTPServerEngineJettyHTTPServerEngineFactory. createJettyHTTPServerEngine(String host, int port, String protocol, String id)This call creates a new JettyHTTPServerEngine initialized for "http" or "https" on the given port.JettyHTTPServerEngineJettyHTTPServerEngineFactory. retrieveJettyHTTPServerEngine(int port)This call retrieves a previously configured JettyHTTPServerEngine for the given port.Method parameters in org.apache.cxf.transport.http_jetty with type arguments of type JettyHTTPServerEngine Modifier and Type Method Description voidJettyHTTPServerEngineFactory. setEnginesList(List<JettyHTTPServerEngine> enginesList) -
Uses of JettyHTTPServerEngine in org.apache.cxf.transport.http_jetty.spring
Subclasses of JettyHTTPServerEngine in org.apache.cxf.transport.http_jetty.spring Modifier and Type Class Description static classJettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
-