public class READDIRPLUS3Response extends NFS3Response
| Modifier and Type | Class and Description |
|---|---|
static class |
READDIRPLUS3Response.DirListPlus3 |
static class |
READDIRPLUS3Response.EntryPlus3 |
status| Constructor and Description |
|---|
READDIRPLUS3Response(int status) |
READDIRPLUS3Response(int status,
Nfs3FileAttributes postOpDirAttr,
long cookieVerf,
READDIRPLUS3Response.DirListPlus3 dirListPlus) |
| Modifier and Type | Method and Description |
|---|---|
READDIRPLUS3Response.DirListPlus3 |
getDirListPlus() |
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic READDIRPLUS3Response(int status)
public READDIRPLUS3Response(int status,
Nfs3FileAttributes postOpDirAttr,
long cookieVerf,
READDIRPLUS3Response.DirListPlus3 dirListPlus)
public READDIRPLUS3Response.DirListPlus3 getDirListPlus()
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3ResponsewriteHeaderAndResponse in class NFS3ResponseCopyright © 2014 Apache Software Foundation. All Rights Reserved.