Package | Description |
---|---|
com.caucho.quercus.servlet.api | |
com.caucho.server.http | |
com.caucho.server.session | |
com.caucho.server.webapp | |
javax.servlet.http |
Constructor and Description |
---|
QuercusCookieImpl(Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
protected Cookie |
HttpServletResponseImpl.createServletCookie(WebApp webApp) |
Cookie |
RequestAdapter.getCookie(java.lang.String name) |
Cookie |
CauchoRequest.getCookie(java.lang.String name) |
Cookie |
HttpServletRequestImpl.getCookie(java.lang.String name)
Returns the named cookie from the browser
|
Cookie |
StubServletRequest.getCookie(java.lang.String name) |
Cookie |
CauchoRequestWrapper.getCookie(java.lang.String name) |
Cookie |
HttpServletResponseImpl.getCookie(java.lang.String name) |
Cookie |
CauchoDispatchRequest.getCookie(java.lang.String name) |
Cookie[] |
RequestAdapter.getCookies() |
Cookie[] |
AbstractHttpRequest.getCookies()
Returns the cookies from the browser
|
Cookie[] |
RequestWrapper.getCookies()
Returns an array of all cookies sent by the client.
|
Cookie[] |
HttpServletRequestImpl.getCookies()
Returns an array of all cookies sent by the client.
|
Cookie[] |
StubServletRequest.getCookies() |
Cookie[] |
CauchoRequestWrapper.getCookies() |
Cookie[] |
CauchoDispatchRequest.getCookies() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Cookie> |
HttpServletResponseImpl.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseWrapper.addCookie(Cookie cookie)
Sends a new cookie to the client.
|
void |
CauchoDispatchResponse.addCookie(Cookie cookie) |
void |
StubServletResponse.addCookie(Cookie cookie) |
void |
CauchoResponseWrapper.addCookie(Cookie cookie) |
void |
HttpServletResponseImpl.addCookie(Cookie cookie)
Adds a cookie to the response.
|
void |
ResponseAdapter.addCookie(Cookie cookie) |
boolean |
AbstractHttpResponse.fillCookie(CharBuffer cb,
Cookie cookie,
long date,
int version,
boolean isCookie2)
Fills the response for a cookie
|
Modifier and Type | Class and Description |
---|---|
class |
CookieImpl
Extends the cookie.
|
Modifier and Type | Method and Description |
---|---|
void |
IncludeResponse.addCookie(Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
HttpServletRequest.getCookies()
Returns an array of all cookies sent by the client.
|
Cookie[] |
HttpServletRequestWrapper.getCookies()
Returns an array of all cookies sent by the client.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServletResponseWrapper.addCookie(Cookie cookie)
Sends a new cookie to the client.
|
void |
HttpServletResponse.addCookie(Cookie cookie)
Sends a new cookie to the client.
|