Apache CXF API

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

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

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

Fields in org.apache.cxf.transports.http_netty_server.configuration declared as ThreadingParametersType
protected  ThreadingParametersType NettyHttpServerEngineConfigType.threadingParameters
           
protected  ThreadingParametersType ThreadingParametersIdentifiedType.threadingParameters
           
 

Methods in org.apache.cxf.transports.http_netty_server.configuration that return ThreadingParametersType
 ThreadingParametersType ObjectFactory.createThreadingParametersType()
          Create an instance of ThreadingParametersType
 ThreadingParametersType NettyHttpServerEngineConfigType.getThreadingParameters()
          Gets the value of the threadingParameters property.
 ThreadingParametersType ThreadingParametersIdentifiedType.getThreadingParameters()
          Gets the value of the threadingParameters property.
 

Methods in org.apache.cxf.transports.http_netty_server.configuration with parameters of type ThreadingParametersType
 void NettyHttpServerEngineConfigType.setThreadingParameters(ThreadingParametersType value)
          Sets the value of the threadingParameters property.
 void ThreadingParametersIdentifiedType.setThreadingParameters(ThreadingParametersType value)
          Sets the value of the threadingParameters property.
 


Apache CXF API

Apache CXF