public class JsonHttpCommandHandler
extends java.lang.Object
| Constructor and Description |
|---|
JsonHttpCommandHandler(DriverSessions sessions,
java.util.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewMapping(java.lang.String commandName,
java.lang.Class<? extends RestishHandler<?>> implementationClass) |
org.openqa.selenium.remote.http.HttpResponse |
handleRequest(org.openqa.selenium.remote.http.HttpRequest request) |
public JsonHttpCommandHandler(DriverSessions sessions, java.util.logging.Logger log)
public void addNewMapping(java.lang.String commandName,
java.lang.Class<? extends RestishHandler<?>> implementationClass)
public org.openqa.selenium.remote.http.HttpResponse handleRequest(org.openqa.selenium.remote.http.HttpRequest request)