- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ensureOpen (0.08 sec)
-
src/main/java/jcifs/netbios/NameServiceClientImpl.java
int getNextNameTrnId () { if ( ( ++this.nextNameTrnId & 0xFFFF ) == 0 ) { this.nextNameTrnId = 1; } return this.nextNameTrnId; } void ensureOpen ( int timeout ) throws IOException { this.closeTimeout = 0; if ( this.transportContext.getConfig().getNetbiosSoTimeout() != 0 ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 14 14:26:22 UTC 2022 - 38.2K bytes - Viewed (0)