Class ProxyNodeWebsockets

  • 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 ProxyNodeWebsockets
    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
      ProxyNodeWebsockets​(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, Node node)  
    • 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

      • ProxyNodeWebsockets

        public ProxyNodeWebsockets​(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory,
                                   Node node)
    • 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>>>