1
edit
Changes
Necko
,no edit summary
== Short Description ==
Necko is a platform-independent API for several layers of networking (transport to presentation) that is built on XPCOM. It is currently in use in Mozilla and all of its clients.
=== nsITransport ===
* Represents physical connection (e.g. file descriptor, socket).
== References ==
* [http://www.mozilla.org/projects/netlib/ | Mozilla Networking Library Documentation]
* [http://www.mozilla.org/projects/netlib/necko_interface_overview.html | Necko Interfaces Primer]
* [http://www.mozilla.org/projects/netlib/presentations/necko1-2002-02-18/slide1.xml | Darin Fisher's Necko presentation, 2002/02/18]
* [http://lxr.mozilla.org/seamonkey/source/netwerk/ | LXR - seamonkey/netwerk]