Uses of Interface
org.openqa.selenium.remote.http.Message
-
Packages that use Message Package Description org.openqa.selenium.grid org.openqa.selenium.grid.node org.openqa.selenium.grid.router org.openqa.selenium.netty.server org.openqa.selenium.remote.http -
-
Uses of Message in org.openqa.selenium.grid
Fields in org.openqa.selenium.grid with type parameters of type Message Modifier and Type Field Description java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>>
TemplateGridServerCommand.Handlers. websocketHandler
java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>>
TemplateGridServerCommand.Handlers. websocketHandler
Constructor parameters in org.openqa.selenium.grid with type arguments of type Message Constructor Description Handlers(HttpHandler http, java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.Consumer<Message>>> websocketHandler)
Handlers(HttpHandler http, java.util.function.BiFunction<java.lang.String,java.util.function.Consumer<Message>,java.util.Optional<java.util.function.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 Message Modifier and Type Method Description java.util.Optional<java.util.function.Consumer<Message>>
ProxyNodeWebsockets. apply(java.lang.String uri, java.util.function.Consumer<Message> downstream)
Method parameters in org.openqa.selenium.grid.node with type arguments of type Message Modifier and Type Method Description java.util.Optional<java.util.function.Consumer<Message>>
ProxyNodeWebsockets. apply(java.lang.String uri, java.util.function.Consumer<Message> downstream)
-
Uses of Message in org.openqa.selenium.grid.router
Methods in org.openqa.selenium.grid.router that return types with arguments of type Message Modifier and Type Method Description java.util.Optional<java.util.function.Consumer<Message>>
ProxyWebsocketsIntoGrid. apply(java.lang.String uri, java.util.function.Consumer<Message> downstream)
Method parameters in org.openqa.selenium.grid.router with type arguments of type Message Modifier and Type Method Description java.util.Optional<java.util.function.Consumer<Message>>
ProxyWebsocketsIntoGrid. apply(java.lang.String uri, java.util.function.Consumer<Message> downstream)
-
Uses of Message in org.openqa.selenium.netty.server
Constructor parameters in org.openqa.selenium.netty.server with type arguments of type Message Constructor Description 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)
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)
-
Uses of Message in org.openqa.selenium.remote.http
Classes in org.openqa.selenium.remote.http that implement Message Modifier and Type Class Description class
BinaryMessage
class
CloseMessage
class
TextMessage
Methods in org.openqa.selenium.remote.http with parameters of type Message Modifier and Type Method Description default void
WebSocket.Listener. accept(Message message)
WebSocket
WebSocket. send(Message message)
-