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 |
---|---|
long |
getCookieVerf() |
READDIR3Response.DirList3 |
getDirList() |
Nfs3FileAttributes |
getPostOpAttr() |
XDR |
writeHeaderAndResponse(XDR xdr,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatus
public 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 XDR writeHeaderAndResponse(XDR xdr, int xid, Verifier verifier)
NFS3Response
writeHeaderAndResponse
in class NFS3Response
Copyright © 2013 Apache Software Foundation. All rights reserved.