Note: This chapter is Chapter 10 of "Java Network Programming", which is closely related to the eleventh server end socket.
"Java Network Programming" is O'Reilly boutique book, detail in http://www.china-pub.com/computers/common/info.asp?id=3345. The English version of the second and third editions have been uploaded to the public information of graduation design jstvu2005@163.com, please pay attention to check.
1 a stegket is a connection Between Two Hosts. It can Perform Seven Basic Operations:
• Connect to a Remote Machine • Send Data • Receive Data • Close a connection • Bind to a port • listen for incoming data • Accept Connections from Remote Machines on the bound port