public class HeaderKeyValueImpl extends Object implements HeaderKeyValue
Constructor and Description |
---|
HeaderKeyValueImpl(String headerName,
String header)
Creates a new HTTP Header.
|
Modifier and Type | Method and Description |
---|---|
String |
header()
Returns the value of the HTTP header.
|
String |
headerName()
Returns the name of the HTTP header.
|
public String headerName()
HeaderKeyValue
headerName
in interface HeaderKeyValue
public String header()
HeaderKeyValue
header
in interface HeaderKeyValue
Copyright © 2024. All rights reserved.