- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLocalTimezone (0.42 sec)
-
src/main/java/jcifs/config/BaseConfiguration.java
return this.sessionLimit; } @Override public String getOemEncoding () { return this.oemEncoding; } @Override public TimeZone getLocalTimezone () { return this.localTimeZone; } @Override public int getPid () { return this.localPid; } @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
* * @return OEM encoding to use */ String getOemEncoding (); /** * @return local timezone */ TimeZone getLocalTimezone (); /** * @return Process id to send, randomized if unset */ int getPid (); /** * * Property <tt>jcifs.smb.client.maxMpxCount</tt> (int, default 10)
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)