資源簡介
抓取AMF協議的flex頁面,支持模擬登錄和頁面抓取。

代碼片段和文件信息
package?com;
import?java.util.List;
import?java.util.Map;
import?flex.messaging.io.amf.client.AMFConnection;
import?flex.messaging.io.amf.client.exceptions.ClientStatusException;
import?flex.messaging.io.amf.client.exceptions.ServerStatusException;
public?class?Test?{
/**
?*?@param?args
?*/
public?static?void?main(String[]?args)?{
//?TODO?Auto-generated?method?stub
AMFConnection?connection=new?AMFConnection();
connection.setInstantiateTypes(false);
try?{
connection.addAmfHeader(“Content-Type“?“application/x-amf“);//頭部
connection.connect(“http://20.46.26.204:7001/SGTAT/messagebroker/amf“);//flex地址
//object?result=connection.call(“countryService.getLogin“?new?object[]{“xtyh““jsepc123!“});
object?result2=connection.call(“countryService.getConsistency“?new?object[]{“2017-06-01““ff80808149f52e24014a039871840007““國網江蘇省電力公司““GIS“““});
System.out.println(result2);
List
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????644264??2017-06-02?15:28??AMF抓取flex頁面數據\blazeds-core-3.2.0.3978.jar
?????文件??????111525??2017-06-02?18:26??AMF抓取flex頁面數據\flex-messaging-common-4.7.0.jar
?????文件????????1370??2017-06-10?17:43??AMF抓取flex頁面數據\參考代碼.java
?????目錄???????????0??2017-06-10?17:44??AMF抓取flex頁面數據\
- 上一篇:STM8S003F使用I/O口模擬串口一發送數據
- 下一篇:零中頻射頻接收機技術
評論
共有 條評論