Package org.openqa.selenium.grid.router
Class ProxyWebsocketsIntoGrid
java.lang.Object
org.openqa.selenium.grid.router.ProxyWebsocketsIntoGrid
- All Implemented Interfaces:
BiFunction<String,
Consumer<org.openqa.selenium.remote.http.Message>, Optional<Consumer<org.openqa.selenium.remote.http.Message>>>
-
Constructor Summary
ConstructorsConstructorDescriptionProxyWebsocketsIntoGrid
(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions) -
Method Summary
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 Details
-
ProxyWebsocketsIntoGrid
public ProxyWebsocketsIntoGrid(org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions)
-
-
Method Details
-
apply
-