public class SYMLINK3Response extends NFS3Response
status| Constructor and Description |
|---|
SYMLINK3Response(int status) |
SYMLINK3Response(int status,
FileHandle handle,
Nfs3FileAttributes attrs,
WccData dirWcc) |
| Modifier and Type | Method and Description |
|---|---|
WccData |
getDirWcc() |
FileHandle |
getObjFileHandle() |
Nfs3FileAttributes |
getObjPostOpAttr() |
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic SYMLINK3Response(int status)
public SYMLINK3Response(int status,
FileHandle handle,
Nfs3FileAttributes attrs,
WccData dirWcc)
public FileHandle getObjFileHandle()
public Nfs3FileAttributes getObjPostOpAttr()
public WccData getDirWcc()
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3ResponsewriteHeaderAndResponse in class NFS3ResponseCopyright © 2014 Apache Software Foundation. All Rights Reserved.