bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22736] inetlib handler classes have wrong names


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22736] inetlib handler classes have wrong names
Date: 16 Oct 2005 01:26:54 -0000

The classes in the inetlib protocol handler packages
don't have the names expected by the classpath core code.
E.g., where inetlib has NNTPConnection, Classpath
expects just "Connection".
Until this change is made, inetlib classes can't be used
directly by classpath as protocol handlers.


------- Comment #1 from from-classpath at savannah dot gnu dot org  2004-05-03 
16:27 -------
Classpath expects to see a class "Handler" in the search path for URL stream
handlers. So far we only have 2 stream handlers in inetlib (for FTP and
Gopher). I have changed the names of these, so they can be looked up
automatically by Classpath. The protocol handlers for the various
mailbox/mailto protocols should probably leverage the JavaMail API.


------- Comment #2 from from-classpath at savannah dot gnu dot org  2004-06-07 
20:14 -------
Added URLStreamHandler handler class with name "Handler" for finger URL scheme.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22736





reply via email to

[Prev in Thread] Current Thread [Next in Thread]