Class ApiHttpHeaders.HeaderEntry<K,V>

java.lang.Object
io.vrap.rmf.base.client.ApiHttpHeaders.HeaderEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Direct Known Subclasses:
ApiHttpHeaders.StringHeaderEntry
Enclosing class:
ApiHttpHeaders

public static class ApiHttpHeaders.HeaderEntry<K,V> extends Object implements Map.Entry<K,V>
  • Constructor Details

    • HeaderEntry

      public HeaderEntry(K key)
    • HeaderEntry

      public HeaderEntry(K key, V value)
  • Method Details