Interface RequestEntity
- All Known Implementing Classes:
FormDataEntity,MultipartEntity,StringEntity
public interface RequestEntity
Base interface for 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
Prepare the URL connection just before sending the data. This should be just about setting the Content-Length or configuring for chunked encoding- Throws:
IOException
-
writeTo
- Throws:
IOException
-
log
-