| Modifier and Type | Method and Description |
|---|---|
List<ISessionHandlingAction> |
IBurpExtenderCallbacks.getSessionHandlingActions()
This method is used to retrieve the session handling actions that are
registered by the extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.registerSessionHandlingAction(ISessionHandlingAction action)
This method is used to register a custom session handling action.
|
void |
IBurpExtenderCallbacks.removeSessionHandlingAction(ISessionHandlingAction action)
This method is used to remove a session handling action that has been
registered by the extension.
|
Copyright © 2017. All rights reserved.