Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cacheAddressArray (0.23 sec)

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

                }
                else {
                    entry.address = addr;
                    entry.expiration = expiration;
                }
            }
        }
    
    
        void cacheAddressArray ( NbtAddress[] addrs ) {
            if ( this.transportContext.getConfig().getNetbiosCachePolicy() == 0 ) {
                return;
            }
            long expiration = -1;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Aug 14 14:26:22 UTC 2022
    - 38.2K bytes
    - Viewed (0)
Back to top