public static class UndertowHTTPServerEngineBeanDefinitionParser.SpringUndertowHTTPServerEngine extends UndertowHTTPServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
DO_NOT_CHECK_URL_PROP
Constructor and Description |
---|
SpringUndertowHTTPServerEngine() |
SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac,
Bus b,
String host,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
finalizeConfig() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
void |
setBus(Bus b) |
void |
setThreadingParametersRef(String s) |
void |
setTlsServerParametersRef(String s) |
addServant, checkRegistedContext, createSSLContext, decorateUndertowSocketConnection, getContinuationsEnabled, getHandlers, getHost, getKeyManagersWithCertAlias, getMaxIdleTime, getPort, getProtocol, getServant, getThreadingParameters, getTlsServerParameters, isSetThreadingParameters, removeServant, setContinuationsEnabled, setHandlers, setHost, setMaxIdleTime, setPort, setThreadingParameters, setTlsServerParameters, shutdown, stop
public SpringUndertowHTTPServerEngine(UndertowHTTPServerEngineFactory fac, Bus b, String host, int port)
public SpringUndertowHTTPServerEngine()
public void setBus(Bus b)
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setThreadingParametersRef(String s)
public void setTlsServerParametersRef(String s)
@PostConstruct public void finalizeConfig() throws GeneralSecurityException, IOException
finalizeConfig
in class UndertowHTTPServerEngine
GeneralSecurityException
IOException
Apache CXF