Package | Description |
---|---|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Method and Description |
---|---|
static TransportSecurityStrategy.TLS.SecureProtocols |
TransportSecurityStrategy.TLS.SecureProtocols.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportSecurityStrategy.TLS.SecureProtocols[] |
TransportSecurityStrategy.TLS.SecureProtocols.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withExcludedProtocols(TransportSecurityStrategy.TLS.SecureProtocols... excludedProtocols)
Specifies the list of Secure Socket Layer (SSL) protocols to not use.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.