Interface Header<T>


public interface Header<T>
Represents a header that contains a key and a value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Key of a header.
    Value of a header.
  • Method Details

    • getKey

      String getKey()
      Key of a header.
    • getValue

      T getValue()
      Value of a header.