Uses of Class
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
Packages that use JettyHTTPServerEngine
-
Uses of JettyHTTPServerEngine in org.apache.cxf.transport.http_jetty
Fields in org.apache.cxf.transport.http_jetty declared as JettyHTTPServerEngineMethods in org.apache.cxf.transport.http_jetty that return JettyHTTPServerEngineModifier and TypeMethodDescriptionJettyHTTPServerEngineFactory.createJettyHTTPServerEngine(int port, String protocol) Calls thru to {JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String, int, String)with a 'null' host valueJettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String host, int port, String protocol) JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(String host, int port, String protocol, String id) This call creates a new JettyHTTPServerEngine initialized for "http" or "https" on the given port.JettyHTTPServerEngineFactory.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 JettyHTTPServerEngineModifier and TypeMethodDescriptionvoidJettyHTTPServerEngineFactory.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.springModifier and TypeClassDescriptionstatic class