| Package | Description |
|---|---|
| org.b3log.latke.http |
Latke HTTP server.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Cookie> |
Response.getCookies() |
Set<Cookie> |
Request.getCookies() |
Set<Cookie> |
WebSocketSession.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.addCookie(Cookie cookie) |
void |
Request.addCookie(Cookie cookie) |
void |
WebSocketSession.addCookie(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setCookies(Set<Cookie> cookies) |
void |
Request.setCookies(Set<Cookie> cookies) |
Copyright © 2009–2019 B3log. All rights reserved.