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 TypeMethodDescriptionvoid
log
(StringBuilder sb, Formatter f) void
Prepare the URL connection just before sending the data.void
writeTo
(OutputStream out)
-
Method Details
-
prepareOutBoundRequest
public void prepareOutBoundRequest(HttpURLConnection uc, IdcHttpClientConfig config) throws IOException Description copied from interface:RequestEntity
Prepare the URL connection just before sending the data. This should be just about setting the Content-Length or configuring for chunked encoding- Specified by:
prepareOutBoundRequest
in interfaceRequestEntity
- Throws:
IOException
-
writeTo
- Specified by:
writeTo
in interfaceRequestEntity
- Throws:
IOException
-
log
- Specified by:
log
in interfaceRequestEntity
-