Interface ChannelHandlerProvider

    • Method Detail

      • createFactory

        ChannelHandlerFactory createFactory​(java.lang.String plugin,
                                            java.util.Properties properties)
                                     throws java.lang.Exception
        Creates and returns a new ChannelHandlerFactory.
        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