Interface LDHeaderUpdater


  • public interface LDHeaderUpdater
    An interface to provide the SDK with a function used to modify HTTP headers before each request to the LaunchDarkly service.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void updateHeaders​(java.util.Map<java.lang.String,​java.lang.String> headers)
      An application provided method for dynamic configuration of HTTP headers.
    • Method Detail

      • updateHeaders

        void updateHeaders​(java.util.Map<java.lang.String,​java.lang.String> headers)
        An application provided method for dynamic configuration of HTTP headers.
        Parameters:
        headers - The unmodified headers the SDK prepared for the request