- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getInflightRequests (0.2 sec)
-
src/test/java/jcifs/tests/SessionTest.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportInternal.java
* @throws SmbException */ boolean isSMB2 () throws SmbException; /** * @return number of inflight requests */ int getInflightRequests ();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
/** * * @return number of sessions on this transport */ public int getNumSessions () { return this.sessions.size(); } @Override public int getInflightRequests () { return this.response_map.size(); } @Override public boolean isDisconnected () { Socket s = this.socket;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0)