- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getInflightRequests (0.1 seconds)
-
src/main/java/jcifs/smb/SmbTransportInternal.java
*/ boolean isSMB2() throws SmbException; /** * Gets the number of currently pending requests. * * @return number of inflight requests */ int getInflightRequests();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaTransport.java
} @Override public boolean isSMB2() throws SmbException { return delegate.isSMB2(); } @Override public int getInflightRequests() { return delegate.getInflightRequests(); } @Override public CIFSContext getContext() { return delegate.getContext(); } @Override @SuppressWarnings("unchecked")Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 8.9K bytes - Click Count (0)