- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getRemoteAddress (0.27 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
final boolean doSigning, Subject s) throws SmbException { String host = getTargetHost(); if (host == null) { host = trans.getRemoteAddress().getHostAddress(); try { host = trans.getRemoteAddress().getHostName(); } catch (Exception e) { log.debug("Failed to resolve host name", e); } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
return overrideTimeout; } } return getContext().getConfig().getResponseTimeout(); } @Override public Address getRemoteAddress() { return this.address; } @Override public String getRemoteHostName() { return this.tconHostName; } /** *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0)