Uses of Class
org.apache.http.client.entity.EntityBuilder
Packages that use EntityBuilder
-
Uses of EntityBuilder in org.apache.http.client.entity
Methods in org.apache.http.client.entity that return EntityBuilderModifier and TypeMethodDescriptionEntityBuilder.chunked()
Makes entity chunk coded.static EntityBuilder
EntityBuilder.create()
EntityBuilder.gzipCompress()
Makes entity GZIP compressed.EntityBuilder.setBinary
(byte[] binary) Sets entity content as a byte array.EntityBuilder.setContentEncoding
(String contentEncoding) Sets content encoding of the entity.EntityBuilder.setContentType
(org.apache.http.entity.ContentType contentType) SetsContentType
of the entity.Sets entity content as aFile
.EntityBuilder.setParameters
(List<org.apache.http.NameValuePair> parameters) Sets entity content as a parameter list.EntityBuilder.setParameters
(org.apache.http.NameValuePair... parameters) Sets entity content as a parameter list.EntityBuilder.setSerializable
(Serializable serializable) Sets entity content as aSerializable
.EntityBuilder.setStream
(InputStream stream) Sets entity content as aInputStream
.Sets entity content as a string.