Apache CXF API

Uses of Class
org.apache.cxf.transports.http_netty_server.configuration.NettyHttpServerEngineConfigType

Packages that use NettyHttpServerEngineConfigType
org.apache.cxf.transports.http_netty_server.configuration   
 

Uses of NettyHttpServerEngineConfigType in org.apache.cxf.transports.http_netty_server.configuration
 

Fields in org.apache.cxf.transports.http_netty_server.configuration with type parameters of type NettyHttpServerEngineConfigType
protected  List<NettyHttpServerEngineConfigType> NettyHttpServerEngineFactoryConfigType.engine
           
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return NettyHttpServerEngineConfigType
 NettyHttpServerEngineConfigType ObjectFactory.createNettyHttpServerEngineConfigType()
          Create an instance of NettyHttpServerEngineConfigType
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return types with arguments of type NettyHttpServerEngineConfigType
 List<NettyHttpServerEngineConfigType> NettyHttpServerEngineFactoryConfigType.getEngine()
          Gets the value of the engine property.
 


Apache CXF API

Apache CXF