public class READDIRPLUS3Response extends NFS3Response
| Modifier and Type | Class | Description |
|---|---|---|
static class |
READDIRPLUS3Response.DirListPlus3 |
|
static class |
READDIRPLUS3Response.EntryPlus3 |
status| Constructor | Description |
|---|---|
READDIRPLUS3Response(int status) |
|
READDIRPLUS3Response(int status,
Nfs3FileAttributes postOpDirAttr,
long cookieVerf,
READDIRPLUS3Response.DirListPlus3 dirListPlus) |
| Modifier and Type | Method | Description |
|---|---|---|
static READDIRPLUS3Response |
deserialize(XDR xdr) |
|
READDIRPLUS3Response.DirListPlus3 |
getDirListPlus() |
|
XDR |
serialize(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)
@VisibleForTesting public READDIRPLUS3Response.DirListPlus3 getDirListPlus()
public static READDIRPLUS3Response deserialize(XDR xdr)
public XDR serialize(XDR out, int xid, Verifier verifier)
NFS3Responseserialize in class NFS3Responseout - XDR output messagexid - transaction idverifier - verifies replyCopyright © 2008–2025 Apache Software Foundation. All rights reserved.