- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for tryClose (0.07 sec)
-
src/main/java/jcifs/smb1/netbios/NameServiceClient.java
// If socket is still good, the new closeTimeout will // be ignored; see tryClose comment. if (socket == null) { socket = new DatagramSocket(lport, laddr); thread = new Thread(this, "JCIFS-NameServiceClient"); thread.setDaemon(true); thread.start(); } } void tryClose() { synchronized (LOCK) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServiceClientImpl.java
// be ignored; see tryClose comment. if (this.socket == null) { this.socket = new DatagramSocket(this.lport, this.laddr); this.thread = new Thread(this, "JCIFS-NameServiceClient"); this.thread.setDaemon(true); this.thread.start(); } } void tryClose() { synchronized (this.LOCK) { /*
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 38.5K bytes - Viewed (0)