public class Nfs3FsInfoRequest extends NfsFsInfoRequest
Procedure FSINFO retrieves nonvolatile file system state information and general information about the NFS version 3 protocol server implementation.
CHARSET| Constructor and Description |
|---|
Nfs3FsInfoRequest(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 Nfs3FsInfoRequest(byte[] fileHandle,
Credential credential)
throws java.io.FileNotFoundException
Procedure FSINFO retrieves nonvolatile file system state information and general information about the NFS version 3 protocol server implementation.
fileHandle - A file handle identifying a file object. Normal usage is to
provide 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