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