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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.http.entity.StringEntityHC4 has subclasses.
Click this link to see all its subclasses.

Constructor

StringEntityHC4(final String string, final ContentType contentType)
Creates a StringEntityHC4 with the specified content and content type.
StringEntityHC4(final String string, final String charset)
Creates a StringEntityHC4 with the specified content and charset.
StringEntityHC4(final String string, final Charset charset)
Creates a StringEntityHC4 with the specified content and charset.