Java org.apache.http.client.entity EntityBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.entity EntityBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.entity EntityBuilder.

The text is from its open source code.

Method

HttpEntitybuild()
Creates new instance of HttpEntity based on the current state.
EntityBuildercreate()
EntityBuildersetBinary(final byte[] binary)
Sets entity content as a byte array.
EntityBuildersetContentEncoding(final String contentEncoding)
Sets content encoding of the entity.
EntityBuildersetContentType(final ContentType contentType)
Sets ContentType of the entity.
EntityBuildersetFile(final File file)
Sets entity content as a File .
EntityBuildersetText(final String text)
Sets entity content as a string.