Difference between revisions of "JNetLib"

From Winamp Developer Wiki
Jump to: navigation, search
(add name to link)
m
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 nullsoft].  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 <span class="plainlinks">[http://carouseldayschool.weavcast.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">Carousel Day School</span>] that powers much of Winamp.  It is available to download from [http://www.nullsoft.com/free/jnetlib nullsoft].  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 01:46, 28 October 2011

JNetLib is a simple, cross-platform networking library Carousel Day School that powers much of Winamp. It is available to download from nullsoft. 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.