public class READDIR3Response extends NFS3Response
| Modifier and Type | Class and Description |
|---|---|
static class |
READDIR3Response.DirList3 |
static class |
READDIR3Response.Entry3 |
status| Constructor and Description |
|---|
READDIR3Response(int status) |
READDIR3Response(int status,
Nfs3FileAttributes postOpAttr) |
READDIR3Response(int status,
Nfs3FileAttributes postOpAttr,
long cookieVerf,
READDIR3Response.DirList3 dirList) |
| Modifier and Type | Method and Description |
|---|---|
static READDIR3Response |
deserialize(XDR xdr) |
long |
getCookieVerf() |
READDIR3Response.DirList3 |
getDirList() |
Nfs3FileAttributes |
getPostOpAttr() |
XDR |
serialize(XDR xdr,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic READDIR3Response(int status)
public READDIR3Response(int status,
Nfs3FileAttributes postOpAttr)
public READDIR3Response(int status,
Nfs3FileAttributes postOpAttr,
long cookieVerf,
READDIR3Response.DirList3 dirList)
public Nfs3FileAttributes getPostOpAttr()
public long getCookieVerf()
public READDIR3Response.DirList3 getDirList()
public static READDIR3Response deserialize(XDR xdr)
public XDR serialize(XDR xdr, int xid, Verifier verifier)
NFS3Responseserialize in class NFS3ResponseCopyright © 2018 CERN. All Rights Reserved.