Class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine
-
- org.apache.cxf.transport.http.netty.server.spring.NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine
-
- All Implemented Interfaces:
HttpServerEngineSupport,ServerEngine,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
- Enclosing class:
- NettyHttpServerEngineBeanDefinitionParser
public static class NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine extends NettyHttpServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
-
-
Field Summary
-
Fields inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
ENABLE_HTTP2
-
-
Constructor Summary
Constructors Constructor Description SpringNettyHttpServerEngine()SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidfinalizeConfig()voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)voidsetBus(Bus b)voidsetThreadingParametersRef(String s)voidsetTlsServerParametersRef(String s)-
Methods inherited from class org.apache.cxf.transport.http.netty.server.NettyHttpServerEngine
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
isHttp2Enabled, isHttp2Required
-
-
-
-
Constructor Detail
-
SpringNettyHttpServerEngine
public SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
-
SpringNettyHttpServerEngine
public SpringNettyHttpServerEngine()
-
-
Method Detail
-
setBus
public void setBus(Bus b)
- Overrides:
setBusin classNettyHttpServerEngine
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
setThreadingParametersRef
public void setThreadingParametersRef(String s)
-
setTlsServerParametersRef
public void setTlsServerParametersRef(String s)
-
finalizeConfig
@PostConstruct public void finalizeConfig()
- Overrides:
finalizeConfigin classNettyHttpServerEngine
-
-