NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi All, I used to be able to set a proxy for the network connections used by NetCDF-Java with the following: httpClient = org.apache.commons.httpclient.HttpClient(); httpClient.getHostConfiguration().setProxy(proxyname, port); ucar.nc2.dataset.NetcdfDataset.setHttpClient(httpClient); However, the setHttpClient method no longer exists. The docs I found about this, at http://www.unidata.ucar.edu/software/netcdf-java/reference/HTTPauthentication.html, basically say the same thing, i.e. use the setHttpClient method. What's the current recommendation for setting a network proxy? Thanks -- Brian Schlining
netcdf-java
archives: