- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for NodeStatusResponse (0.12 sec)
-
src/main/java/jcifs/smb1/netbios/NameServiceClient.java
} NbtAddress[] getNodeStatus( NbtAddress addr ) throws UnknownHostException { int n, srcHashCode; NodeStatusRequest request; NodeStatusResponse response; response = new NodeStatusResponse( addr ); request = new NodeStatusRequest( new Name( NbtAddress.ANY_HOSTS_NAME, 0x00, null)); request.addr = addr.getInetAddress();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 17.4K bytes - Viewed (0) -
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) -
src/main/java/jcifs/netbios/NbtAddress.java
boolean isPermanent, byte[] macAddress ) { /* * The NodeStatusResponse.readNodeNameArray method may also set this * information. These two places where node status data is populated should * be consistent. Be carefull! */ this.hostName = hostName;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 15.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
boolean isBeingDeleted, boolean isInConflict, boolean isActive, boolean isPermanent, byte[] macAddress ) { /* The NodeStatusResponse.readNodeNameArray method may also set this * information. These two places where node status data is populated should * be consistent. Be carefull! */ this.hostName = hostName;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 30.1K bytes - Viewed (0)