This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: new methods in gnu.java.net.Plain(Datagram)SocketImpl ?
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 25 Sep 2003 11:28:24 -0600
- Subject: Re: Patch: new methods in gnu.java.net.Plain(Datagram)SocketImpl ?
- References: <200309201509.48137.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I would like to add one new method to PlainDatagramSocketImpl and
Michael> PlainSocketImpl called getNativeFD:
Michael> public int getNativeFD();
Let's go ahead and do this. If/when we move to some more perfect
solution, we can change this code around again too. Let's not hold
up java.nio on account of our FileDescriptor discussion.
Tom