Uses of Class
org.openqa.selenium.grid.server.BaseServerOptions
-
Packages that use BaseServerOptions Package Description org.openqa.selenium.netty.server -
-
Uses of BaseServerOptions in org.openqa.selenium.netty.server
Constructors in org.openqa.selenium.netty.server with parameters of type BaseServerOptions Constructor Description NettyServer(BaseServerOptions options, HttpHandler handler)
NettyServer(BaseServerOptions options, HttpHandler handler, java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>> websocketHandler)
-