public class Nfs3MkdirRequest extends NfsMkdirRequest
Procedure MKDIR creates a new subdirectory.
CHARSET| Constructor and Description |
|---|
Nfs3MkdirRequest(byte[] fileHandle,
java.lang.String name,
NfsSetAttributes attributes,
Credential credential)
Creates the request, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
marshalling, toStringgetErrorMessage, getFileHandle, getIpKey, startToStringcloneFileHandle, isUsePrivilegedPort, setUsePrivilegedPort, trimFileNamepublic Nfs3MkdirRequest(byte[] fileHandle,
java.lang.String name,
NfsSetAttributes attributes,
Credential credential)
throws java.io.FileNotFoundException
Procedure MKDIR creates a new subdirectory.
fileHandle - The file handle for the directory in which the subdirectory is
to be created.name - The name that is to be associated with the created
subdirectory.attributes - The initial attributes for the subdirectory.credential - The credential used for RPC authentication.java.io.FileNotFoundException