Package org.openqa.selenium.grid.graphql
Class GraphqlHandler
- java.lang.Object
-
- org.openqa.selenium.grid.graphql.GraphqlHandler
-
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpHandler
public class GraphqlHandler extends java.lang.Object implements org.openqa.selenium.remote.http.HttpHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GRID_SCHEMA
static org.openqa.selenium.json.Json
JSON
-
Constructor Summary
Constructors Constructor Description GraphqlHandler(Distributor distributor, java.net.URI publicUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.remote.http.HttpResponse
execute(org.openqa.selenium.remote.http.HttpRequest req)
-
-
-
Field Detail
-
GRID_SCHEMA
public static final java.lang.String GRID_SCHEMA
- See Also:
- Constant Field Values
-
JSON
public static final org.openqa.selenium.json.Json JSON
-
-
Constructor Detail
-
GraphqlHandler
public GraphqlHandler(Distributor distributor, java.net.URI publicUri)
-
-