public class RemoteAccessor extends Object
| Constructor and Description |
|---|
RemoteAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList |
getProxy() |
String |
getResponseByPost(String url,
String encode,
String[] params) |
String |
getResponseByProxy(String url) |
String |
getResponseByStream(String url,
String encode,
String data) |
String |
getResponseByStream(String url,
String encode,
String data,
String sessionId) |
String |
getSimpleResponse(String url) |
static void |
main(String[] args) |
void |
shutdown() |
public String getResponseByPost(String url, String encode, String[] params) throws Exception
Exceptionpublic String getResponseByStream(String url, String encode, String data, String sessionId) throws Exception
Exceptionpublic String getResponseByStream(String url, String encode, String data) throws Exception
Exceptionpublic void shutdown()
public static ArrayList getProxy()
Copyright © 2018. All rights reserved.