Class GracefulShutdownRequestContainer

    • Constructor Detail

      • GracefulShutdownRequestContainer

        public GracefulShutdownRequestContainer()
        Creates a new GracefulShutdownContainer object. We will store one grammar, it's enough ...
    • Method Detail

      • getGracefulShutdownRequest

        public GracefulShutdownRequest getGracefulShutdownRequest()
        Returns:
        Returns the Graceful Shutdown object.
      • setGracefulShutdownRequest

        public void setGracefulShutdownRequest​(GracefulShutdownRequest gracefulShutdown)
        Set a GracefulShutdown Object into the container. It will be completed by the ldapDecoder.
        Parameters:
        gracefulShutdown - the GracefulShutdown to set.
      • clean

        public void clean()
        Clean the container for the next decoding.
        Overrides:
        clean in class AbstractContainer