码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2016-04-16 10:51:52      阅读:164      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!