Difference between revisions of "JNetLib"

From Winamp Developer Wiki
Jump to: navigation, search
(Undo revision 61091 by Debratrotter (Talk))
Line 1: Line 1:
JNetLib is a simple, cross-platform networking library that powers much of Winamp.  It is available to download from [http://www.nullsoft.com/free/jnetlib][http://www.windowexhaustfandeals.com/wall-exhaust-fans.html exhaust wall fan] .  Within Winamp, there are [[Wasabi API|Dispatchable interfaces]] to allow active JNetLib objects to be shared amongst plugins.  For example, the [[Download Manager API|Download Manager]] allows you to retrieve the underlying obj_httpreceiver object.
+
JNetLib is a simple, cross-platform networking library that powers much of Winamp.  It is available to download from [http://www.nullsoft.com/free/jnetlib].  Within Winamp, there are [[Wasabi API|Dispatchable interfaces]] to allow active JNetLib objects to be shared amongst plugins.  For example, the [[Download Manager API|Download Manager]] allows you to retrieve the underlying obj_httpreceiver object.

Revision as of 19:04, 1 November 2009

JNetLib is a simple, cross-platform networking library that powers much of Winamp. It is available to download from [1]. Within Winamp, there are Dispatchable interfaces to allow active JNetLib objects to be shared amongst plugins. For example, the Download Manager allows you to retrieve the underlying obj_httpreceiver object.