Interface ResetRequestSource

  • All Known Implementing Classes:
    ResetRequestSourceImpl

    public interface ResetRequestSource
    Source for a list of requests that should be sent to an httpd-side mod_cluster instance when an MCMPHandler determines that the httpd-side state needs to be reset.
    Author:
    Brian Stansberry
    • Method Detail

      • getResetRequests

        List<MCMPRequest> getResetRequests​(Map<String,​Set<ResetRequestSource.VirtualHost>> response)
        Gets a list of requests that should be sent to an httpd-side mod_cluster instance when an MCMPHandler determines that its state needs to be reset.
        Parameters:
        response - a parsed INFO-RSP, expressed as a map of virtual hosts per jvmRoute
        Returns:
        a list of requests. Will not return null.