Interface HeaderDescription
-
@ProviderType public interface HeaderDescription
A description of a response header
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()Get the header's key.java.lang.String[]getValues()Get the header's values.
-