|
Class Summary |
| Buffer |
Here we do all the NFS read and write buffering. |
| Fattr |
NFS file attributes
This is essentially a container class that holds
the attributes, but it also has methods to encode
and decode the attributes in an Xdr buffer. |
| Nfs |
Container class for an NFS object: either a file
or a directory. |
| Nfs2 |
This class contains the methods specific to
NFS version 2. |
| NfsConnect |
Connect to an NFS server and return an
Nfs file object. |
| NfsHandler |
This handler is implemented by the NFS application
if it wishes to be notifed of retransmissions. |
| NfsSecurity |
NfsSecurity is a static class. |
| NfsURL |
This is just a dumb URL parser class. |
| nfsXFileExtensionAccessor |
Deprecated. The more generic XFileExtensionAccessor class
should be used instead. |
| XFileAccessor |
The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API. |
| XFileExtensionAccessor |
|