public class Nfs3FsStatRequest extends NfsFsStatRequest
Procedure FSSTAT retrieves volatile file system state information.
CHARSET| Constructor and Description |
|---|
Nfs3FsStatRequest(byte[] fileHandle,
Credential credential)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
toStringgetErrorMessage, getFileHandle, getIpKey, marshalling, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic Nfs3FsStatRequest(byte[] fileHandle,
Credential credential)
throws java.io.FileNotFoundException
Procedure FSSTAT retrieves volatile file system state information.
fileHandle - A file handle identifying a object in the file system. This is
normally a file handle for a mount point for a file system, as
originally obtained from the MOUNT service on the server.credential - The credential to use for the requestjava.io.FileNotFoundException