@Deprecated
public static class UrlUtil.URLWriter
extends java.lang.Object
| Constructor and Description |
|---|
URLWriter(java.lang.String strUrl,
IStreamWriter streamWriter,
java.lang.String method,
java.lang.String contentType,
HTTPDetails details)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
UrlPart |
writeToURL()
write a Stream to an output URL File: and http: are currently supported Use HttpURLConnection.getInputStream() to retrieve the http response
|
public URLWriter(java.lang.String strUrl,
IStreamWriter streamWriter,
java.lang.String method,
java.lang.String contentType,
HTTPDetails details)