Returns the preferred base URL stored in the client. @return the client's base URL
()
| 240 | * @return the client's base URL |
| 241 | */ |
| 242 | public URL url() { |
| 243 | return this.urls.get(0); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Returns the list of base URLs used by the client. |
no test coverage detected