Package org.openqa.selenium.grid.web
Class NoHandler
- java.lang.Object
-
- org.openqa.selenium.grid.web.NoHandler
-
- All Implemented Interfaces:
HttpHandler
public class NoHandler extends java.lang.Object implements HttpHandler
-
-
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
-
-
-
-
Constructor Detail
-
NoHandler
public NoHandler(Json json)
-
-
Method Detail
-
execute
public HttpResponse execute(HttpRequest req) throws java.io.UncheckedIOException
- Specified by:
execute
in interfaceHttpHandler
- Throws:
java.io.UncheckedIOException
-
-