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,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_PROP
-
Fields inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
ENABLE_HTTP2
-
-
Constructor Summary
Constructors Constructor Description SpringJettyHTTPServerEngine()SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidfinalizeConfig()This method is called after configure on this object.voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)voidsetBus(Bus b)voidsetThreadingParametersRef(String s)voidsetTlsServerParametersRef(String s)-
Methods 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, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
isHttp2Enabled, isHttp2Required
-
-
-
-
Constructor Detail
-
SpringJettyHTTPServerEngine
public SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port)
-
SpringJettyHTTPServerEngine
public SpringJettyHTTPServerEngine()
-
-
Method Detail
-
setBus
public void setBus(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
public void setThreadingParametersRef(String s)
-
setTlsServerParametersRef
public void setTlsServerParametersRef(String s)
-
finalizeConfig
@PostConstruct public void finalizeConfig()
Description copied from class:JettyHTTPServerEngineThis method is called after configure on this object.- Overrides:
finalizeConfigin classJettyHTTPServerEngine
-
-