public abstract class HttpClient extends Object
| Modifier and Type | Method and Description |
|---|---|
static HTTPInfo |
doDelete(String uri,
String contentType,
String authorization) |
static HTTPInfo |
doGet(String uri,
String contentType,
String authorization) |
static HTTPInfo |
doPost(String uri,
String contentType,
String authorization,
org.apache.http.entity.StringEntity entity) |
Copyright © 2018 Nirmata. All rights reserved.