Package org.openqa.selenium.grid.graphql
Class GraphqlHandler
- java.lang.Object
-
- org.openqa.selenium.grid.graphql.GraphqlHandler
-
- All Implemented Interfaces:
HttpHandler
public class GraphqlHandler extends java.lang.Object implements HttpHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
GRID_SCHEMA
static Json
JSON
-
Constructor Summary
Constructors Constructor Description GraphqlHandler(Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, java.net.URI publicUri, java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponse
execute(HttpRequest req)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openqa.selenium.remote.http.HttpHandler
with
-
-
-
-
Field Detail
-
GRID_SCHEMA
public static final java.lang.String GRID_SCHEMA
- See Also:
- Constant Field Values
-
JSON
public static final Json JSON
-
-
Constructor Detail
-
GraphqlHandler
public GraphqlHandler(Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, java.net.URI publicUri, java.lang.String version)
-
-
Method Detail
-
execute
public HttpResponse execute(HttpRequest req) throws java.io.UncheckedIOException
- Specified by:
execute
in interfaceHttpHandler
- Throws:
java.io.UncheckedIOException
-
-