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_PROPFields inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
ENABLE_HTTP2 -
Constructor Summary
ConstructorsConstructorDescriptionSpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetApplicationContext(org.springframework.context.ApplicationContext ctx) voidvoidvoidMethods 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, 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
isHttp2Required
-
Constructor Details
-
SpringUndertowHTTPServerEngine
public SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port) -
SpringUndertowHTTPServerEngine
public SpringUndertowHTTPServerEngine()
-
-
Method Details
-
setBus
-
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()- Overrides:
finalizeConfigin classUndertowHTTPServerEngine
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-