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