Interface AttackConfiguration


  • public interface AttackConfiguration
    This interface is used to represent an Intruder attack configuration.
    • Method Detail

      • httpService

        java.util.Optional<HttpService> httpService()
        This method returns an Optional.empty() if the target template contains payload markers.
        Returns:
        An Optional of HttpService instance derived from this attack configuration.