- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getHostAddress (0.07 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
this.localAddr = localAddr; this.localPort = localPort; // Initialize circuit breaker with connection-specific name String circuitBreakerName = String.format("SMB-%s:%d", address.getHostAddress(), port); this.circuitBreaker = new SimpleCircuitBreaker(circuitBreakerName, 3, 2, 30000L); } /** * {@inheritDoc} *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
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)