/**
  * Constructs a <code>NFSv3ProtocolClient</code> client stub proxy object
  * from which the NFS_PROGRAM remote program can be accessed.
  * @param client ONC/RPC client connection object implementing a particular
  *   protocol.
  * @throws OncRpcException if an ONC/RPC error occurs.
  * @throws IOException if an I/O error occurs.
  */
 public NFSv3ProtocolClient(OncRpcClient client)
     : base(client)
 {
 }
 /**
  * Constructs a <code>NFSv2MountProtocolClient</code> client stub proxy object
  * from which the MOUNTPROG remote program can be accessed.
  * @param client ONC/RPC client connection object implementing a particular
  *   protocol.
  * @throws OncRpcException if an ONC/RPC error occurs.
  * @throws IOException if an I/O error occurs.
  */
 public NFSv2MountProtocolClient(OncRpcClient client)
     : base(client)
 {
 }
 /**
  * Constructs a <code>NFSv4_callbackClient</code> client stub proxy object
  * from which the NFS4_CALLBACK remote program can be accessed.
  * @param client ONC/RPC client connection object implementing a particular
  *   protocol.
  * @throws OncRpcException if an ONC/RPC error occurs.
  * @throws IOException if an I/O error occurs.
  */
 public NFSv4_callbackClient(OncRpcClient client) : base(client) {
 }