public abstract class IRequestService extends Object
| Constructor and Description |
|---|
IRequestService() |
| Modifier and Type | Method and Description |
|---|---|
static IRequestService |
getInstance() |
abstract Object |
sendPost(String url,
Map<String,String> param) |
public abstract Object sendPost(String url, Map<String,String> param) throws IOException, KeyManagementException, NoSuchAlgorithmException
public static IRequestService getInstance() throws ClassNotFoundException, InstantiationException, IllegalAccessException
Copyright © 2018. All rights reserved.