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
Modifier and TypeMethodDescriptiongetHeaders
(String url) Provide HTTP headers as a map of header name to value.
-
Method Details
-
getHeaders
Provide HTTP headers as a map of header name to value.- Parameters:
url
- the keymaster url being requested.- Returns:
- a map of HTTP headers to include in the request.
-