Uses of Class
org.apache.cxf.transports.http_undertow.configuration.ThreadingParametersType
Packages that use ThreadingParametersType
-
Uses of ThreadingParametersType in org.apache.cxf.transports.http_undertow.configuration
Fields in org.apache.cxf.transports.http_undertow.configuration declared as ThreadingParametersTypeModifier and TypeFieldDescriptionprotected ThreadingParametersTypeThreadingParametersIdentifiedType.threadingParametersprotected ThreadingParametersTypeUndertowHTTPServerEngineConfigType.threadingParametersMethods in org.apache.cxf.transports.http_undertow.configuration that return ThreadingParametersTypeModifier and TypeMethodDescriptionObjectFactory.createThreadingParametersType()Create an instance ofThreadingParametersTypeThreadingParametersIdentifiedType.getThreadingParameters()Gets the value of the threadingParameters property.UndertowHTTPServerEngineConfigType.getThreadingParameters()Gets the value of the threadingParameters property.Methods in org.apache.cxf.transports.http_undertow.configuration with parameters of type ThreadingParametersTypeModifier and TypeMethodDescriptionvoidThreadingParametersIdentifiedType.setThreadingParameters(ThreadingParametersType value) Sets the value of the threadingParameters property.voidUndertowHTTPServerEngineConfigType.setThreadingParameters(ThreadingParametersType value) Sets the value of the threadingParameters property.