Package org.dcache.xrootd.plugins.tls
Class TLSHandlerProvider
- java.lang.Object
-
- org.dcache.xrootd.plugins.tls.TLSHandlerProvider
-
- All Implemented Interfaces:
ChannelHandlerProvider
public class TLSHandlerProvider extends java.lang.Object implements ChannelHandlerProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLIENT_PLUGINstatic java.lang.StringPLUGIN
-
Constructor Summary
Constructors Constructor Description TLSHandlerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelHandlerFactorycreateFactory(java.lang.String plugin, java.util.Properties properties)Creates and returns a new ChannelHandlerFactory.
-
-
-
Field Detail
-
PLUGIN
public static final java.lang.String PLUGIN
- See Also:
- Constant Field Values
-
CLIENT_PLUGIN
public static final java.lang.String CLIENT_PLUGIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFactory
public ChannelHandlerFactory createFactory(java.lang.String plugin, java.util.Properties properties) throws java.lang.Exception
Description copied from interface:ChannelHandlerProviderCreates and returns a new ChannelHandlerFactory.- Specified by:
createFactoryin interfaceChannelHandlerProvider- Parameters:
plugin- name identifying a particular type of ChannelHandlerFactoryproperties- configuration values- Returns:
- ChannelHandlerFactory instance or null if the provider does not provide a matching ChannelHandlerFactory
- Throws:
java.lang.Exception
-
-