public class MountResponse
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
MNT_OK |
| Modifier and Type | Method | Description |
|---|---|---|
static XDR |
writeExportList(XDR xdr,
int xid,
java.util.List<java.lang.String> exports,
java.util.List<NfsExports> hostMatcher) |
Response for RPC call
MountInterface.MNTPROC.EXPORT. |
static XDR |
writeMNTResponse(int status,
XDR xdr,
int xid,
byte[] handle) |
Response for RPC call
MountInterface.MNTPROC.MNT. |
static XDR |
writeMountList(XDR xdr,
int xid,
java.util.List<MountEntry> mounts) |
Response for RPC call
MountInterface.MNTPROC.DUMP. |
public static final int MNT_OK
public static XDR writeMNTResponse(int status, XDR xdr, int xid, byte[] handle)
MountInterface.MNTPROC.MNT.status - status of mount responsexdr - XDR message objectxid - transaction idhandle - file handlepublic static XDR writeMountList(XDR xdr, int xid, java.util.List<MountEntry> mounts)
MountInterface.MNTPROC.DUMP.xdr - XDR message objectxid - transaction idmounts - mount entriespublic static XDR writeExportList(XDR xdr, int xid, java.util.List<java.lang.String> exports, java.util.List<NfsExports> hostMatcher)
MountInterface.MNTPROC.EXPORT.xdr - XDR message objectxid - transaction idexports - export listhostMatcher - the list of export hostCopyright © 2008–2025 Apache Software Foundation. All rights reserved.