Package net.officefloor.server.http
Interface HttpRequestCookie
-
public interface HttpRequestCookieCookie 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.StringgetName()Obtains the name.java.lang.StringgetValue()Obtains the value.
-