public static class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine extends NettyHttpServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine() |
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine(NettyHttpServerEngineFactory 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, getHost, getMaxChunkContentSize, getPort, getProtocol, getReadIdleTime, getServant, getThreadingParameters, getTlsServerParameters, getWriteIdleTime, isSessionSupport, removeServant, setHost, setMaxChunkContentSize, setPort, setProtocol, setReadIdleTime, setSessionSupport, setThreadingParameters, setTlsServerParameters, setWriteIdleTime, shutdown, startServer
public NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
public NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine()
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()
finalizeConfig
in class NettyHttpServerEngine
Apache CXF