Package org.zaproxy.zap.extension.websocket.ui

Examples of org.zaproxy.zap.extension.websocket.ui.ResendWebSocketMessageMenuItem


        sendDialog = createManualSendDialog(sender);
        extManReqEdit.addManualSendEditor(sendDialog);
        hookMenu.addToolsMenuItem(sendDialog.getMenuItem());
       
        // add 'Resend Message' menu item to WebSocket tab context menu
        hookMenu.addPopupMenuItem(new ResendWebSocketMessageMenuItem(createReSendDialog(sender)));
       
       
        // setup persistent connection listener for http manual send editor
        ManualRequestEditorDialog sendEditor = extManReqEdit.getManualSendEditor(HttpMessage.class);
        if (sendEditor != null) {
View Full Code Here

TOP

Related Classes of org.zaproxy.zap.extension.websocket.ui.ResendWebSocketMessageMenuItem

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.