public class ApacheHttpUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.HttpEntity |
getEntity(List<MultiPartItem> items,
String mediaType) |
static org.apache.http.HttpEntity |
getEntity(MultiValuedMap fields,
String mediaType) |
static HttpBody |
toBody(org.apache.http.HttpEntity entity) |
public static HttpBody toBody(org.apache.http.HttpEntity entity)
public static org.apache.http.HttpEntity getEntity(MultiValuedMap fields, String mediaType)
public static org.apache.http.HttpEntity getEntity(List<MultiPartItem> items, String mediaType)
Copyright © 2017. All rights reserved.