| 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. |
| nfsXFileExtensionAccessor | This is a compatibility stub for the NFS XFileExtensionAccessor
|
| 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. |
| NfsException | This exception is thrown whenever an NFS error occurs. |
| 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. |
| XFileAccessor | The XFileAccessor interface is implemented by filesystems that
need to be accessed via the XFile API. |
| XFileExtensionAccessor | |