| Package | Description |
|---|---|
| org.everit.http.client |
| Modifier and Type | Method and Description |
|---|---|
static Part |
Part.createFieldPart(String name,
AsyncContentProvider value)
Creates a simple text/plain field that can be part of the multipart request.
|
static Part |
Part.createFieldPart(String name,
String value)
Creates a simple text/plain field that can be part of the multipart request.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiPartAsyncContentProvider |
MultiPartAsyncContentProvider.create(Optional<String> boundary,
Part... parts)
Constructor.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.