Uses of Class
opendap.dap.HttpWrap

Packages that use HttpWrap
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
 

Uses of HttpWrap in opendap.dap
 

Methods in opendap.dap with parameters of type HttpWrap
 void DConnect2.setclient(HttpWrap c)
           
 

Constructors in opendap.dap with parameters of type HttpWrap
ServerVersion(HttpWrap http)
          Determines Server (Protocol) Version based on the headers associated with the passed org.apache.http.httpclient.methods.HttpGet.