| Package | Description |
|---|---|
| org.bridje.http |
| Modifier and Type | Method and Description |
|---|---|
HttpCookie |
HttpBridletResponse.addCookie(String name,
String value)
Adds a new HttpCookie to the response of this request.
|
HttpCookie |
HttpBridletRequest.getCookie(String name)
Gets the specified HTTP cookie.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,HttpCookie> |
HttpBridletRequest.getCookies()
Gets a map with all the cookies sent to the server by the client.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.