Uses of Class
org.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
Packages that use ThreadingParametersType
-
Uses of ThreadingParametersType in org.apache.cxf.transports.http_jetty.configuration
Fields in org.apache.cxf.transports.http_jetty.configuration declared as ThreadingParametersTypeModifier and TypeFieldDescriptionprotected ThreadingParametersTypeJettyHTTPServerEngineConfigType.threadingParametersSpecifies an instance of the threading configuration use for the Jetty engine.protected ThreadingParametersTypeThreadingParametersIdentifiedType.threadingParametersSpecifies the thread pool properties for the parameter set.Methods in org.apache.cxf.transports.http_jetty.configuration that return ThreadingParametersTypeModifier and TypeMethodDescriptionObjectFactory.createThreadingParametersType()Create an instance ofThreadingParametersTypeJettyHTTPServerEngineConfigType.getThreadingParameters()Specifies an instance of the threading configuration use for the Jetty engine.ThreadingParametersIdentifiedType.getThreadingParameters()Specifies the thread pool properties for the parameter set.Methods in org.apache.cxf.transports.http_jetty.configuration with parameters of type ThreadingParametersTypeModifier and TypeMethodDescriptionvoidJettyHTTPServerEngineConfigType.setThreadingParameters(ThreadingParametersType value) Sets the value of the threadingParameters property.voidThreadingParametersIdentifiedType.setThreadingParameters(ThreadingParametersType value) Sets the value of the threadingParameters property.