Posted By:
Pankaj_Shrivastava
Posted On:
Thursday, December 26, 2002 09:31 PM
I am trying to wrap a set of my C API's into Java using JNI. The C API's use socket descriptors as inputs. How can I map the Socket from Java side into the C side? The Java Sockets don't have a public methods which will expose the underlying descriptor.