public final class Header extends Object
HttpServletResponse
Constructor and Description |
---|
Header(String headerName,
String... headerValues)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the header.
|
List<String> |
getValues()
Gets the values of the header.
|
int |
hashCode() |
String |
toString() |