public class Nfs3PathconfRequest extends NfsPathconfRequest
Procedure PATHCONF retrieves the pathconf information for a file or directory. If the FSF_HOMOGENEOUS bit is set in FSFINFO3resok.properties, the pathconf information will be the same for all files and directories in the exported file system in which this file or directory resides.
CHARSET| Constructor and Description |
|---|
Nfs3PathconfRequest(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 Nfs3PathconfRequest(byte[] fileHandle,
Credential credential)
throws java.io.FileNotFoundException
Procedure PATHCONF retrieves the pathconf information for a file or directory. If the FSF_HOMOGENEOUS bit is set in FSFINFO3resok.properties, the pathconf information will be the same for all files and directories in the exported file system in which this file or directory resides.
fileHandle - The file handle for the file system object.credential - The credential used for RPC authentication.java.io.FileNotFoundException