| 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 |
HttpBridletResponse.addCookie(String name,
String value,
String path)
Adds a new HttpCookie to the response of this request.
|
HttpCookie |
HttpBridletResponse.addCookie(String name,
String value,
String path,
String domain)
Adds a new HttpCookie to the response of this request.
|
HttpCookie |
HttpBridletResponse.addCookie(String name,
String value,
String path,
String domain,
int maxAge)
Adds a new HttpCookie to the response of this request.
|
HttpCookie |
HttpBridletResponse.addCookie(String name,
String value,
String path,
String domain,
int maxAge,
boolean secure)
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–2018 Bridje Framework. All rights reserved.