JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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
String
getName
()
Obtains the name.
String
getValue
()
Obtains the value.
Method Details
getName
String
getName
()
Obtains the name.
Returns:
Name.
getValue
String
getValue
()
Obtains the value.
Returns:
Value.