- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for svr (0.02 sec)
-
src/test/java/jcifs/tests/DelegatingNameServiceClient.java
return this.nscl.getNbtByName(host, type, scope, svr); } @Override public NetbiosAddress[] getNbtAllByName ( String host, int type, String scope, InetAddress svr ) throws UnknownHostException { return this.nscl.getNbtAllByName(host, type, scope, svr); } @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/NameServiceClient.java
* @param scope * the scope of the name * @param svr * server to query * * @return the resolved addresses * @throws UnknownHostException */ NetbiosAddress[] getNbtAllByName ( String host, int type, String scope, InetAddress svr ) throws UnknownHostException; /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 7.9K bytes - Viewed (0)