- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getNotifyBufferSize (0.24 sec)
-
src/main/java/jcifs/config/DelegatingConfiguration.java
return this.delegate.getSendBufferSize(); } /** * {@inheritDoc} * * @see jcifs.Configuration#getNotifyBufferSize() */ @Override public int getNotifyBufferSize () { return this.delegate.getNotifyBufferSize(); } /** * {@inheritDoc} * * @see jcifs.Configuration#getSoTimeout() */ @Override
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
return this.smbRecvBufferSize; } @Override public int getReceiveBufferSize () { return this.smbRecvBufferSize; } @Override public int getNotifyBufferSize () { return this.smbNotifyBufferSize; } @Override public int getMaxMpxCount () { return this.maxMpxCount; } @Override
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
/** * * Property <tt>jcifs.smb.client.notify_buf_size</tt> (int, default 1024) * * @return the size of the requested server notify buffer */ int getNotifyBufferSize (); /** * * * Property <tt>jcifs.smb.client.maxRequestRetries</tt> (int, default 2) * * @return retry SMB requests on failure up to n times */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)