public class LINK3Response extends NFS3Response
status| Constructor | Description |
|---|---|
LINK3Response(int status) |
|
LINK3Response(int status,
WccData fromDirWcc,
WccData linkDirWcc) |
| Modifier and Type | Method | Description |
|---|---|---|
static LINK3Response |
deserialize(XDR xdr) |
|
WccData |
getFromDirWcc() |
|
WccData |
getLinkDirWcc() |
|
XDR |
serialize(XDR out,
int xid,
Verifier verifier) |
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic WccData getFromDirWcc()
public WccData getLinkDirWcc()
public static LINK3Response 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.