Package com.caplin.streamlink
Interface WebRequestParameters
public interface 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.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the contents of the HTTP post body that should be used (to specify parameters) with the web module URL.getUrl()
Returns the URL that must be used to invoke the required web module
-
Method Details