Interface ProtocolStackConfigurator

    • Method Detail

      • getProtocolStackString

        java.lang.String getProtocolStackString()
      • afterCreation

        default void afterCreation​(Protocol prot)
                            throws java.lang.Exception
        Invoked after each Protocol is instantiated and before Protocol.init() is invoked.
        Specified by:
        afterCreation in interface ProtocolHook
        Parameters:
        prot - The protocol that was created.
        Throws:
        java.lang.Exception - If any exception occurred during method invocation.