-
public class ProxyManagerActually should be RemoteDebugManager, but for historical reasons called like this.
Class manager remote whole remote debugging feature.
-
-
Field Summary
Fields Modifier and Type Field Description private static ProxyManagerinstance
-
Method Summary
Modifier and Type Method Description static ProxyManagergetInstance()voidaddServerRequestEvent(String url, String requestBody)voidaddServerResponseEvent(String url, int responseCode, String responseBody)-
-
Method Detail
-
getInstance
@Deprecated() static ProxyManager getInstance()
-
addServerRequestEvent
void addServerRequestEvent(String url, String requestBody)
-
addServerResponseEvent
void addServerResponseEvent(String url, int responseCode, String responseBody)
-
-
-
-