- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setCredit (0.06 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
this.asyncId = asyncId; } /** * @return the credit */ public final int getCredit () { return this.credit; } /** * @param credit * the credit to set */ public final void setCredit ( int credit ) { this.credit = credit; } /** * @return the creditCharge */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Sep 30 10:47:31 UTC 2018 - 19.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
} /** * {@inheritDoc} * * @see jcifs.internal.SmbNegotiationResponse#getInitialCredits() */ @Override public int getInitialCredits () { return getCredit(); } /** * @return the dialectRevision */ public int getDialectRevision () { return this.dialectRevision; } /** * @return the serverGuid
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 22 10:09:46 UTC 2020 - 17.6K bytes - Viewed (0)