Class InformationRequestHandler

java.lang.Object
is.galia.resource.InformationRequestHandler

public class InformationRequestHandler extends Object

High-level information request handler. Use the return value of builder() to create new instances.

This class provides a simple interface that endpoints can use to retrieve image information, abstracting away much of the tedium of request setup.

  • Field Details

    • CACHE_BYPASS_ARGUMENTS

      public static final Set<String> CACHE_BYPASS_ARGUMENTS
      URL argument values that can be used with the cache query key to bypass all caching.
    • CACHE_READ_BYPASS_ARGUMENTS

      public static final Set<String> CACHE_READ_BYPASS_ARGUMENTS
  • Constructor Details

    • InformationRequestHandler

      protected InformationRequestHandler()
  • Method Details