public class Nfs3ReaddirplusResponse extends NfsReaddirplusResponse
Procedure READDIRPLUS retrieves a variable number of entries from a file system directory and returns complete information about each along with information to allow the client to request additional directory entries in a subsequent READDIRPLUS. READDIRPLUS differs from READDIR only in the amount of information returned for each entry. In READDIR, each entry returns the filename and the fileid. In READDIRPLUS, each entry returns the name, the fileid, attributes (including the fileid), and file handle.
_xid| Constructor and Description |
|---|
Nfs3ReaddirplusResponse()
Creates the response, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
Nfs3ReaddirplusResponse(java.util.List<NfsDirectoryPlusEntry> entries)
Creates the response, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
getCookie, getCookieverf, getEntries, isEof, unmarshallinggetAttributes, getFileHandle, getState, makeNfsGetAttributes, makeNfsGetAttributes, stateIsOk, toString, unmarshallingAttributes, unmarshallingAttributes, unmarshallingFileHandle, unmarshallingFileHandlegetAcceptStatus, getDirection, getRejectStatus, getReplyStatus, getXidpublic Nfs3ReaddirplusResponse()
Procedure READDIRPLUS retrieves a variable number of entries from a file system directory and returns complete information about each along with information to allow the client to request additional directory entries in a subsequent READDIRPLUS. READDIRPLUS differs from READDIR only in the amount of information returned for each entry. In READDIR, each entry returns the filename and the fileid. In READDIRPLUS, each entry returns the name, the fileid, attributes (including the fileid), and file handle.
public Nfs3ReaddirplusResponse(java.util.List<NfsDirectoryPlusEntry> entries)
Procedure READDIRPLUS retrieves a variable number of entries from a file system directory and returns complete information about each along with information to allow the client to request additional directory entries in a subsequent READDIRPLUS. READDIRPLUS differs from READDIR only in the amount of information returned for each entry. In READDIR, each entry returns the filename and the fileid. In READDIRPLUS, each entry returns the name, the fileid, attributes (including the fileid), and file handle.
entries - A list in which to store the entries.