|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPMethod | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
ucar.nc2.util.net | Miscellaneous network utility classes. |
Uses of HTTPMethod in opendap.dap |
---|
Constructors in opendap.dap with parameters of type HTTPMethod | |
---|---|
ServerVersion(HTTPMethod method)
Determines Server (Protocol) Version based on the headers associated with the passed org.apache.commons.httpclient.methods.GetMethod. |
Uses of HTTPMethod in ucar.nc2.util.net |
---|
Fields in ucar.nc2.util.net with type parameters of type HTTPMethod | |
---|---|
protected List<HTTPMethod> |
HTTPSession.methodList
|
Methods in ucar.nc2.util.net that return HTTPMethod | |
---|---|
HTTPMethod |
HTTPSession.newMethod(ucar.nc2.util.net.HTTPSession.Methods m,
String uri)
|
HTTPMethod |
HTTPSession.newMethodGet(String uri)
|
HTTPMethod |
HTTPSession.newMethodHead(String uri)
|
HTTPMethod |
HTTPSession.newMethodOptions(String uri)
|
HTTPMethod |
HTTPSession.newMethodPost(String uri)
|
HTTPMethod |
HTTPSession.newMethodPut(String uri)
|
Methods in ucar.nc2.util.net with parameters of type HTTPMethod | |
---|---|
protected void |
HTTPSession.addMethod(HTTPMethod m)
|
protected void |
HTTPSession.removeMethod(HTTPMethod m)
|
Constructors in ucar.nc2.util.net with parameters of type HTTPMethod | |
---|---|
HTTPMethodStream(HTTPSession session,
HTTPMethod method,
InputStream methodstream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |