Class TLSHandlerProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLIENT_PLUGIN  
      static java.lang.String PLUGIN  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ChannelHandlerFactory createFactory​(java.lang.String plugin, java.util.Properties properties)
      Creates and returns a new ChannelHandlerFactory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TLSHandlerProvider

        public TLSHandlerProvider()
    • Method Detail

      • createFactory

        public ChannelHandlerFactory createFactory​(java.lang.String plugin,
                                                   java.util.Properties properties)
                                            throws java.lang.Exception
        Description copied from interface: ChannelHandlerProvider
        Creates and returns a new ChannelHandlerFactory.
        Specified by:
        createFactory in interface ChannelHandlerProvider
        Parameters:
        plugin - name identifying a particular type of ChannelHandlerFactory
        properties - configuration values
        Returns:
        ChannelHandlerFactory instance or null if the provider does not provide a matching ChannelHandlerFactory
        Throws:
        java.lang.Exception