67686970717273
*/ public SimpleHttpSource(String host, int port) { Assert.hasText(host, "host must not be null or empty"); this.port = port; this.host = host; httpGenerator = new SimpleHttpGenerator(host, port); }