Java org.apache.http.util EntityUtilsHC4 fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.util EntityUtilsHC4 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.util EntityUtilsHC4.

The text is from its open source code.

Method

voidconsume(final HttpEntity entity)
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
byte[]toByteArray(final HttpEntity entity)
Read the contents of an entity and return it as a byte array.