| Modifier and Type | Method and Description |
|---|---|
List<IProxyListener> |
IBurpExtenderCallbacks.getProxyListeners()
This method is used to retrieve the Proxy listeners that are registered
by the extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.registerProxyListener(IProxyListener listener)
This method is used to register a listener which will be notified of
requests and responses being processed by the Proxy tool.
|
void |
IBurpExtenderCallbacks.removeProxyListener(IProxyListener listener)
This method is used to remove a Proxy listener that has been registered
by the extension.
|
Copyright © 2017. All rights reserved.