org.openqa.selenium.remote.server
Class JsonHttpRemoteConfig
java.lang.Object
org.openqa.selenium.remote.server.JsonHttpRemoteConfig
public class JsonHttpRemoteConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonHttpRemoteConfig
public JsonHttpRemoteConfig(DriverSessions sessions,
Logger log)
addGlobalHandler
public void addGlobalHandler(ResultType type,
Result result)
addNewGetMapping
public ResultConfig addNewGetMapping(String path,
Class<? extends RestishHandler> implementationClass)
addNewPostMapping
public ResultConfig addNewPostMapping(String path,
Class<? extends RestishHandler> implementationClass)
addNewDeleteMapping
public ResultConfig addNewDeleteMapping(String path,
Class<? extends RestishHandler> implementationClass)
handleRequest
public void handleRequest(HttpRequest request,
HttpResponse response)
throws WebDriverException
- Throws:
WebDriverException
Copyright © 2013. All Rights Reserved.