| Package | Description |
|---|---|
| org.mule.module.http.internal | |
| org.mule.module.http.internal.domain | |
| org.mule.module.http.internal.multipart |
| Modifier and Type | Method and Description |
|---|---|
static Collection<HttpPart> |
HttpParser.parseMultipartContent(InputStream content,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<HttpPart> |
MultipartHttpEntity.getParts() |
| Constructor and Description |
|---|
MultipartHttpEntity(Collection<HttpPart> parts) |
| Modifier and Type | Method and Description |
|---|---|
HttpPart |
HttpPartDataSource.getPart() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<HttpPart> |
HttpPartDataSource.createFrom(Map<String,DataHandler> parts) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DataHandler> |
HttpPartDataSource.createDataHandlerFrom(Collection<HttpPart> parts) |
static Collection<HttpPartDataSource> |
HttpPartDataSource.createFrom(Collection<HttpPart> parts) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.