Java org.apache.commons.httpclient.methods.multipart MultipartEntity fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.httpclient.methods.multipart MultipartEntity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.httpclient.methods.multipart MultipartEntity.

The text is from its open source code.

Constructor

MultipartEntity(Part[] parts, HttpParams params)
Creates a new multipart entity containing the given parts.