public class NfsPathconfRequest extends NfsRequestBase
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 |
|---|
NfsPathconfRequest(byte[] fileHandle,
Credential credential,
int nfsVersion)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getErrorMessage, getFileHandle, getIpKey, marshalling, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic NfsPathconfRequest(byte[] fileHandle,
Credential credential,
int nfsVersion)
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.nfsVersion - The NFS version numberjava.io.FileNotFoundException