該類用於標識網路上的硬體資源,表示網際網路協議的ip位址
該類沒有構造方法,所以不能直接new出乙個物件,可以通過該類的靜態方法獲得inetaddress的物件
public
class ipdemo ;
}}
url 統一資源定位符,表示internet上某一資源的位址
public
class urldemo
}
//inputstream openstream()
//開啟到此 url 的連線並返回乙個用於從該連線讀入的 inputstream
//使用該方法獲取網頁原始碼
public
class urldemo
in.close();
}}
Linux網路程式設計API
一 socket 函式作用 建立乙個新的socket套接字 函式原型 int socket int domain,int type,int protocol af inet ipv4,af inet6 ipv6 2 type sock stream tcp面向資料流 sock dgram udp協議...
網路程式設計基礎API
網路位元組序 1.tcp ip協議規定,網路資料流應採用大端位元組序 0x12345678 小端儲存 78儲存在低位址 大端儲存 12儲存在低位址 網路位元組序和主機位元組序的轉換 include uint32 t htonl uint32 t hostlong uint16 t htons uin...
網路程式設計api介面簡介
客戶端 int main printf ip s,port d n inet ntoa caddr.sin addr.s addr ntohs caddr.sin port 由於是自主設定的ip區域網所以不使用ntohl,類似有htonl,ntohl,htons,ntohs。while 1 if r...