public class FSINFO3Response extends NFS3Response
status| Constructor | Description |
|---|---|
FSINFO3Response(int status) |
|
FSINFO3Response(int status,
Nfs3FileAttributes postOpAttr,
int rtmax,
int rtpref,
int rtmult,
int wtmax,
int wtpref,
int wtmult,
int dtpref,
long maxFileSize,
NfsTime timeDelta,
int properties) |
| Modifier and Type | Method | Description |
|---|---|---|
static FSINFO3Response |
deserialize(XDR xdr) |
|
XDR |
serialize(XDR out,
int xid,
Verifier verifier) |
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic FSINFO3Response(int status)
public FSINFO3Response(int status,
Nfs3FileAttributes postOpAttr,
int rtmax,
int rtpref,
int rtmult,
int wtmax,
int wtpref,
int wtmult,
int dtpref,
long maxFileSize,
NfsTime timeDelta,
int properties)
public static FSINFO3Response 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.