MCPcopy Index your code
hub / github.com/aofeng/JavaTutorial / ThreadPoolEchoServer

Class ThreadPoolEchoServer

src/cn/aofeng/demo/io/ThreadPoolEchoServer.java:17–55  ·  view source on GitHub ↗

线程池网络echo服务。每接收到一个新连接都由线程池中的空闲线程处理,连接关闭后释放线程(不会销毁线程,仍在线程池中)。 @author NieYong

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected