| Package | Description |
|---|---|
| ucar.nc2.util.net |
Miscellaneous network utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<HTTPMethod> |
HTTPSession.methodList |
| Modifier and Type | Method and Description |
|---|---|
HTTPMethod |
HTTPSession.newMethod(ucar.nc2.util.net.HTTPSession.Methods m,
java.lang.String uri) |
HTTPMethod |
HTTPSession.newMethodGet(java.lang.String uri) |
HTTPMethod |
HTTPSession.newMethodHead(java.lang.String uri) |
HTTPMethod |
HTTPSession.newMethodOptions(java.lang.String uri) |
HTTPMethod |
HTTPSession.newMethodPost(java.lang.String uri) |
HTTPMethod |
HTTPSession.newMethodPut(java.lang.String uri) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTTPSession.addMethod(HTTPMethod m) |
protected void |
HTTPSession.removeMethod(HTTPMethod m) |
| Constructor and Description |
|---|
HTTPMethodStream(HTTPSession session,
HTTPMethod method,
java.io.InputStream methodstream) |