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, startServerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisHttp2Enabledpublic SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
public SpringNettyHttpServerEngine()
public void setBus(Bus b)
setBus in class NettyHttpServerEnginepublic void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setThreadingParametersRef(String s)
public void setTlsServerParametersRef(String s)
@PostConstruct public void finalizeConfig()
finalizeConfig in class NettyHttpServerEngineApache CXF