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

Examples of org.zaproxy.zap.extension.websocket.ui.httppanel.component.WebSocketComponent


            return NAME;
        }
       
        @Override
        public HttpPanelComponentInterface getNewComponent() {
            return new WebSocketComponent();
        }
View Full Code Here

TOP

Related Classes of org.zaproxy.zap.extension.websocket.ui.httppanel.component.WebSocketComponent

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.