Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getAllByAddress (0.75 sec)

  1. src/main/java/jcifs/smb1/netbios/NbtAddress.java

         * @return array of NetBIOS addresses
         * @throws java.net.UnknownHostException if there is an error resolving the name
         */
    
        public static NbtAddress[] getAllByAddress(final String host) throws UnknownHostException {
            return getAllByAddress(getByName(host, 0x00, null));
        }
    
        /**
         * Retrieve all addresses of a host by it's address. NetBIOS hosts can
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/NetbiosAddress.java

     * name resolution and session services are handled internally by the smb package.
     *
     *
     *  * Applications can use the methods <code>getLocalHost</code>,
     * <code>getByName</code>, and
     * <code>getAllByAddress</code> to create a new NbtAddress instance. This
     * class is symmetric with {@link java.net.InetAddress}.
     *
     *
     *  * <b>About NetBIOS:</b> The NetBIOS name
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/netbios/NbtAddress.java

     * name resolution and session services are handled internally by the smb package.
     *
     *
     *  * Applications can use the methods <code>getLocalHost</code>,
     * <code>getByName</code>, and
     * <code>getAllByAddress</code> to create a new NbtAddress instance. This
     * class is symmetric with {@link java.net.InetAddress}.
     *
     *
     *  * <b>About NetBIOS:</b> The NetBIOS name
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 15.1K bytes
    - Viewed (0)
Back to top