| Package | Description |
|---|---|
| org.flowable.http.common.api |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<MultiValuePart> |
HttpRequest.multiValueParts |
| Modifier and Type | Method and Description |
|---|---|
static MultiValuePart |
MultiValuePart.fromFile(String name,
byte[] value,
String filename) |
static MultiValuePart |
MultiValuePart.fromText(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MultiValuePart> |
HttpRequest.getMultiValueParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequest.addMultiValuePart(MultiValuePart part) |
Copyright © 2022 Flowable. All rights reserved.