You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt><ahref="../monero/wallet/model/MoneroTxWallet.html#isLocked()" class="member-name-link">isLocked()</a> - Method in class monero.wallet.model.<ahref="../monero/wallet/model/MoneroTxWallet.html" title="class in monero.wallet.model">MoneroTxWallet</a></dt>
237
237
<dd> </dd>
238
+
<dt><ahref="../monero/common/NetworkUtils.html#isLoopbackUrl(java.lang.String)" class="member-name-link">isLoopbackUrl(String)</a> - Static method in class monero.common.<ahref="../monero/common/NetworkUtils.html" title="class in monero.common">NetworkUtils</a></dt>
239
+
<dd>
240
+
<divclass="block">Determine if the given URL's host is a loopback address (e.g.</div>
241
+
</dd>
238
242
<dt><ahref="../monero/daemon/model/MoneroTx.html#isMinerTx()" class="member-name-link">isMinerTx()</a> - Method in class monero.daemon.model.<ahref="../monero/daemon/model/MoneroTx.html" title="class in monero.daemon.model">MoneroTx</a></dt>
239
243
<dd> </dd>
240
244
<dt><ahref="../monero/daemon/model/MoneroSubmitTxResult.html#isMixinTooLow()" class="member-name-link">isMixinTooLow()</a> - Method in class monero.daemon.model.<ahref="../monero/daemon/model/MoneroSubmitTxResult.html" title="class in monero.daemon.model">MoneroSubmitTxResult</a></dt>
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type">boolean</span> <spanclass="element-name">isLoopbackUrl</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> url)</span></div>
391
+
<divclass="block">Determine if the given URL's host is a loopback address (e.g. "127.0.0.1", "::1" or "localhost").
392
+
393
+
Recognizes the entire IPv4 loopback range (127.0.0.0/8), the IPv6 loopback
394
+
address (::1) and the conventional "localhost" alias. Hostnames other than
395
+
"localhost" are treated as non-loopback; no DNS resolution is performed.</div>
396
+
<dlclass="notes">
397
+
<dt>Parameters:</dt>
398
+
<dd><code>url</code> - is the URL to check (scheme optional)</dd>
399
+
<dt>Returns:</dt>
400
+
<dd>true if the host is a loopback address, false otherwise or if it cannot be parsed</dd>
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type">boolean</span> <spanclass="element-name">isPrivateIp</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> uriString)</span></div>
0 commit comments