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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getCookies()
Provide HTTP cookies as a map of cookie name to values
-