Class Break


  • public class Break
    extends BreakDeprecated
    This file was automatically generated.
    • Constructor Summary

      Constructors 
      Constructor Description
      Break​(ClientApi api)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ApiResponse addHttpBreakpoint​(java.lang.String string, java.lang.String location, java.lang.String match, java.lang.String inverse, java.lang.String ignorecase)
      Adds a custom HTTP breakpoint.
      ApiResponse brk​(java.lang.String type, java.lang.String state, java.lang.String scope)
      Controls the global break functionality.
      ApiResponse cont()
      Submits the currently intercepted message and unsets the global request/response breakpoints
      ApiResponse drop()
      Drops the currently intercepted message
      ApiResponse httpMessage()
      Returns the HTTP message currently intercepted (if any)
      ApiResponse isBreakAll()
      Returns True if ZAP will break on both requests and responses
      ApiResponse isBreakRequest()
      Returns True if ZAP will break on requests
      ApiResponse isBreakResponse()
      Returns True if ZAP will break on responses
      ApiResponse removeHttpBreakpoint​(java.lang.String string, java.lang.String location, java.lang.String match, java.lang.String inverse, java.lang.String ignorecase)
      Removes the specified breakpoint
      ApiResponse setHttpMessage​(java.lang.String httpheader, java.lang.String httpbody)
      Overwrites the currently intercepted message with the data provided
      ApiResponse step()
      Submits the currently intercepted message, the next request or response will automatically be intercepted
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait