public class LOOKUP3Response extends NFS3Response
status
Constructor and Description |
---|
LOOKUP3Response(int status) |
LOOKUP3Response(int status,
FileHandle fileHandle,
Nfs3FileAttributes postOpObjAttr,
Nfs3FileAttributes postOpDirAttributes) |
LOOKUP3Response(XDR xdr) |
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, setStatus
public LOOKUP3Response(int status)
public LOOKUP3Response(int status, FileHandle fileHandle, Nfs3FileAttributes postOpObjAttr, Nfs3FileAttributes postOpDirAttributes)
public LOOKUP3Response(XDR xdr) throws IOException
IOException
public XDR writeHeaderAndResponse(XDR out, int xid, Verifier verifier)
NFS3Response
writeHeaderAndResponse
in class NFS3Response
Copyright © 2013 Apache Software Foundation. All rights reserved.