| Package | Description |
|---|---|
| ucar.nc2.util.net |
Miscellaneous network utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.List<HTTPSession> |
HTTPSession.sessionList |
| Modifier and Type | Method and Description |
|---|---|
static long |
HttpClientManager.appendUrlContentsToFile(HTTPSession session,
java.lang.String urlString,
java.io.File file,
long start,
long end) |
static void |
HttpClientManager.copyUrlContentsToFile(HTTPSession session,
java.lang.String urlString,
java.io.File file) |
static java.lang.String |
HttpClientManager.getContentAsString(HTTPSession session,
java.lang.String urlString)
Get the content from a url.
|
static java.lang.String |
HttpClientManager.getUrlContentsAsString(HTTPSession session,
java.lang.String urlString,
int maxKbytes) |
| Constructor and Description |
|---|
HTTPMethod(ucar.nc2.util.net.HTTPSession.Methods m,
java.lang.String uri,
HTTPSession session) |
HTTPMethodStream(HTTPSession session,
HTTPMethod method,
java.io.InputStream methodstream) |