public static class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine extends NettyHttpServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
ENABLE_HTTP2
Constructor and Description |
---|
SpringNettyHttpServerEngine() |
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, getApplicationExecutor, getBossGroup, getBus, getHost, getMaxChunkContentSize, getPort, getProtocol, getReadIdleTime, getServant, getThreadingParameters, getTlsServerParameters, getWorkerGroup, getWriteIdleTime, isSessionSupport, removeServant, setApplicationExecutor, setBossGroup, setHost, setMaxChunkContentSize, setPort, setProtocol, setReadIdleTime, setSessionSupport, setThreadingParameters, setTlsServerParameters, setWorkerGroup, setWriteIdleTime, shutdown, startServer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isHttp2Enabled
public SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
public SpringNettyHttpServerEngine()
public void setBus(Bus b)
setBus
in class NettyHttpServerEngine
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