public class HttpsPostRequest extends IRequestService
| Constructor and Description |
|---|
HttpsPostRequest() |
| Modifier and Type | Method and Description |
|---|---|
Object |
sendPost(String url,
Map<String,String> params) |
Object |
sendPost(String url,
String params) |
getInstancepublic Object sendPost(String url, Map<String,String> params) throws KeyManagementException, NoSuchAlgorithmException, IOException
sendPost in class IRequestServiceKeyManagementExceptionNoSuchAlgorithmExceptionIOExceptionpublic Object sendPost(String url, String params) throws IOException, KeyManagementException, NoSuchAlgorithmException
Copyright © 2018. All rights reserved.