Package | Description |
---|---|
org.apache.cxf.transport.http.netty.server | |
org.apache.cxf.transport.http.netty.server.spring |
Modifier and Type | Method and Description |
---|---|
ThreadingParameters |
NettyHttpServerEngine.getThreadingParameters() |
Modifier and Type | Method and Description |
---|---|
Map<String,ThreadingParameters> |
NettyHttpServerEngineFactory.getThreadingParametersMap() |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngine.setThreadingParameters(ThreadingParameters params) |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngineFactory.setThreadingParametersMap(Map<String,ThreadingParameters> parameterMap) |
Constructor and Description |
---|
NettyHttpServerEngineFactory(Bus b,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threads) |
Modifier and Type | Method and Description |
---|---|
static ThreadingParameters |
NettyHttpServerEngineBeanDefinitionParser.createThreadingParameters(String s,
JAXBContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,ThreadingParameters> |
NettySpringTypesFactory.createThreadingParametersMap(String s,
JAXBContext ctx) |
Constructor and Description |
---|
SpringNettyHttpServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threads) |
Apache CXF