Interface ResourceStrategy

All Known Implementing Classes:
BasicResourceStrategyImpl, WowzaResourceStrategyImpl

public interface ResourceStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    Transform a base url into a resource uri.
  • Method Details

    • getResource

      String getResource(String baseUri) throws IllegalStateException
      Transform a base url into a resource uri.
      Parameters:
      baseUri - The uri of the resource to generate the path to.
      Returns:
      The correct path to use for the resource.
      Throws:
      IllegalStateException - Thrown if unable to process the resource uri.