public class FSSTAT3Response extends NFS3Response
status| Constructor and Description |
|---|
FSSTAT3Response(int status) |
FSSTAT3Response(int status,
Nfs3FileAttributes postOpAttr,
long tbytes,
long fbytes,
long abytes,
long tfiles,
long ffiles,
long afiles,
int invarsec) |
| 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, setStatuspublic FSSTAT3Response(int status)
public FSSTAT3Response(int status,
Nfs3FileAttributes postOpAttr,
long tbytes,
long fbytes,
long abytes,
long tfiles,
long ffiles,
long afiles,
int invarsec)
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3ResponsewriteHeaderAndResponse in class NFS3ResponseCopyright © 2014 Apache Software Foundation. All Rights Reserved.