Package | Description |
---|---|
io.undertow.servlet.spec | |
javax.servlet.http |
The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contracts between a servlet class
running under the HTTP protocol and the runtime environment provided
for an instance of such a class by a conforming servlet container.
|
net.shibboleth.utilities.java.support.net |
Classes for working with HTTP URLs and the protocol.
|
org.jboss.resteasy.core | |
org.jboss.resteasy.util | |
org.picketlink.identity.federation.bindings.tomcat |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
HttpServletRequestImpl.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
HttpServletResponseImpl.addCookie(Cookie cookie) |
Constructor and Description |
---|
ServletCookieAdaptor(Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
HttpServletRequestWrapper.getCookies()
The default behavior of this method is to return getCookies()
on the wrapped request object.
|
Cookie[] |
HttpServletRequest.getCookies()
Returns an array containing all of the
Cookie
objects the client sent with this request. |
Modifier and Type | Method and Description |
---|---|
void |
HttpServletResponseWrapper.addCookie(Cookie cookie)
The default behavior of this method is to call addCookie(Cookie cookie)
on the wrapped response object.
|
void |
HttpServletResponse.addCookie(Cookie cookie)
Adds the specified cookie to the response.
|
Modifier and Type | Method and Description |
---|---|
Cookie[] |
ThreadLocalHttpServletRequestProxy.getCookies()
Returns an array containing all of the
Cookie
objects the client sent with this request. |
Modifier and Type | Method and Description |
---|---|
void |
ThreadLocalHttpServletResponseProxy.addCookie(Cookie cookie)
Adds the specified cookie to the response.
|
Modifier and Type | Method and Description |
---|---|
Cookie[] |
ResteasyHttpServletRequestWrapper.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyHttpServletResponseWrapper.addCookie(Cookie cookie) |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
HttpServletRequestDelegate.getCookies() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractGenericHeaderAuthenticator.getCookieValue(Cookie[] cookies,
int numCookies,
String token)
Get the value of a cookie if the name matches the token
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.