Apache CXF API

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

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

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

Fields in org.apache.cxf.transports.http_jetty.configuration declared as ThreadingParametersType
protected  ThreadingParametersType ThreadingParametersIdentifiedType.threadingParameters
           
protected  ThreadingParametersType JettyHTTPServerEngineConfigType.threadingParameters
           
 

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

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


Apache CXF API

Apache CXF