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 |
---|---|
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatus
public READDIRPLUS3Response(int status)
public READDIRPLUS3Response(int status, Nfs3FileAttributes postOpDirAttr, long cookieVerf, READDIRPLUS3Response.DirListPlus3 dirListPlus)
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3Response
writeHeaderAndResponse
in class NFS3Response
Copyright © 2013 Apache Software Foundation. All rights reserved.