I have to embed a network layer into my Java application in order to enable file transfer from a server to multiple client connections.
Having come to the conclusion that Java NIO would be the best option for this, I started looking for some existing NIO network frameworks.
I came across Apache MINA and started learning it. The problem is many of its links don't seem to be working anymore. For example, this link to the Apache MINA 2.0.7 API puts out a 404 Not Found page. Apache MINA 2.0.7 API.
Could you please let me know what has happened to them and whether there are alternative links for them?
Many thanks in advance.