View Single Post
  #4 (permalink)  
Old 01-26-2008, 04:49 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Java Networking is not so much low level. It is implemented in sockets level. If you need to do this in Java, you should interface native code to Java using JNI..
Reply With Quote