public class NFS3Response extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
status |
| Constructor and Description |
|---|
NFS3Response(int status) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
XDR |
serialize(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
void |
setStatus(int status) |
Copyright © 2018 CERN. All Rights Reserved.