Apache CXF API

Uses of Class
org.apache.cxf.transport.http_jetty.ThreadingParameters

Packages that use ThreadingParameters
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
 ThreadingParameters JettyHTTPServerEngine.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
 Map<String,ThreadingParameters> JettyHTTPServerEngineFactory.getThreadingParametersMap()
           
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type ThreadingParameters
 void JettyHTTPServerEngine.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
 void JettyHTTPServerEngineFactory.setThreadingParametersMap(Map<String,ThreadingParameters> threadingParamsMap)
          This call sets the ThreadingParameters for a JettyHTTPServerEngine
 

Constructor parameters in org.apache.cxf.transport.http_jetty with type arguments of type ThreadingParameters
JettyHTTPServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading)
           
 

Uses of ThreadingParameters in org.apache.cxf.transport.http_jetty.spring
 

Methods in org.apache.cxf.transport.http_jetty.spring that return ThreadingParameters
static ThreadingParameters JettyHTTPServerEngineBeanDefinitionParser.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
 Map<String,ThreadingParameters> JettySpringTypesFactory.createThreadingParametersMap(String s, javax.xml.bind.JAXBContext ctx)
           
 

Constructor parameters in org.apache.cxf.transport.http_jetty.spring with type arguments of type ThreadingParameters
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading)
           
 


Apache CXF API

Apache CXF