Interface ConnectionParams.HeaderProvider

Enclosing class:
ConnectionParams

public static interface ConnectionParams.HeaderProvider
A header provider that provides a header value. getHeaderValue() is called each time a new HTTP request is constructed by FeedClient. Important: The implementation of getHeaderValue() must be thread-safe!
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getHeaderValue

      String getHeaderValue()