Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getAnswer (0.14 seconds)

  1. src/main/java/jcifs/netbios/NameServiceClientImpl.java

                    while (sem.count > 0 && q1x.getAnswer() == null && q20.getAnswer() == null) {
                        sem.wait();
                    }
                }
            } catch (final InterruptedException ie) {
                throw new UnknownHostException(name);
            }
            waitForQueryThreads(q1x, q20);
            if (q1x.getAnswer() != null) {
                return q1x.getAnswer();
            }
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 38.5K bytes
    - Click Count (0)
Back to Top