Uses of Class
org.cip4.jdflib.util.UrlPart

Packages that use UrlPart
org.cip4.jdflib.core   
org.cip4.jdflib.util   
org.cip4.jdflib.util.mime   
org.cip4.jdflib.util.net   
 

Uses of UrlPart in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return UrlPart
 UrlPart XMLDoc.write2HttpURL(URL url, String strContentType, UrlUtil.HTTPDetails det)
           
 UrlPart JDFDoc.write2HttpURL(URL strURL, UrlUtil.HTTPDetails det)
           
 

Uses of UrlPart in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return UrlPart
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.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
 

Uses of UrlPart in org.cip4.jdflib.util.mime
 

Methods in org.cip4.jdflib.util.mime that return UrlPart
 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
 

Uses of UrlPart in org.cip4.jdflib.util.net
 

Methods in org.cip4.jdflib.util.net that return UrlPart
 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 © 2013. All Rights Reserved.