Difference between revisions of "JNetLib"

From Winamp Developer Wiki
Jump to: navigation, search
m
m (Reverted edits by StacyPark (Talk) to last version by Culix)
 
Line 1: Line 1:
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.
+
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.

Latest revision as of 07:51, 28 October 2011

JNetLib is a simple, cross-platform networking library 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.