| Package | Description |
|---|---|
| org.apache.cxf.transports.http_undertow.configuration |
| Modifier and Type | Field and Description |
|---|---|
protected ParametersRefType |
UndertowHTTPServerEngineConfigType.threadingParametersRef |
protected ParametersRefType |
UndertowHTTPServerEngineConfigType.tlsServerParametersRef |
| Modifier and Type | Method and Description |
|---|---|
ParametersRefType |
ObjectFactory.createParametersRefType()
Create an instance of
ParametersRefType |
ParametersRefType |
UndertowHTTPServerEngineConfigType.getThreadingParametersRef()
Gets the value of the threadingParametersRef property.
|
ParametersRefType |
UndertowHTTPServerEngineConfigType.getTlsServerParametersRef()
Gets the value of the tlsServerParametersRef property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UndertowHTTPServerEngineConfigType.setThreadingParametersRef(ParametersRefType value)
Sets the value of the threadingParametersRef property.
|
void |
UndertowHTTPServerEngineConfigType.setTlsServerParametersRef(ParametersRefType value)
Sets the value of the tlsServerParametersRef property.
|
Apache CXF