ServerSocket(int port, int backlog, InetAddress bindAddr)
Create a server with the specified port, listen backlog, and local IP address to bind to.
能不能给我举个ServerSocket使用的例子,谢谢
...全文
114回复打赏收藏
求ServerSocket使用的例子
ServerSocket(int port, int backlog, InetAddress bindAddr) Create a server with the specified port, listen backlog, and local IP address to bind to. 能不能给我举个ServerSocket使用的例子,谢谢