- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for makeKey (0.07 sec)
-
src/main/java/jcifs/smb1/util/transport/Transport.java
* Creates a key for the specified request for response matching. * * @param request the request to create a key for * @throws IOException if an I/O error occurs */ protected abstract void makeKey(Request request) throws IOException; /** * Reads and returns the key of the next message without consuming it. * * @return the request key of the next message
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.8K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Transport.java
* * @param request the request to generate a key for * @return the generated key * @throws IOException if an I/O error occurs */ protected abstract long makeKey(Request request) throws IOException; /** * Peek at the next key without removing it from the input stream * * @return the next key or null if none available
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 27.8K bytes - Viewed (0)