Class 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
    • Constructor Detail

      • 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:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • setThreadingParametersRef

        public void setThreadingParametersRef​(String s)
      • setTlsServerParametersRef

        public void setTlsServerParametersRef​(String s)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception