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