Package com.caplin.streamlink
Interface KeymasterCookieProvider
public interface KeymasterCookieProvider
The set of cookies provided by this interface will be sent with KeyMaster connections.
-
Method Summary
Modifier and TypeMethodDescriptionProvide HTTP cookies as a map of cookie name to values
-
Method Details
-
getCookies
Provide HTTP cookies as a map of cookie name to values- Returns:
- a map of HTTP cookies to include in the request.
-