- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for isAllowCompound (0.15 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Request.java
*/ @Override public boolean allowChain ( CommonServerMessageBlockRequest next ) { return getConfig().isAllowCompound(getClass().getSimpleName()) && getConfig().isAllowCompound(next.getClass().getSimpleName()); } /** * {@inheritDoc} * * @see jcifs.internal.CommonServerMessageBlockRequest#createCancel() */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/config/DelegatingConfiguration.java
return this.delegate.getBatchLimit(cmd); } /** * {@inheritDoc} * * @see jcifs.Configuration#isAllowCompound(java.lang.String) */ @Override public boolean isAllowCompound ( String command ) { return this.delegate.isAllowCompound(command); } /** * {@inheritDoc} * * @see jcifs.Configuration#isTraceResourceUsage() */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/config/BaseConfiguration.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 20.4K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isTraceResourceUsage (); /** * @param command * @return whether to allow creating compound requests with that command */ boolean isAllowCompound ( String command ); /** * Machine identifier * * ClientGuid, ... are derived from this value. *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)