Android APIs
public final class

EntityUtils

extends Object
java.lang.Object
   ↳ org.apache.http.util.EntityUtils

This class is deprecated.
Please use openConnection() instead. Please visit this webpage for further details.

Class Overview

Static helpers for dealing with entities.

Summary

Public Methods
static String getContentCharSet(HttpEntity entity)
static byte[] toByteArray(HttpEntity entity)
static String toString(HttpEntity entity, String defaultCharset)
static String toString(HttpEntity entity)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static String getContentCharSet (HttpEntity entity)

Added in API level 1

public static byte[] toByteArray (HttpEntity entity)

Added in API level 1

Throws
IOException

public static String toString (HttpEntity entity, String defaultCharset)

Added in API level 1

public static String toString (HttpEntity entity)

Added in API level 1