Package org.openqa.selenium.grid.graphql
Class GraphqlHandler
java.lang.Object
org.openqa.selenium.grid.graphql.GraphqlHandler
- All Implemented Interfaces:
HttpHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphqlHandler
(Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, URI publicUri, String version) -
Method Summary
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 Details
-
GRID_SCHEMA
- See Also:
-
JSON
-
-
Constructor Details
-
GraphqlHandler
public GraphqlHandler(Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, URI publicUri, String version)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceHttpHandler
- Throws:
UncheckedIOException
-