Returns the host of this URLName. Returns null if this URLName has no host. @return the host name
()
| 356 | * @return the host name |
| 357 | */ |
| 358 | public String getHost() { |
| 359 | return host; |
| 360 | } |
| 361 | |
| 362 | /** |
| 363 | * Returns the user name of this URLName. |
no outgoing calls
no test coverage detected