Apache CXF API

Uses of Class
org.apache.cxf.transport.http.netty.server.ThreadingParameters

Packages that use ThreadingParameters
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http.netty.server.spring   
 

Uses of ThreadingParameters in org.apache.cxf.transport.http.netty.server
 

Methods in org.apache.cxf.transport.http.netty.server that return ThreadingParameters
 ThreadingParameters NettyHttpServerEngine.getThreadingParameters()
           
 

Methods in org.apache.cxf.transport.http.netty.server that return types with arguments of type ThreadingParameters
 Map<String,ThreadingParameters> NettyHttpServerEngineFactory.getThreadingParametersMap()
           
 

Methods in org.apache.cxf.transport.http.netty.server with parameters of type ThreadingParameters
 void NettyHttpServerEngine.setThreadingParameters(ThreadingParameters params)
           
 

Method parameters in org.apache.cxf.transport.http.netty.server with type arguments of type ThreadingParameters
 void NettyHttpServerEngineFactory.setThreadingParametersMap(Map<String,ThreadingParameters> parameterMap)
           
 

Constructor parameters in org.apache.cxf.transport.http.netty.server with type arguments of type ThreadingParameters
NettyHttpServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
           
 

Uses of ThreadingParameters in org.apache.cxf.transport.http.netty.server.spring
 

Methods in org.apache.cxf.transport.http.netty.server.spring that return ThreadingParameters
static ThreadingParameters NettyHttpServerEngineBeanDefinitionParser.createThreadingParameters(String s, JAXBContext context)
           
 

Methods in org.apache.cxf.transport.http.netty.server.spring that return types with arguments of type ThreadingParameters
 Map<String,ThreadingParameters> NettySpringTypesFactory.createThreadingParametersMap(String s, JAXBContext ctx)
           
 

Constructor parameters in org.apache.cxf.transport.http.netty.server.spring with type arguments of type ThreadingParameters
NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
           
 


Apache CXF API

Apache CXF