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
ConstructorsConstructorDescriptionSpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetApplicationContext(org.springframework.context.ApplicationContext ctx) voidvoidvoidMethods 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, startServerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.http.HttpServerEngineSupport
isHttp2Enabled, isHttp2Required
-
Constructor Details
-
SpringNettyHttpServerEngine
-
SpringNettyHttpServerEngine
public SpringNettyHttpServerEngine()
-
-
Method Details
-
setBus
- 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
-
setTlsServerParametersRef
-
finalizeConfig
@PostConstruct public void finalizeConfig()- Overrides:
finalizeConfigin classNettyHttpServerEngine
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-