if (host.isNull()) {
host.getCharChunk().append(defaultHostName);
} else if (host.getLength() == 0) {
throw new Exception("Host is not set");
} else {
host.toChars(Constants.DEFAULT_HTTP_CHARSET);
}
hostCC = host.getCharChunk();
} else {
hostCC = null;