Interface ContentRequestContext


public interface ContentRequestContext
A request for content.
  • Method Summary

    Modifier and Type
    Method
    Description
    The client id for the user making the request.
    If clustered, this is the id of the node the data resides on.
    The URI to the data.
  • Method Details

    • getDataUri

      String getDataUri()
      The URI to the data.
      Returns:
      the uri of the data
    • getClusterNodeId

      String getClusterNodeId()
      If clustered, this is the id of the node the data resides on.
      Returns:
      the the cluster node identifier
    • getClientId

      String getClientId()
      The client id for the user making the request.
      Returns:
      the client identifier