Uses of Class
org.apache.cxf.transport.http.netty.server.ThreadingParameters
-
Packages that use ThreadingParameters Package Description 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 Modifier and Type Method Description ThreadingParametersNettyHttpServerEngine. getThreadingParameters()Methods in org.apache.cxf.transport.http.netty.server that return types with arguments of type ThreadingParameters Modifier and Type Method Description Map<String,ThreadingParameters>NettyHttpServerEngineFactory. getThreadingParametersMap()Methods in org.apache.cxf.transport.http.netty.server with parameters of type ThreadingParameters Modifier and Type Method Description voidNettyHttpServerEngine. setThreadingParameters(ThreadingParameters params)Method parameters in org.apache.cxf.transport.http.netty.server with type arguments of type ThreadingParameters Modifier and Type Method Description voidNettyHttpServerEngineFactory. setThreadingParametersMap(Map<String,ThreadingParameters> parameterMap) -
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 Modifier and Type Method Description static ThreadingParametersNettyHttpServerEngineBeanDefinitionParser. createThreadingParameters(String s, javax.xml.bind.JAXBContext context)Methods in org.apache.cxf.transport.http.netty.server.spring that return types with arguments of type ThreadingParameters Modifier and Type Method Description Map<String,ThreadingParameters>NettySpringTypesFactory. createThreadingParametersMap(String s, javax.xml.bind.JAXBContext ctx)
-