Uses of Class
org.apache.cxf.transport.http_undertow.ThreadingParameters
-
Packages that use ThreadingParameters Package Description org.apache.cxf.transport.http_undertow org.apache.cxf.transport.http_undertow.spring -
-
Uses of ThreadingParameters in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow that return ThreadingParameters Modifier and Type Method Description ThreadingParametersUndertowHTTPServerEngine. getThreadingParameters()This method returns the threading parameters that have been set.Methods in org.apache.cxf.transport.http_undertow that return types with arguments of type ThreadingParameters Modifier and Type Method Description Map<String,ThreadingParameters>UndertowHTTPServerEngineFactory. getThreadingParametersMap()Methods in org.apache.cxf.transport.http_undertow with parameters of type ThreadingParameters Modifier and Type Method Description voidUndertowHTTPServerEngine. setThreadingParameters(ThreadingParameters params)This method sets the threading parameters for this particular server engine.Method parameters in org.apache.cxf.transport.http_undertow with type arguments of type ThreadingParameters Modifier and Type Method Description voidUndertowHTTPServerEngineFactory. setThreadingParametersMap(Map<String,ThreadingParameters> threadingParamsMap)This call sets the ThreadingParameters for a UndertowHTTPServerEngine -
Uses of ThreadingParameters in org.apache.cxf.transport.http_undertow.spring
Methods in org.apache.cxf.transport.http_undertow.spring that return ThreadingParameters Modifier and Type Method Description static ThreadingParametersUndertowHTTPServerEngineBeanDefinitionParser. createThreadingParameters(String s, javax.xml.bind.JAXBContext context)Methods in org.apache.cxf.transport.http_undertow.spring that return types with arguments of type ThreadingParameters Modifier and Type Method Description Map<String,ThreadingParameters>UndertowSpringTypesFactory. createThreadingParametersMap(String s, javax.xml.bind.JAXBContext ctx)
-