| Package | Description |
|---|---|
| net.codestory.http | |
| net.codestory.http.filters.auth | |
| net.codestory.http.payload |
| Modifier and Type | Class and Description |
|---|---|
class |
NewCookie |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookies.get(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
default void |
Response.setCookies(Iterable<Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
protected Cookie |
CookieAuthFilter.authCookie(String authData) |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
Payload.cookies() |
| Modifier and Type | Method and Description |
|---|---|
Payload |
Payload.withCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
Payload.withCookies(List<Cookie> cookieList) |
Copyright © 2015. All Rights Reserved.