java中TCP与UDP实例

最近要用到TCP与UDP通信,故学习一下。

1.TCP通信

a.TCPServer

b.TCPClient

2.UDP通信

a.UDPServer

b.UDPClient





你可能感兴趣的:(java)