public class Nfs3LookupRequest extends NfsLookupRequest
Procedure LOOKUP searches a directory for a specific name and returns the file handle for the corresponding file system object.
CHARSET| Constructor and Description |
|---|
Nfs3LookupRequest(byte[] fileHandle,
java.lang.String name,
Credential credential)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
marshalling, toStringgetErrorMessage, getFileHandle, getIpKey, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic Nfs3LookupRequest(byte[] fileHandle,
java.lang.String name,
Credential credential)
throws java.io.FileNotFoundException
Procedure LOOKUP searches a directory for a specific name and returns the file handle for the corresponding file system object.
fileHandle - The file handle for the directory to search.name - The filename to be searched for.credential - The credential to use for the requestjava.io.FileNotFoundException