* Resolves the addresses for the host name.
()
| 592 | * Resolves the addresses for the host name. |
| 593 | */ |
| 594 | async init() { |
| 595 | if (this._isIp) { |
| 596 | return; |
| 597 | } |
| 598 | |
| 599 | await this._resolve(); |
| 600 | } |
| 601 | |
| 602 | /** |
| 603 | * Tries to resolve the addresses for the host name. |