public class Nfs3ReaddirResponse extends NfsReaddirResponse
Procedure READDIR retrieves a variable number of entries, in sequence, from a directory and returns the name and file identifier for each, with information to allow the client to request additional directory entries in a subsequent READDIR request.
_xid| Constructor and Description |
|---|
Nfs3ReaddirResponse()
Creates the response, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
Nfs3ReaddirResponse(java.util.List<NfsDirectoryEntry> 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 Nfs3ReaddirResponse()
Procedure READDIR retrieves a variable number of entries, in sequence, from a directory and returns the name and file identifier for each, with information to allow the client to request additional directory entries in a subsequent READDIR request.
public Nfs3ReaddirResponse(java.util.List<NfsDirectoryEntry> entries)
Procedure READDIR retrieves a variable number of entries, in sequence, from a directory and returns the name and file identifier for each, with information to allow the client to request additional directory entries in a subsequent READDIR request.
entries - A list in which to store the entries.