文件名称:server-client
介绍说明--下载内容来自于网络,使用问题请自行百度
ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。(ServerSocket represents the socket on a server that waits and listens for service
from a client. Socket represents the endpoints for communication between a server
and a client. When a server gets a request for service, it creates a Socket for
communication with the client and continues to listen for other requests on the
ServerSocket. The client also creates a Socket for communication with the
server.)
from a client. Socket represents the endpoints for communication between a server
and a client. When a server gets a request for service, it creates a Socket for
communication with the client and continues to listen for other requests on the
ServerSocket. The client also creates a Socket for communication with the
server.)
相关搜索: 服务器
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
server-client\UClient.java | 948 | 2019-12-07 |
server-client\UDPClient.java | 1263 | 2019-12-07 |
server-client\UDPServer.java | 1147 | 2019-12-07 |
server-client\UServer.java | 967 | 2019-12-07 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.