| Interface | Description |
|---|---|
| Credential |
Used to handle RPC Credentials, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
| Class | Description |
|---|---|
| AcceptStatus | |
| CredentialBase | |
| CredentialNone |
implement AUTH_NONE for rpc, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
| CredentialUnix |
implement AUTH_UNIX for RPC, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
| RejectStatus | |
| ReplyStatus | |
| RpcRequest |
An RPC request, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
| RpcResponse |
An RPC response, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
| RpcResponseHandler<T> |
This class allows users to specify how new response instances are created
during repeated RPC calls, and how responses are validated before their data
is used.
|
| RpcStatus | |
| RpcWrapper<S extends NfsRequestBase,T extends NfsResponseBase> |
Wrapper for NFS Server RPC calls, to handle unmarshalling, retries, and
status checking.
|
| Xdr |
This class handles the serialization and deserialization of primitive types
into and out of a buffer, as specified in RFC 1014
(https://tools.ietf.org/html/rfc1014).
|
| Exception | Description |
|---|---|
| RpcException |
Represent the error caused by a RPC request.
|