Uses of Class
org.apache.cxf.transports.http_netty_server.configuration.ThreadingParametersType
Packages that use ThreadingParametersType
-
Uses of ThreadingParametersType in org.apache.cxf.transports.http_netty_server.configuration
Fields in org.apache.cxf.transports.http_netty_server.configuration declared as ThreadingParametersTypeModifier and TypeFieldDescriptionprotected ThreadingParametersTypeNettyHttpServerEngineConfigType.threadingParametersprotected ThreadingParametersTypeThreadingParametersIdentifiedType.threadingParametersMethods in org.apache.cxf.transports.http_netty_server.configuration that return ThreadingParametersTypeModifier and TypeMethodDescriptionObjectFactory.createThreadingParametersType()Create an instance ofThreadingParametersTypeNettyHttpServerEngineConfigType.getThreadingParameters()Gets the value of the threadingParameters property.ThreadingParametersIdentifiedType.getThreadingParameters()Gets the value of the threadingParameters property.Methods in org.apache.cxf.transports.http_netty_server.configuration with parameters of type ThreadingParametersTypeModifier and TypeMethodDescriptionvoidNettyHttpServerEngineConfigType.setThreadingParameters(ThreadingParametersType value) Sets the value of the threadingParameters property.voidThreadingParametersIdentifiedType.setThreadingParameters(ThreadingParametersType value) Sets the value of the threadingParameters property.