Class UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine
- java.lang.Object
-
- org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine
-
- org.apache.cxf.transport.http_undertow.spring.UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine
-
- All Implemented Interfaces:
ServerEngine,HttpServerEngineSupport,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
- Enclosing class:
- UndertowHTTPServerEngineBeanDefinitionParser
public static class UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine extends UndertowHTTPServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine
DO_NOT_CHECK_URL_PROP, ENABLE_HTTP2_PROP, ENABLE_RECORD_REQUEST_START_TIME_PROP
-
Fields inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
ENABLE_HTTP2
-
-
Constructor Summary
Constructors Constructor Description SpringUndertowHTTPServerEngine()SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidfinalizeConfig()voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)voidsetBus(Bus b)voidsetThreadingParametersRef(String s)voidsetTlsServerParametersRef(String s)-
Methods inherited from class org.apache.cxf.transport.http_undertow.UndertowHTTPServerEngine
addServant, checkRegistedContext, createSSLContext, decorateUndertowSocketConnection, getContinuationsEnabled, getHandlers, getHost, getKeyManagersWithCertAlias, getMaxIdleTime, getPort, getProtocol, getServant, getThreadingParameters, getTlsServerParameters, isHttp2Enabled, isSetThreadingParameters, removeServant, setContinuationsEnabled, setHandlers, setHost, setMaxIdleTime, setPort, setThreadingParameters, setTlsServerParameters, 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
isHttp2Required
-
-
-
-
Constructor Detail
-
SpringUndertowHTTPServerEngine
public SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port)
-
SpringUndertowHTTPServerEngine
public SpringUndertowHTTPServerEngine()
-
-
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()
- Overrides:
finalizeConfigin classUndertowHTTPServerEngine
-
-