• Stars
    star
    18
  • Rank 1,202,033 (Top 24 %)
  • Language
    Java
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Java Socket网络编程实战。主要介绍Socket服务端、客户端的写法,与Socket相关的I/O操作,Socket多线程的一般设计原则,Socket传输一般序列化对象、压缩序列化对象、加密序列化对象等。通过实际的例子展示Socket在网络通信中如何工作。