Package org.openqa.selenium.grid
Class TemplateGridServerCommand.Handlers
java.lang.Object
org.openqa.selenium.grid.TemplateGridServerCommand.Handlers
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- TemplateGridServerCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHandlers(HttpHandler http, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler) -
Method Summary
-
Field Details
-
httpHandler
-
websocketHandler
-
-
Constructor Details
-
Handlers
public Handlers(HttpHandler http, BiFunction<String, Consumer<Message>, Optional<Consumer<Message>>> websocketHandler)
-
-
Method Details
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-