Class CheckOriginHeader
java.lang.Object
org.openqa.selenium.grid.web.CheckOriginHeader
- All Implemented Interfaces:
Function<HttpHandler, HttpHandler>, Filter
-
Constructor Summary
ConstructorsConstructorDescriptionCheckOriginHeader(Collection<String> allowedOriginHosts, Set<String> skipChecksOn) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Filter
andFinally, andFinally, andThen
-
Constructor Details
-
CheckOriginHeader
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<HttpHandler, HttpHandler>
-