- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getServerTimeZoneOffset (0.12 sec)
-
src/main/java/jcifs/smb/SmbTreeHandleImpl.java
} } /** * {@inheritDoc} * * @throws SmbException * * @see jcifs.SmbTreeHandle#getServerTimeZoneOffset() */ @Override public long getServerTimeZoneOffset () throws SmbException { try ( SmbSessionImpl session = this.treeConnection.getSession(); SmbTransportImpl transport = session.getTransport() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.9K bytes - Viewed (0) -
src/main/java/jcifs/SmbTreeHandle.java
/** * @return the tree is connected */ boolean isConnected (); /** * @return server timezone offset * @throws CIFSException */ long getServerTimeZoneOffset () throws CIFSException; /** * @return server reported domain name * @throws CIFSException */ String getOEMDomainName () throws CIFSException; /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} /* * Query Information Request / Response */ SmbComQueryInformationResponse response = new SmbComQueryInformationResponse(th.getConfig(), th.getServerTimeZoneOffset()); response = th.send(new SmbComQueryInformation(th.getConfig(), path), response); if ( log.isDebugEnabled() ) { log.debug("Legacy path information " + response); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0)