Apache CXF API

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

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

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

Fields in org.apache.cxf.transports.http_netty_server.configuration declared as ParametersRefType
protected  ParametersRefType NettyHttpServerEngineConfigType.threadingParametersRef
           
protected  ParametersRefType NettyHttpServerEngineConfigType.tlsServerParametersRef
           
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return ParametersRefType
 ParametersRefType ObjectFactory.createParametersRefType()
          Create an instance of ParametersRefType
 ParametersRefType NettyHttpServerEngineConfigType.getThreadingParametersRef()
          Gets the value of the threadingParametersRef property.
 ParametersRefType NettyHttpServerEngineConfigType.getTlsServerParametersRef()
          Gets the value of the tlsServerParametersRef property.
 

Methods in org.apache.cxf.transports.http_netty_server.configuration with parameters of type ParametersRefType
 void NettyHttpServerEngineConfigType.setThreadingParametersRef(ParametersRefType value)
          Sets the value of the threadingParametersRef property.
 void NettyHttpServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value)
          Sets the value of the tlsServerParametersRef property.
 


Apache CXF API

Apache CXF