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