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

Packages that use ThreadingParameters
org.apache.cxf.transport.http_jetty   
 

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
 java.util.Map<java.lang.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(java.util.Map<java.lang.String,ThreadingParameters> threadingParamsMap)
          This call sets the ThreadingParameters for a JettyHTTPServerEngine
 



Apache CXF