- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for makeKey (0.05 seconds)
-
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 messageCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 11.3K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbTransport.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.8K bytes - Click Count (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 availableCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 27.8K bytes - Click Count (0)