Package net.officefloor.server.http
Interface HttpRequestCookie
-
public interface HttpRequestCookie
Cookie on the
HttpRequest
.As per RFC-6265.
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Obtains the name.java.lang.String
getValue()
Obtains the value.
-