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

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

Introduction

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

The text is from its open source code.

Constructor

NFileEntity(final File file, final String contentType, boolean useFileChannels)
Creates new instance of NFileEntity from the given source File with the given content type.
NFileEntity(final File file, final String contentType)