public class SETATTR3Response extends NFS3Response
status
Constructor and Description |
---|
SETATTR3Response(int status) |
SETATTR3Response(int status,
WccData wccData) |
Modifier and Type | Method and Description |
---|---|
static SETATTR3Response |
deserialize(XDR xdr) |
WccData |
getWccData() |
XDR |
serialize(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatus
public SETATTR3Response(int status)
public SETATTR3Response(int status, WccData wccData)
public WccData getWccData()
public static SETATTR3Response deserialize(XDR xdr)
public XDR serialize(XDR out, int xid, Verifier verifier)
NFS3Response
serialize
in class NFS3Response
Copyright © 2017 Apache Software Foundation. All Rights Reserved.