源码需要修改List
1,org.apache.mina.core.service.AbstractIoService中,
/**
* The unique number identifying the Service. It's incremented
* for each new IoService created.
*/
private static final AtomicInteger id = new AtomicInteger();
需要修改支持分布式ID。
1,org.apache.mina.core.service.AbstractIoService中,
/**
* The unique number identifying the Service. It's incremented
* for each new IoService created.
*/
private static final AtomicInteger id = new AtomicInteger();
需要修改支持分布式ID。