public class MountResponse extends RpcResponse
Procedure MNT maps a pathname on the server to a file handle.
_xid| Constructor and Description |
|---|
MountResponse(int nfsVersion)
Creates the response, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAuthenticationFlavors() |
int |
getMountStatus() |
byte[] |
getRootFileHandle() |
void |
unmarshalling(Xdr xdr)
Load this structure from the response data, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
getAcceptStatus, getDirection, getRejectStatus, getReplyStatus, getXidpublic MountResponse(int nfsVersion)
Procedure MNT maps a pathname on the server to a file handle.
nfsVersion - The NFS version number. This is ignored for now, as only NFSv3
is supported, but is included to allow future support for
other versions.public void unmarshalling(Xdr xdr) throws RpcException
RpcResponseunmarshalling in class RpcResponsexdr - The xdr response data.RpcExceptionpublic int getMountStatus()
public byte[] getRootFileHandle()
public int[] getAuthenticationFlavors()