| 1. | Dd > returns the local address of this server socket 返回此服务器套接字的本地地址。 |
| 2. | Using an asynchronous server socket 使用异步服务器套接字 |
| 3. | Using a synchronous server socket >使用同步服务器套接字 |
| 4. | Asynchronous server socket example 异步服务器套接字示例 |
| 5. | Synchronous server socket example 同步服务器套接字示例 |
| 6. | Synchronous server sockets suspend the execution of the application until a connection request is received on the socket 同步服务器套接字挂起应用程序的执行,直到套接字上接收到连接请求。 |
| 7. | Listening with sockets listener or server sockets open a port on the network and then wait for a client to connect to that port 侦听器或服务器套接字在网络上打开一个端口,然后等待客户端连接到该端口。 |
| 8. | Synchronous server sockets are not suitable for applications that make heavy use of the network in their operation , but they can be suitable for simple network applications . after a 同步服务器套接字不适用于在操作中大量使用网络的应用程序,但它们可能适用于简单的网络应用程序。 |
| 9. | You can view currently active connections on a per - protocol basis , view connections in a particular state such as server sockets in the listening state , and many others ,可以查看当前活动的连接(按单个协议进行查看) ,查看特定状态的连接(比如处于监听状态的服务器套接字)和许多其他的信息。 |
| 10. | Looking at the code , we can see that it is contains three distinct sections , one that sets up the server socket that listens for new connections , one that listens on the port and accepts new connections , and a final section to register the new socket with the selector 研究一下该代码,我们可以看到它包含三个不同的部分,一个部分设置用于监听新连接的服务器套接字,另一个部分监听端口并接受新的连接,最后一个部分将新的套接字注册到选择器。 |