Example usage for org.apache.http.entity.mime MIME ENC_8BIT

List of usage examples for org.apache.http.entity.mime MIME ENC_8BIT

Introduction

In this page you can find the example usage for org.apache.http.entity.mime MIME ENC_8BIT.

Prototype

String ENC_8BIT

To view the source code for org.apache.http.entity.mime MIME ENC_8BIT.

Click Source Link

Usage

From source file:net.netheos.pcsapi.request.JSONBody.java

@Override
public String getTransferEncoding() {
    return MIME.ENC_8BIT;
}