Class MultipartEntity
java.lang.Object
oracle.stellent.ridc.protocol.http.httpurlconnection.impl.MultipartEntity
- All Implemented Interfaces:
RequestEntity
Multipart POST request body
-
Method Summary
Modifier and TypeMethodDescriptionvoidlog(StringBuilder sb, Formatter f) voidPrepare the URL connection just before sending the data.voidwriteTo(OutputStream out)
-
Method Details
-
prepareOutBoundRequest
public void prepareOutBoundRequest(HttpURLConnection uc, IdcHttpClientConfig config) throws IOException Description copied from interface:RequestEntityPrepare the URL connection just before sending the data. This should be just about setting the Content-Length or configuring for chunked encoding- Specified by:
prepareOutBoundRequestin interfaceRequestEntity- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceRequestEntity- Throws:
IOException
-
log
- Specified by:
login interfaceRequestEntity
-