public class Nfs3GetAttrRequest extends NfsGetAttrRequest
Procedure GETATTR retrieves the attributes for a specified file system object. The object is identified by the file handle that the server returned as part of the response from a LOOKUP, CREATE, MKDIR, SYMLINK, MKNOD, or READDIRPLUS procedure (or from the MOUNT service, described elsewhere).
CHARSET| Constructor and Description |
|---|
Nfs3GetAttrRequest(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 Nfs3GetAttrRequest(byte[] fileHandle,
Credential credential)
throws java.io.FileNotFoundException
Procedure GETATTR retrieves the attributes for a specified file system object. The object is identified by the file handle that the server returned as part of the response from a LOOKUP, CREATE, MKDIR, SYMLINK, MKNOD, or READDIRPLUS procedure (or from the MOUNT service, described elsewhere).
fileHandle - The file handle of an object whose attributes are to be
retrieved.credential - The credential to use for the requestjava.io.FileNotFoundException