Package com.caplin.streamlink
Interface KeymasterHttpHeaderProvider
-
public interface KeymasterHttpHeaderProvider
The set of headers 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>
getHeaders(java.lang.String url)
Provide HTTP headers as a map of header name to value.
-