|
|
|
@ -77,7 +77,7 @@ public final class BOSHConfiguration extends ConnectionConfiguration { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public URI getURI() throws URISyntaxException { |
|
|
|
|
String uri = https ? "https://" : "http://" + getHostString() + ":" + this.port + file; |
|
|
|
|
String uri = (https ? "https://" : "http://") + getHostString() + ":" + this.port + file; |
|
|
|
|
return new URI(uri); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|