Uses of Interface
org.openqa.selenium.remote.http.Message
Packages that use Message
Package
Description
-
Uses of Message in org.openqa.selenium.grid
Fields in org.openqa.selenium.grid with type parameters of type MessageModifier and TypeFieldDescriptionTemplateGridServerCommand.Handlers.websocketHandler
TemplateGridServerCommand.Handlers.websocketHandler
Constructor parameters in org.openqa.selenium.grid with type arguments of type MessageModifierConstructorDescriptionHandlers
(HttpHandler http, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) Handlers
(HttpHandler http, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) -
Uses of Message in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return types with arguments of type MessageModifier and TypeMethodDescriptionMethod parameters in org.openqa.selenium.grid.node with type arguments of type Message -
Uses of Message in org.openqa.selenium.grid.router
Methods in org.openqa.selenium.grid.router that return types with arguments of type MessageModifier and TypeMethodDescriptionMethod parameters in org.openqa.selenium.grid.router with type arguments of type Message -
Uses of Message in org.openqa.selenium.netty.server
Constructor parameters in org.openqa.selenium.netty.server with type arguments of type MessageModifierConstructorDescriptionNettyServer
(BaseServerOptions options, HttpHandler handler, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) NettyServer
(BaseServerOptions options, HttpHandler handler, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) -
Uses of Message in org.openqa.selenium.remote.http
Classes in org.openqa.selenium.remote.http that implement MessageMethods in org.openqa.selenium.remote.http with parameters of type Message