Uses of Class
org.apache.cxf.transports.http_undertow.configuration.ThreadingParametersType
-
Packages that use ThreadingParametersType Package Description org.apache.cxf.transports.http_undertow.configuration -
-
Uses of ThreadingParametersType in org.apache.cxf.transports.http_undertow.configuration
Fields in org.apache.cxf.transports.http_undertow.configuration declared as ThreadingParametersType Modifier and Type Field Description protected ThreadingParametersTypeThreadingParametersIdentifiedType. threadingParametersprotected ThreadingParametersTypeUndertowHTTPServerEngineConfigType. threadingParametersMethods in org.apache.cxf.transports.http_undertow.configuration that return ThreadingParametersType Modifier and Type Method Description ThreadingParametersTypeObjectFactory. createThreadingParametersType()Create an instance ofThreadingParametersTypeThreadingParametersTypeThreadingParametersIdentifiedType. getThreadingParameters()Gets the value of the threadingParameters property.ThreadingParametersTypeUndertowHTTPServerEngineConfigType. getThreadingParameters()Gets the value of the threadingParameters property.Methods in org.apache.cxf.transports.http_undertow.configuration with parameters of type ThreadingParametersType Modifier and Type Method Description voidThreadingParametersIdentifiedType. setThreadingParameters(ThreadingParametersType value)Sets the value of the threadingParameters property.voidUndertowHTTPServerEngineConfigType. setThreadingParameters(ThreadingParametersType value)Sets the value of the threadingParameters property.
-