Class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
java.lang.Object
org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
org.apache.cxf.transport.http_jetty.spring.JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
- All Implemented Interfaces:
ServerEngine,org.apache.cxf.transport.http.HttpServerEngineSupport,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
- Enclosing class:
- JettyHTTPServerEngineBeanDefinitionParser
public static class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine
extends JettyHTTPServerEngine
implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
DO_NOT_CHECK_URL_PROPFields inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
ENABLE_HTTP2 -
Constructor Summary
ConstructorsConstructorDescriptionSpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, org.apache.cxf.Bus b, String host, int port) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidThis method is called after configure on this object.voidsetApplicationContext(org.springframework.context.ApplicationContext ctx) voidsetBus(org.apache.cxf.Bus b) voidvoidMethods inherited from class org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine
addServant, checkRegistedContext, createSSLContext, detectProto, getConnector, getContextHandler, getContinuationsEnabled, getHandlers, getHost, getMaxIdleTime, getPort, getProtocol, getSendServerVersion, getServant, getServer, getSessionTimeout, getThreadingParameters, getTlsServerParameters, isReuseAddress, isSessionSupport, isSetThreadingParameters, removeServant, retrieveListenerFactory, setClientAuthentication, setConnector, setContinuationsEnabled, setHandlers, setHost, setMaxIdleTime, setPort, setReuseAddress, setSendServerVersion, setServer, setSessionSupport, setSessionTimeout, setThreadingParameters, setThreadPool, setTlsServerParameters, setupThreadPool, shutdown, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
isHttp2Enabled, isHttp2Required
-
Constructor Details
-
SpringJettyHTTPServerEngine
public SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, org.apache.cxf.Bus b, String host, int port) -
SpringJettyHTTPServerEngine
public SpringJettyHTTPServerEngine()
-
-
Method Details
-
setBus
public void setBus(org.apache.cxf.Bus b) -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setThreadingParametersRef
-
setTlsServerParametersRef
-
finalizeConfig
@PostConstruct public void finalizeConfig()Description copied from class:JettyHTTPServerEngineThis method is called after configure on this object.- Overrides:
finalizeConfigin classJettyHTTPServerEngine
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-