Difference between revisions of "JNetLib"

From Winamp Developer Wiki
Jump to: navigation, search
(+stub)
(restoring actual content from older revision)
Line 1: Line 1:
{{stub}}
+
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 02:17, 3 October 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.