commandCodec = new JsonHttpCommandCodec();
responseCodec = new JsonHttpResponseCodec();
synchronized (FastHttpCommandExecutor.class) {
if (httpClientFactory == null) {
httpClientFactory = new HttpClientFactory();
}
}
if (addressOfRemoteServer != null && addressOfRemoteServer.getUserInfo() != null) {
// Use HTTP Basic auth