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