Package | Description |
---|---|
org.wildfly.security.http |
Package containing the HTTP based authentication APIs, SPIs and related classes.
|
Modifier and Type | Method and Description |
---|---|
List<HttpServerCookie> |
HttpServerRequestWrapper.getCookies() |
List<HttpServerCookie> |
HttpExchangeSpi.getCookies()
Returns a
List containing all of the HttpServerCookie objects the client sent with this request. |
List<HttpServerCookie> |
HttpServerRequest.getCookies()
Returns a
List containing all of the HttpServerCookie objects the client sent with this request, or an empty List if no cookies were included in the request. |
Modifier and Type | Method and Description |
---|---|
void |
HttpServerResponse.setResponseCookie(HttpServerCookie cookie)
Sets a response cookie
|
void |
HttpExchangeSpi.setResponseCookie(HttpServerCookie cookie)
Sets a response cookie.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.