|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UrlUtil.HTTPDetails | |
|---|---|
| org.cip4.jdflib.core | |
| org.cip4.jdflib.util | |
| Uses of UrlUtil.HTTPDetails in org.cip4.jdflib.core |
|---|
| Methods in org.cip4.jdflib.core with parameters of type UrlUtil.HTTPDetails | |
|---|---|
UrlPart |
XMLDoc.write2HttpURL(URL url,
String strContentType,
UrlUtil.HTTPDetails det)
|
HttpURLConnection |
XMLDoc.write2HTTPURL(URL url,
String strContentType,
UrlUtil.HTTPDetails det)
|
UrlPart |
JDFDoc.write2HttpURL(URL strURL,
UrlUtil.HTTPDetails det)
|
HttpURLConnection |
JDFDoc.write2HTTPURL(URL strURL,
UrlUtil.HTTPDetails det)
|
| Uses of UrlUtil.HTTPDetails in org.cip4.jdflib.util |
|---|
| Fields in org.cip4.jdflib.util declared as UrlUtil.HTTPDetails | |
|---|---|
UrlUtil.HTTPDetails |
MimeUtil.MIMEDetails.httpDetails
http details |
| Methods in org.cip4.jdflib.util with parameters of type UrlUtil.HTTPDetails | |
|---|---|
static UrlPart |
UrlUtil.writeToURL(String strUrl,
InputStream stream,
String method,
String contentType,
UrlUtil.HTTPDetails details)
write a Stream to an output URL File: and http: are currently supported Use HttpURLConnection.getInputStream() to retrieve the http response |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||