647648649650651652653654655656657
mu.setPort(port); } if (host != null && host.length() > 0) { mu.setHost(host); if (mu.protocol() == null) { if (secureBool) { mu.setProtocol("https"); } else { mu.setProtocol("http");