| Interface | Description |
|---|---|
| Nfs<F extends NfsFile<?,?>> |
Client for an NFS RPC server, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsRequest |
The lowest-level request interface specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsResponse |
The lowest-level response interface specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| Class | Description |
|---|---|
| NfsAccessRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsAccessResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsCommitRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsCommitResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsCreateMode |
Mode for creating new regular files, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsCreateRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsCreateResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsDirectoryEntry |
Holder for entries returned by READDIR calls, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsDirectoryPlusEntry |
Holder for entries returned by READDIRPLUS calls, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsFsInfo |
Holder for nonvolatile file system state information and general information
about the NFS version 3 protocol server implementation, as specified by RFC
1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsFsInfoRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsFsInfoResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsFsStat |
Holder for volatile file system state information, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsFsStatRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsFsStatResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsGetAttributes |
Holder for returned file system object attributes, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsGetAttrRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsGetAttrResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsLinkRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsLinkResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsLookupRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsLookupResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsMkdirRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsMkdirResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsMknodRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsMknodResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsPathconfRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsPathconfResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsPosixAttributes |
Holder for the Posix attributes returned by the Pathconf RPC call, as
specified by RFC 1813 (https://tools.ietf.org/html/rfc1813)
|
| NfsPreOpAttributes |
These pre-operation attributes are part of weak cache consistency data, as specified by RFC
1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReaddirplusRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReaddirplusResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReaddirRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReaddirResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReadlinkRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReadlinkResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReadRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsReadResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsRemoveRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsRemoveResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsRenameRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsRenameResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsRequestBase |
The common base class for all requests specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsResponseBase |
The base class for all NFS responses specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsResponseHandler<T extends NfsResponseBase> |
The NFS response handler, used in the wrapper class for post-response
actions, including error checking.
|
| NfsRmdirRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsRmdirResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsSetAttributes |
Used to set file or directory attributes, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsSetAttrRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsSetAttrResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsStatus |
Creates the nfs status values, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsSymlinkRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsSymlinkResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsTime |
NFS time getter and setter handling, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsType |
Enums for the NFS file types, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsWccData |
Holder for weak cache consistency data, as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|
| NfsWriteRequest |
The request, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| NfsWriteResponse |
The response, as specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
|
| Exception | Description |
|---|---|
| NfsException |
Nfs exceptions, with error codes as specified by RFC 1813
(https://tools.ietf.org/html/rfc1813).
|