nl.vpro.nep.service.NEPPlayerTokenService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-nep Show documentation
Show all versions of media-nep Show documentation
Support for the several APIs of NEP that POMS is integrating with
package nl.vpro.nep.service;
import nl.vpro.nep.domain.*;
import nl.vpro.nep.service.exception.NEPException;
/**
* @author Michiel Meeuwissen
* @since 5.11
*/
public interface NEPPlayerTokenService extends AutoCloseable {
WideVineResponse widevineToken(String ip) throws NEPException;
PlayreadyResponse playreadyToken(String ip) throws NEPException;
FairplayResponse fairplayToken(String ip) throws NEPException;
String getPlayerTokenString();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy