Package | Description |
---|---|
bayou.http |
Http server.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Cookie> |
HttpResponseImpl.cookies()
Get the cookies.
|
List<Cookie> |
HttpResponse.cookies()
Response cookies.
|
static Collection<Cookie> |
CookieJar.getAllChanges()
Get all changes in all fiber-local CookieJars.
|
Collection<Cookie> |
CookieJar.getChanges()
Get all changes to this jar.
|
Async<List<Cookie>> |
CookieStorage.getCookies(HttpRequest request)
Get the cookies that should be sent with the request.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseImpl |
HttpResponseImpl.cookie(Cookie cookie)
Add a cookie.
|
String |
CookieJar.put(Cookie cookie)
Add a cookie to this jar.
|