Package | Description |
---|---|
org.cip4.jdflib.core | |
org.cip4.jdflib.util |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
UrlUtil.HTTPDetails |
MimeUtil.MIMEDetails.httpDetails
http details
|
Modifier and Type | Method and Description |
---|---|
static UrlUtil.HTTPDetails |
UrlUtil.HTTPDetails.getRedirect(UrlUtil.HTTPDetails details)
get a redirect incremented by 1, if null create o defaut first
|
Modifier and Type | Method and Description |
---|---|
static UrlUtil.HTTPDetails |
UrlUtil.HTTPDetails.getRedirect(UrlUtil.HTTPDetails details)
get a redirect incremented by 1, if null create o defaut first
|
static UrlPart |
UrlUtil.writerToURL(String strUrl,
IStreamWriter streamWriter,
String method,
String contentType,
UrlUtil.HTTPDetails details)
write the contents of an IStreamWriter to an output URL File: and http: are currently supported Use HttpURLConnection.getInputStream() to retrieve the http response
|
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
|
Copyright © 2018. All rights reserved.