| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.multipart | |
| com.ning.http.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayPart |
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
Request.getParts()
Return the current
Part |
| Modifier and Type | Method and Description |
|---|---|
T |
RequestBuilderBase.addBodyPart(Part part) |
RequestBuilder |
RequestBuilder.addBodyPart(Part part) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addBodyPart(Part part) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.addBodyPart(Part part) |
AsyncHttpClient.BoundRequestBuilder |
AsyncHttpClient.BoundRequestBuilder.addBodyPart(Part part) |
Future<Response> |
SimpleAsyncHttpClient.post(BodyConsumer consumer,
Part... parts) |
Future<Response> |
SimpleAsyncHttpClient.post(Part... parts) |
Future<Response> |
SimpleAsyncHttpClient.put(BodyConsumer consumer,
Part... parts) |
Future<Response> |
SimpleAsyncHttpClient.put(Part... parts) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilePart
This class is an adaptation of the Apache HttpClient implementation
|
class |
Part
This class is an adaptation of the Apache HttpClient implementation
|
class |
PartBase
This class is an adaptation of the Apache HttpClient implementation
|
class |
StringPart
This class is an adaptation of the Apache HttpClient implementation
|
| Constructor and Description |
|---|
MultipartBody(List<Part> parts,
String boundary,
String contentLength) |
| Modifier and Type | Method and Description |
|---|---|
static MultipartRequestEntity |
AsyncHttpProviderUtils.createMultipartRequestEntity(List<Part> params,
FluentStringsMap methodParams)
This is quite ugly as our internal names are duplicated, but we build on top of HTTP Client implementation.
|
Copyright © 2015. All rights reserved.