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