Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeStatusResponse (0.07 sec)

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

            }
            throw new UnknownHostException(name.name);
        }
    
    
    
        @Override
        public NbtAddress[] getNodeStatus ( NetbiosAddress addr ) throws UnknownHostException {
            NodeStatusResponse response = new NodeStatusResponse(this.transportContext.getConfig(), addr.unwrap(NbtAddress.class));
            NodeStatusRequest request = new NodeStatusRequest(
                this.transportContext.getConfig(),
    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