public class MKDIR3Response extends NFS3Response
status
Constructor and Description |
---|
MKDIR3Response(int status) |
MKDIR3Response(int status,
FileHandle handle,
Nfs3FileAttributes attr,
WccData dirWcc) |
Modifier and Type | Method and Description |
---|---|
WccData |
getDirWcc() |
Nfs3FileAttributes |
getObjAttr() |
FileHandle |
getObjFileHandle() |
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatus
public MKDIR3Response(int status)
public MKDIR3Response(int status, FileHandle handle, Nfs3FileAttributes attr, WccData dirWcc)
public FileHandle getObjFileHandle()
public Nfs3FileAttributes getObjAttr()
public WccData getDirWcc()
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3Response
writeHeaderAndResponse
in class NFS3Response
Copyright © 2013 Apache Software Foundation. All rights reserved.