-
- All Implemented Interfaces:
public final class RequestFrameA request frame which can be sent to the server, as defined in the protocol's README
-
-
Constructor Summary
Constructors Constructor Description RequestFrame(Long id, String method, JsonElement params, String sessionId)
-
Method Summary
Modifier and Type Method Description final LonggetId()Request id, must be unique in the current session. final StringgetMethod()Protocol method (e.g. final JsonElementgetParams()Request params (if any). final StringgetSessionId()Session ID for Target's flatten mode requests (see http://crbug.com/991325). -
-
Method Detail
-
getParams
final JsonElement getParams()
Request params (if any).
-
getSessionId
final String getSessionId()
Session ID for Target's flatten mode requests (see http://crbug.com/991325).
-
-
-
-