Class ProxyCdpIntoGrid

  • All Implemented Interfaces:
    java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>>

    public class ProxyCdpIntoGrid
    extends java.lang.Object
    implements java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyCdpIntoGrid​(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>> apply​(java.lang.String uri, java.util.function.Consumer<org.openqa.selenium.remote.http.Message> downstream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Constructor Detail

      • ProxyCdpIntoGrid

        public ProxyCdpIntoGrid​(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory,
                                SessionMap sessions)
    • Method Detail

      • apply

        public java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>> apply​(java.lang.String uri,
                                                                                                              java.util.function.Consumer<org.openqa.selenium.remote.http.Message> downstream)
        Specified by:
        apply in interface java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>>