Class CookieDependency

java.lang.Object
Services.Dependencies.CookieDependency

public class CookieDependency extends Object
Handles the analysis of cookies to detect dependencies between HTTP requests.

This class iterates over cookies in a request and checks if their values depend on any previous responses, updating the DependencyGraph accordingly.

  • Constructor Details

    • CookieDependency

      public CookieDependency()
  • Method Details