Package org.openqa.selenium.grid.web
Class ResourceHandler
java.lang.Object
org.openqa.selenium.grid.web.ResourceHandler
- All Implemented Interfaces:
org.openqa.selenium.remote.http.HttpHandler
,org.openqa.selenium.remote.http.Routable
-
Constructor Details
-
ResourceHandler
-
-
Method Details
-
matches
public boolean matches(org.openqa.selenium.remote.http.HttpRequest req) - Specified by:
matches
in interfaceorg.openqa.selenium.remote.http.Routable
-
execute
public org.openqa.selenium.remote.http.HttpResponse execute(org.openqa.selenium.remote.http.HttpRequest req) throws UncheckedIOException - Specified by:
execute
in interfaceorg.openqa.selenium.remote.http.HttpHandler
- Throws:
UncheckedIOException
-