Uses of Class
org.dcache.xrootd.plugins.tls.SSLHandlerFactory
-
Packages that use SSLHandlerFactory Package Description org.dcache.xrootd.plugins.tls org.dcache.xrootd.security -
-
Uses of SSLHandlerFactory in org.dcache.xrootd.plugins.tls
Methods in org.dcache.xrootd.plugins.tls that return SSLHandlerFactory Modifier and Type Method Description static SSLHandlerFactorySSLHandlerFactory. getHandlerFactory(java.lang.String name, java.util.List<ChannelHandlerFactory> list) -
Uses of SSLHandlerFactory in org.dcache.xrootd.security
Methods in org.dcache.xrootd.security with parameters of type SSLHandlerFactory Modifier and Type Method Description voidTLSSessionInfo. setClientSslHandlerFactory(SSLHandlerFactory sslHandlerFactory)voidTLSSessionInfo. setServerSslHandlerFactory(SSLHandlerFactory serverSslHandlerFactory)
-