public class READ3Response extends NFS3Response
status| Constructor and Description |
|---|
READ3Response(int status) |
READ3Response(int status,
Nfs3FileAttributes postOpAttr,
int count,
boolean eof,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
ByteBuffer |
getData() |
Nfs3FileAttributes |
getPostOpAttr() |
boolean |
isEof() |
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic READ3Response(int status)
public READ3Response(int status,
Nfs3FileAttributes postOpAttr,
int count,
boolean eof,
ByteBuffer data)
public Nfs3FileAttributes getPostOpAttr()
public int getCount()
public boolean isEof()
public ByteBuffer getData()
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3ResponsewriteHeaderAndResponse in class NFS3ResponseCopyright © 2014 Apache Software Foundation. All Rights Reserved.