Interface NettyServerCustomizer.Registry

    • Method Detail

      • register

        void register​(@NonNull
                      NettyServerCustomizer customizer)
        Register a new customizer with this server. Note that this method must be called before the server is started: When a listener launches, it may only respect the customizers that were registered at the time, and ignore future additions.
        Parameters:
        customizer - The customizer to register.