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.threadingParametersprotected ThreadingParametersTypeThreadingParametersIdentifiedType.threadingParametersMethods in org.apache.cxf.transports.http_jetty.configuration that return ThreadingParametersTypeModifier and TypeMethodDescriptionObjectFactory.createThreadingParametersType()Create an instance ofThreadingParametersTypeJettyHTTPServerEngineConfigType.getThreadingParameters()Gets the value of the threadingParameters property.ThreadingParametersIdentifiedType.getThreadingParameters()Gets the value of the threadingParameters property.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.