Interface AcceptorControl

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFactoryClassName()
      Returns the class name of the AcceptorFactory implementation used by this acceptor.
      java.lang.String getName()
      Returns the name of the acceptor
      java.util.Map<java.lang.String,​java.lang.Object> getParameters()
      Returns the parameters used to configure this acceptor
      void reload()
      Re-create the acceptor with the existing configuration values.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the acceptor
      • getFactoryClassName

        java.lang.String getFactoryClassName()
        Returns the class name of the AcceptorFactory implementation used by this acceptor.
      • getParameters

        java.util.Map<java.lang.String,​java.lang.Object> getParameters()
        Returns the parameters used to configure this acceptor
      • reload

        void reload()
        Re-create the acceptor with the existing configuration values. Useful, for example, for reloading key/trust stores on acceptors which support SSL.