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 |
---|---|
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, setStatus
public READDIRPLUS3Response(int status)
public READDIRPLUS3Response(int status, Nfs3FileAttributes postOpDirAttr, long cookieVerf, READDIRPLUS3Response.DirListPlus3 dirListPlus)
public READDIRPLUS3Response.DirListPlus3 getDirListPlus()
public static READDIRPLUS3Response deserialize(XDR xdr)
public XDR serialize(XDR out, int xid, Verifier verifier)
NFS3Response
serialize
in class NFS3Response
Copyright © 2015 Apache Software Foundation. All Rights Reserved.