Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
netcomponents: Internet protocol suite Java library
- Summary
- NetComponents, is an Internet protocol suite Java library originally
developed by ORO, Inc. This version supports Finger, Whois, TFTP,
Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like
Time and Echo as well as BSD R command support. The purpose of the
library is to provide fundamental protocol access, not higher-level
abstractions. Therefore, some of the design violates object-oriented
design principles. Our philosophy is to make the global functionality
of a protocal accesible (e.g., TFTP send file and receive file) when
possible, but also provide access to the fundamental protocols where
applicable so that the programmer may construct his own custom
implementations (e.g, the TFTP packet classes and the TFTP packet
send and receive methods are exposed).
Changelog
- * Wed Aug 25 00:00:00 2004 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.3.8-5jpp
-
- Rebuild with Ant 1.6.2
- * Tue May 6 00:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.8-4jpp
-
- Fix non-versioned javadoc symlinking.
- * Wed Apr 23 00:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.8-3jpp
-
- Rebuild for JPackage 1.5.
- Include non-versioned javadoc symlink.
- Use sed instead of bash 2 extension when symlinking jars during build.
- Fix Group tags.
- Add Vendor and Distribution tags.