首页 > 编程语言 > 详细

Java Networking Related (Java Examples in a Nutshell 3rd Edition)

时间:2016-04-16 10:48:45      阅读:118      评论:0      收藏:0      [点我收藏+]

Examples to:

  • Use URL class to parse URLs and download the network resources specified by a URL
  • Use URLConnection class to gain more cntrl over the downloading of network resources
  • Write client programs that use the Socket class to communicate over the network
  • Use the Socket and SerberSocket classes to write servers
  • Send and receive low-overhead datagram packets

Use java.nio package to write efficient server programs, (instead of stream based java.io methods, it uses channel based methods)

 

Java Networking Related (Java Examples in a Nutshell 3rd Edition)

原文:http://www.cnblogs.com/sansna/p/5397703.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!