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 voidSSLSocketProviderDependenciesBuilder. setCipherSuitesNameList(SSLSocketProviderDependenciesBuilder.NameListDependencies deps)Set cipher-suites dependenciesvoidSSLSocketProviderDependenciesBuilder. 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.NameListDependenciesSSLNameListProcessor. process(ProcessingContext context, XmlElement xmlElement) 
 -