Package burp.api.montoya.comparer
Interface Comparer
-
public interface ComparerThis interface provides access to the functionality of the Comparer tool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendToComparer(ByteArray... data)This method can be used to send data to the Comparer tool.
-
-
-
Method Detail
-
sendToComparer
void sendToComparer(ByteArray... data)
This method can be used to send data to the Comparer tool.- Parameters:
data- The data to be sent to Comparer.
-
-