MCPcopy Create free account
hub / github.com/EsperoTech/yaade / getHosts

Method getHosts

server/src/main/java/com/postman/collection/Url.java:345–347  ·  view source on GitHub ↗

Return the array of elements in the host array. @return ArrayList<String> Elements of the host property of this url.

()

Source from the content-addressed store, hash-verified

343 * @return ArrayList&#60;String&#62; Elements of the <code>host</code> property of this url.
344 */
345 public ArrayList<String> getHosts() {
346 return host;
347 }
348
349 private void updateRaw() {
350 StringBuilder sbRaw = new StringBuilder();

Callers 2

generateURLMethod · 0.95
updateRawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected