Package | Description |
---|---|
org.apache.cxf.configuration.jsse | |
org.apache.cxf.configuration.security | |
org.apache.cxf.transports.http_netty_server.configuration |
Modifier and Type | Class and Description |
---|---|
static class |
TLSServerParametersConfig.TLSServerParametersTypeInternal |
Constructor and Description |
---|
TLSServerParametersConfig(TLSServerParametersType params) |
Modifier and Type | Method and Description |
---|---|
TLSServerParametersType |
ObjectFactory.createTLSServerParametersType()
Create an instance of
TLSServerParametersType |
Modifier and Type | Field and Description |
---|---|
protected TLSServerParametersType |
NettyHttpServerEngineConfigType.tlsServerParameters |
protected TLSServerParametersType |
TLSServerParametersIdentifiedType.tlsServerParameters |
Modifier and Type | Method and Description |
---|---|
TLSServerParametersType |
NettyHttpServerEngineConfigType.getTlsServerParameters()
Gets the value of the tlsServerParameters property.
|
TLSServerParametersType |
TLSServerParametersIdentifiedType.getTlsServerParameters()
Gets the value of the tlsServerParameters property.
|
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngineConfigType.setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property.
|
void |
TLSServerParametersIdentifiedType.setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property.
|
Apache CXF