Class CheckOriginHeader

java.lang.Object
org.openqa.selenium.grid.web.CheckOriginHeader
All Implemented Interfaces:
Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>, org.openqa.selenium.remote.http.Filter

public class CheckOriginHeader extends Object implements org.openqa.selenium.remote.http.Filter
  • Constructor Details

  • Method Details

    • apply

      public org.openqa.selenium.remote.http.HttpHandler apply(org.openqa.selenium.remote.http.HttpHandler httpHandler)
      Specified by:
      apply in interface Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>