Returns true if #shutdown() has been called.
()
| 310 | * Returns {@code true} if {@link #shutdown()} has been called. |
| 311 | */ |
| 312 | public boolean isShutDown() { |
| 313 | throw new UnsupportedOperationException(); |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * Returns the config used to bootstrap this XdsClient {@link Bootstrapper.BootstrapInfo}. |
no outgoing calls