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 Detail

      • getHeaderValue

        String getHeaderValue()