Package burp.api.montoya.core
Interface Registration
-
public interface RegistrationThis interface represents an instance of a class that is returned when an object is registered by an extension in Burp Suite.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegister()This method is used to remove the object registered by the extension.booleanisRegistered()This method determines whether the object registered by the extension is currently registered.
-