Uses of Class
com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameListDependencies
-
Packages that use SSLSocketProviderDependenciesBuilder.NameListDependencies Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files. -
-
Uses of SSLSocketProviderDependenciesBuilder.NameListDependencies in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder with parameters of type SSLSocketProviderDependenciesBuilder.NameListDependencies Modifier and Type Method Description void
SSLSocketProviderDependenciesBuilder. setCipherSuitesNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies deps)
Set cipher-suites dependenciesvoid
SSLSocketProviderDependenciesBuilder. setProtocolVersionsNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies deps)
Set protocol-versions dependencies -
Uses of SSLSocketProviderDependenciesBuilder.NameListDependencies in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return SSLSocketProviderDependenciesBuilder.NameListDependencies Modifier and Type Method Description SSLSocketProviderDependenciesBuilder.NameListDependencies
SSLNameListProcessor. process(ProcessingContext context, XmlElement xmlElement)
-