Package burp.api.montoya.proxy.websocket
Interface ProxyWebSocketCreation
public interface ProxyWebSocketCreation
Information about the proxy web socket that is being created.
-
Method Summary
-
Method Details
-
proxyWebSocket
ProxyWebSocket proxyWebSocket()- Returns:
- The ProxyWebSocket that is being created.
-
upgradeRequest
HttpRequest upgradeRequest()- Returns:
- The HTTP upgrade request that initiated the WebSocket creation.
-