Class TemplateGridServerCommand.Handlers

    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.openqa.selenium.remote.http.HttpHandler httpHandler  
      java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>> websocketHandler  
    • Constructor Summary

      Constructors 
      Constructor Description
      Handlers​(org.openqa.selenium.remote.http.HttpHandler http, java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>> websocketHandler)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • httpHandler

        public final org.openqa.selenium.remote.http.HttpHandler httpHandler
      • websocketHandler

        public final java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>> websocketHandler
    • Constructor Detail

      • Handlers

        public Handlers​(org.openqa.selenium.remote.http.HttpHandler http,
                        java.util.function.BiFunction<java.lang.String,​java.util.function.Consumer<org.openqa.selenium.remote.http.Message>,​java.util.Optional<java.util.function.Consumer<org.openqa.selenium.remote.http.Message>>> websocketHandler)