Package com.sun.nfs

Class NfsConnect


  • public class NfsConnect
    extends java.lang.Object
    Connect to an NFS server and return an Nfs file object.
    Author:
    Brent Callaghan
    See Also:
    Nfs, Nfs2, Nfs3
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CredUnix getCred()
      Get the credential as a Unix cred
      static void setRpcHandler​(RpcHandler r)
      Set the timeout handler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCred

        public static CredUnix getCred()
        Get the credential as a Unix cred
      • setRpcHandler

        public static void setRpcHandler​(RpcHandler r)
        Set the timeout handler