Package | Description |
---|---|
org.cip4.jdflib.core | |
org.cip4.jdflib.util | |
org.cip4.jdflib.util.mime | |
org.cip4.jdflib.util.net |
Modifier and Type | Method and Description |
---|---|
UrlPart |
XMLDoc.write2HttpURL(URL url,
String strContentType,
UrlUtil.HTTPDetails det) |
UrlPart |
JDFDoc.write2HttpURL(URL strURL,
UrlUtil.HTTPDetails det) |
Modifier and Type | Method and Description |
---|---|
static UrlPart[] |
UrlUtil.getURLParts(HttpURLConnection connection)
get an array of urlparts, regardless of whether this was mime or not if the stream is mime/multipart get also extract that
|
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
|
Modifier and Type | Method and Description |
---|---|
UrlPart |
MimeWriter.writeToURL(String strUrl)
write a Multipart to an output URL File: and http: are currently supported Use HttpURLConnection.getInputStream() to retrieve the http response
|
Modifier and Type | Method and Description |
---|---|
UrlPart |
UrlCheck.getPing()
get the ping of a started thread
|
UrlPart |
UrlCheck.ping(int waitMillis)
check if a url is accessible, return null if no connection within waitMillis millisecons
|
Copyright © 2018. All rights reserved.