|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPException | |
---|---|
ucar.nc2.util.net | Miscellaneous network utility classes. |
Uses of HTTPException in ucar.nc2.util.net |
---|
Methods in ucar.nc2.util.net that throw HTTPException | |
---|---|
static long |
HttpClientManager.appendUrlContentsToFile(HTTPSession session,
String urlString,
File file,
long start,
long end)
|
static void |
HttpClientManager.copyUrlContentsToFile(HTTPSession session,
String urlString,
File file)
|
int |
HTTPMethod.execute()
|
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)
|
void |
HTTPMethod.setMethodHeaders(List<org.apache.commons.httpclient.Header> headers)
|
void |
HTTPMethod.setMultipartRequest(org.apache.commons.httpclient.methods.multipart.Part[] parts)
|
void |
HTTPMethod.setRequestContentAsString(String content)
|
void |
HTTPMethod.setRequestHeader(org.apache.commons.httpclient.Header h)
|
void |
HTTPMethod.setRequestHeader(String name,
String value)
|
Constructors in ucar.nc2.util.net that throw HTTPException | |
---|---|
HTTPMethod(ucar.nc2.util.net.HTTPSession.Methods m,
String uri,
HTTPSession session)
|
|
HTTPSession()
|
|
HTTPSession(String id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |