} catch (MalformedURLException e) {
throw new WebDriverException(e);
}
commandCodec = new JsonHttpCommandCodec();
responseCodec = new JsonHttpResponseCodec();
synchronized (FastHttpCommandExecutor.class) {
if (httpClientFactory == null) {
httpClientFactory = new HttpClientFactory();
}