Example usage for org.apache.http.entity StringEntityHC4 StringEntityHC4

List of usage examples for org.apache.http.entity StringEntityHC4 StringEntityHC4

Introduction

In this page you can find the example usage for org.apache.http.entity StringEntityHC4 StringEntityHC4.

Prototype

public StringEntityHC4(final String string, final Charset charset) 

Source Link

Document

Creates a StringEntityHC4 with the specified content and charset.

Usage