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 |
JettyHTTPServerEngineConfigType.tlsServerParameters |
protected TLSServerParametersType |
TLSServerParametersIdentifiedType.tlsServerParameters |
Modifier and Type | Method and Description |
---|---|
TLSServerParametersType |
JettyHTTPServerEngineConfigType.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 |
JettyHTTPServerEngineConfigType.setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property.
|
void |
TLSServerParametersIdentifiedType.setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property.
|
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