Package org.openqa.selenium.grid.node
Class ProxyNodeWebsockets
- java.lang.Object
-
- org.openqa.selenium.grid.node.ProxyNodeWebsockets
-
- All Implemented Interfaces:
java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>>
public class ProxyNodeWebsockets extends java.lang.Object implements java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>>
-
-
Constructor Summary
Constructors Constructor Description ProxyNodeWebsockets(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<Message>>
apply(java.lang.String uri, java.util.function.Consumer<Message> downstream)
-
-
-
Constructor Detail
-
ProxyNodeWebsockets
public ProxyNodeWebsockets(HttpClient.Factory clientFactory, Node node)
-
-