Package org.openqa.selenium.grid.router
Class ProxyWebsocketsIntoGrid
- java.lang.Object
-
- org.openqa.selenium.grid.router.ProxyWebsocketsIntoGrid
-
- 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 ProxyWebsocketsIntoGrid 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 ProxyWebsocketsIntoGrid(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<Message>>
apply(java.lang.String uri, java.util.function.Consumer<Message> downstream)
-
-
-
Constructor Detail
-
ProxyWebsocketsIntoGrid
public ProxyWebsocketsIntoGrid(HttpClient.Factory clientFactory, SessionMap sessions)
-
-