65666768697071727374
switch (version) { case 2: case 3: case 4: return new NFS2URLConnection(url); default: throw new IOException("The host " + url.getHost() + " doesn't have a nfs service."); } }