Uses of Interface
org.dcache.xrootd.plugins.ChannelHandlerFactory
-
Packages that use ChannelHandlerFactory Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.tls org.dcache.xrootd.tpc -
-
Uses of ChannelHandlerFactory in org.dcache.xrootd.core
Classes in org.dcache.xrootd.core that implement ChannelHandlerFactory Modifier and Type Class Description classXrootdAuthenticationHandlerFactoryclassXrootdAuthorizationHandlerFactoryMethods in org.dcache.xrootd.core that return ChannelHandlerFactory Modifier and Type Method Description ChannelHandlerFactoryXrootdAuthenticationHandlerProvider. createFactory(java.lang.String plugin, java.util.Properties properties)ChannelHandlerFactoryXrootdAuthorizationHandlerProvider. createFactory(java.lang.String plugin, java.util.Properties properties) -
Uses of ChannelHandlerFactory in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return ChannelHandlerFactory Modifier and Type Method Description ChannelHandlerFactoryChannelHandlerProvider. createFactory(java.lang.String plugin, java.util.Properties properties)Creates and returns a new ChannelHandlerFactory. -
Uses of ChannelHandlerFactory in org.dcache.xrootd.plugins.tls
Classes in org.dcache.xrootd.plugins.tls that implement ChannelHandlerFactory Modifier and Type Class Description classSSLHandlerFactoryProvides an SSLHandler constructed from the SSLContext established via properties.Methods in org.dcache.xrootd.plugins.tls that return ChannelHandlerFactory Modifier and Type Method Description ChannelHandlerFactoryTLSHandlerProvider. createFactory(java.lang.String plugin, java.util.Properties properties)Method parameters in org.dcache.xrootd.plugins.tls with type arguments of type ChannelHandlerFactory Modifier and Type Method Description static SSLHandlerFactorySSLHandlerFactory. getHandlerFactory(java.lang.String name, java.util.List<ChannelHandlerFactory> list) -
Uses of ChannelHandlerFactory in org.dcache.xrootd.tpc
Method parameters in org.dcache.xrootd.tpc with type arguments of type ChannelHandlerFactory Modifier and Type Method Description voidXrootdTpcClient. connect(io.netty.channel.nio.NioEventLoopGroup group, java.util.List<ChannelHandlerFactory> plugins, TpcSourceReadHandler readHandler)
-