Return the array of elements in the host array. @return ArrayList<String> Elements of the host property of this url.
()
| 343 | * @return ArrayList<String> 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(); |
no outgoing calls
no test coverage detected