Uses of Class
org.apache.http.entity.StringEntity

Packages that use StringEntity
org.apache.http.entity Representations for HTTP message entities. 
 

Uses of StringEntity in org.apache.http.entity
 

Methods in org.apache.http.entity that return StringEntity
static StringEntity StringEntity.create(String string)
          Creates a StringEntity with the specified content and charset.
static StringEntity StringEntity.create(String string, ContentType contentType)
          Creates a StringEntity with the specified content and content type.
static StringEntity StringEntity.create(String string, String charset)
          Creates a StringEntity with the specified content and charset.
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.