TCP/IP Framework

Hello,I plan to develop a multithreading tcp/ip server. But it is necessary to use the SocketServer and Socket class? Does anybody know a nice framework that support developing a network server?regards,Rookee
[236 byte] By [RooKeea] at [2007-11-27 8:42:54]
# 1
You can use java.nio package, but if you afraid of Sockets ....I see no other way.
pbulgarellia at 2007-7-12 20:42:21 > top of Java-index,Core,Core APIs...
# 2
You don't need a framework, just have a look at the Custom Networking tutorial. It's pretty easy, at least to start with ...But if you don't know how to do it why are you doing it?
ejpa at 2007-7-12 20:42:22 > top of Java-index,Core,Core APIs...