Uses of Class javax.servlet.http.Cookie

Uses in package javax.servlet.http

Methods with parameter type javax.servlet.http.Cookie

void
Adds the specified cookie to the response.
void
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.

Methods with return type javax.servlet.http.Cookie

Cookie[]
Returns an array containing all of the Cookie objects the client sent with this request.
Cookie[]
The default behavior of this method is to return getCookies() on the wrapped request object.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.