public class GETATTR3Response extends NFS3Response
status| Constructor | Description |
|---|---|
GETATTR3Response(int status) |
|
GETATTR3Response(int status,
Nfs3FileAttributes attrs) |
| Modifier and Type | Method | Description |
|---|---|---|
static GETATTR3Response |
deserialize(XDR xdr) |
|
XDR |
serialize(XDR out,
int xid,
Verifier verifier) |
Write the response, along with the rpc header (including verifier), to the
XDR.
|
void |
setPostOpAttr(Nfs3FileAttributes postOpAttr) |
getStatus, setStatuspublic GETATTR3Response(int status)
public GETATTR3Response(int status,
Nfs3FileAttributes attrs)
public void setPostOpAttr(Nfs3FileAttributes postOpAttr)
public static GETATTR3Response deserialize(XDR xdr)
public XDR serialize(XDR out, int xid, Verifier verifier)
NFS3Responseserialize in class NFS3Responseout - XDR output messagexid - transaction idverifier - verifies replyCopyright © 2008–2025 Apache Software Foundation. All rights reserved.