This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Moving java.net.Plain*SocketImpl to java.java.net.Plain*SocketImpl ?
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java at gcc dot gnu dot org
- Date: 28 Aug 2003 08:25:31 -0600
- Subject: Re: Moving java.net.Plain*SocketImpl to java.java.net.Plain*SocketImpl ?
- References: <200308171401.11883.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I would like to move the two classes java.net.PlainSocketImpl and
Michael> java.net.PlainDatagramSocketImpl to gnu.java.net to make them "public
Michael> final" and add some public methods needed only by java.nio socket
Michael> channel implementation.
I think that this move is fine. This message has been out for a while
and nobody has objected to it. If it makes java.nio happen, great.
Tom