- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for isUnknown (0.1 sec)
-
src/main/java/jcifs/netbios/NodeStatusResponse.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.9K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtAddress.java
* encountered. The below methods allow state to be populated when requested * in a lazy fashon. */ void checkData ( CIFSContext tc ) throws UnknownHostException { if ( this.hostName.isUnknown() ) { tc.getNameServiceClient().getNbtAllByAddress(this); } } void checkNodeStatusData ( CIFSContext tc ) throws UnknownHostException {
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/netbios/Name.java
this.srcHashCode = ( (Name) name ).srcHashCode; } } /** * * @return whether this is the unknown address */ public boolean isUnknown () { return "0.0.0.0".equals(this.name) && this.hexCode == 0 && this.scope == null; } int writeWireFormat ( byte[] dst, int dstIndex ) { // write 0x20 in first byte
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 7.7K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
private boolean isLocal; private String location; private Long lastChecked; private boolean exists; public static final ArtifactOrigin unkwnown(org.apache.ivy.core.module.descriptor.Artifact); public static final boolean isUnknown(ArtifactOrigin); public static final boolean isUnknown(String); public void ArtifactOrigin(org.apache.ivy.core.module.descriptor.Artifact, boolean, String); public final boolean isLocal(); public final String getLocation(); public final Long getLastChecked(); public final...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)