Package | Description |
---|---|
org.apache.cxf.transport.http_undertow | |
org.apache.cxf.transport.http_undertow.spring |
Modifier and Type | Method and Description |
---|---|
ThreadingParameters |
UndertowHTTPServerEngine.getThreadingParameters()
This method returns the threading parameters that have been set.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ThreadingParameters> |
UndertowHTTPServerEngineFactory.getThreadingParametersMap() |
Modifier and Type | Method and Description |
---|---|
void |
UndertowHTTPServerEngine.setThreadingParameters(ThreadingParameters params)
This method sets the threading parameters for this particular
server engine.
|
Modifier and Type | Method and Description |
---|---|
void |
UndertowHTTPServerEngineFactory.setThreadingParametersMap(Map<String,ThreadingParameters> threadingParamsMap)
This call sets the ThreadingParameters for a UndertowHTTPServerEngine
|
Constructor and Description |
---|
UndertowHTTPServerEngineFactory(Bus b,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
Modifier and Type | Method and Description |
---|---|
static ThreadingParameters |
UndertowHTTPServerEngineBeanDefinitionParser.createThreadingParameters(String s,
JAXBContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,ThreadingParameters> |
UndertowSpringTypesFactory.createThreadingParametersMap(String s,
JAXBContext ctx) |
Constructor and Description |
---|
SpringUndertowHTTPServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
Apache CXF