Class AbstractHTMLContext.HtmlContextCleanupTask

    • Constructor Detail

      • HtmlContextCleanupTask

        protected HtmlContextCleanupTask​(AbstractHTMLContext obj)
        Creates new clean-up for closing all replies and responses of the designated AbstractHTMLContext.
        Parameters:
        obj - The AbstractHTMLContext of which to close all replies and responses.
    • Method Detail

      • cleanup

        public void cleanup​(boolean explicit)
        Description copied from interface: CleanupTask
        Performs the actual clean-up. This method is only called by Cleanup and must NOT be called directly!
        Parameters:
        explicit - Whether the clean-up was triggered explicitly via Cleanup.clean(). Otherwise it was triggered implicitly as a post-mortem action by the object becoming phantom reachable.