Returns the list of base URLs used by the client. @return the client's base URLs
()
| 248 | * @return the client's base URLs |
| 249 | */ |
| 250 | public List<URL> urls() { |
| 251 | return new ArrayList<>(this.urls); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Returns true if a client access token stored in the client. |