Uses of Class
org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
-
Packages that use ThreadingParametersType Package Description 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 Modifier and Type Field Description protected ThreadingParametersTypeJettyHTTPServerEngineConfigType. threadingParametersprotected ThreadingParametersTypeThreadingParametersIdentifiedType. threadingParametersMethods in org.apache.cxf.transports.http_jetty.configuration that return ThreadingParametersType Modifier and Type Method Description ThreadingParametersTypeObjectFactory. createThreadingParametersType()Create an instance ofThreadingParametersTypeThreadingParametersTypeJettyHTTPServerEngineConfigType. getThreadingParameters()Gets the value of the threadingParameters property.ThreadingParametersTypeThreadingParametersIdentifiedType. getThreadingParameters()Gets the value of the threadingParameters property.Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type ThreadingParametersType Modifier and Type Method Description voidJettyHTTPServerEngineConfigType. setThreadingParameters(ThreadingParametersType value)Sets the value of the threadingParameters property.voidThreadingParametersIdentifiedType. setThreadingParameters(ThreadingParametersType value)Sets the value of the threadingParameters property.
-