JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.eclipse.jetty.http
Package
org.eclipse.jetty.http
Interface CookieParser.Handler
Enclosing interface:
CookieParser
public static interface
CookieParser.Handler
The handler of parsed cookies.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
addCookie
(
String
name,
String
value, int version,
String
domain,
String
path,
String
comment)
Method Details
addCookie
void
addCookie
(
String
name,
String
value, int version,
String
domain,
String
path,
String
comment)