public class PATHCONF3Response extends NFS3Response
status| Constructor and Description |
|---|
PATHCONF3Response(int status) |
PATHCONF3Response(int status,
Nfs3FileAttributes postOpAttr,
int linkMax,
int nameMax,
boolean noTrunc,
boolean chownRestricted,
boolean caseInsensitive,
boolean casePreserving) |
| Modifier and Type | Method and Description |
|---|---|
XDR |
writeHeaderAndResponse(XDR out,
int xid,
Verifier verifier)
Write the response, along with the rpc header (including verifier), to the
XDR.
|
getStatus, setStatuspublic PATHCONF3Response(int status)
public PATHCONF3Response(int status,
Nfs3FileAttributes postOpAttr,
int linkMax,
int nameMax,
boolean noTrunc,
boolean chownRestricted,
boolean caseInsensitive,
boolean casePreserving)
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3ResponsewriteHeaderAndResponse in class NFS3ResponseCopyright © 2014 Apache Software Foundation. All Rights Reserved.