Class
caplin.streamlink

WebRequestParameters

Contains the parameters needed to call a specific Liberator web module.

Call the createWebRequestParameters method of the StreamLink object to obtain these parameters for the specified web module.

Constructor Summary

Attributes Name and Description
caplin.streamlink.WebRequestParameters()

Method Summary

Attributes Name and Description
void getPostBody()

*

Returns the contents of the HTTP post body that should be used (to specify parameters) * with the web module URL.

void getUrl()

*

Returns the URL that must be used to invoke the required web module

* @returns {String} the web module URL.

Constructor Detail

caplin.streamlink.WebRequestParameters()

Method Detail

void getPostBody()

*

Returns the contents of the HTTP post body that should be used (to specify parameters) * with the web module URL.

* @returns {String} the HTTP post body text.

void getUrl()

*

Returns the URL that must be used to invoke the required web module

* @returns {String} the web module URL.