Java 类org.openqa.selenium.remote.server.rest.RestishHandler 实例源码
项目:grid-refactor-remote-server
文件:JsonHttpCommandHandler.java
public void addNewMapping(
String commandName, Class<? extends RestishHandler<?>> implementationClass) {
ResultConfig config = new ResultConfig(commandName, implementationClass, sessions, log);
configs.put(commandName, config);
}