Package net.officefloor.server.http
Interface HttpHeader
-
- All Known Implementing Classes:
SerialisableHttpHeader
,WritableHttpHeader
public interface HttpHeader
HTTP header.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Obtains the name of theHttpHeader
.java.lang.String
getValue()
Obtains the value for theHttpHeader
.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Obtains the name of theHttpHeader
.- Returns:
- Name of the
HttpHeader
.
-
getValue
java.lang.String getValue()
Obtains the value for theHttpHeader
.- Returns:
- Value for the
HttpHeader
.
-
-