-
public interface ProxyManager
-
-
Method Summary
Modifier and Type Method Description abstract BooleanupdateRemoteDebugConfig()abstract UnitstartProxyMode()abstract UnitstopProxyMode()abstract UnitreleaseProxy()abstract UnitsendProxyData(String packageName, PackageManager packageManager)abstract UnitaddApiEvent(String methodName, String args)abstract UnitaddExceptionEvent(Throwable t)abstract UnitaddServerRequestEvent(String url, String requestBody)abstract UnitaddServerResponseEvent(String url, Integer responseCode, String responseBody)abstract UnitaddLogEntry(String type, String logMessage)abstract UnitdropPreLaunchDebugData()abstract UnitdisableRemoteDebuggingForThisApp()abstract BooleanisProxyEnabledFromServer()-
-
Method Detail
-
updateRemoteDebugConfig
abstract Boolean updateRemoteDebugConfig()
-
startProxyMode
abstract Unit startProxyMode()
-
stopProxyMode
abstract Unit stopProxyMode()
-
releaseProxy
abstract Unit releaseProxy()
-
sendProxyData
abstract Unit sendProxyData(String packageName, PackageManager packageManager)
-
addApiEvent
abstract Unit addApiEvent(String methodName, String args)
-
addExceptionEvent
abstract Unit addExceptionEvent(Throwable t)
-
addServerRequestEvent
abstract Unit addServerRequestEvent(String url, String requestBody)
-
addServerResponseEvent
abstract Unit addServerResponseEvent(String url, Integer responseCode, String responseBody)
-
addLogEntry
abstract Unit addLogEntry(String type, String logMessage)
-
dropPreLaunchDebugData
abstract Unit dropPreLaunchDebugData()
-
disableRemoteDebuggingForThisApp
abstract Unit disableRemoteDebuggingForThisApp()
-
isProxyEnabledFromServer
abstract Boolean isProxyEnabledFromServer()
-
-
-
-