Package org.openqa.selenium.grid.web
Class CheckOriginHeader
java.lang.Object
org.openqa.selenium.grid.web.CheckOriginHeader
- All Implemented Interfaces:
Function<HttpHandler,
,HttpHandler> Filter
-
Constructor Summary
ConstructorDescriptionCheckOriginHeader
(Collection<String> allowedOriginHosts, Set<String> skipChecksOn) -
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.Filter
andFinally, andFinally, andThen
-
Constructor Details
-
CheckOriginHeader
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<HttpHandler,
HttpHandler>
-