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