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 Details

    • init

      void init(Server server, ContextFilter contextFilter)
    • getResetRequests

      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.