| Package | Description |
|---|---|
| ej.hoka.http |
default HTTP package.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.Builder.build()
Builds the cookie instance.
|
Cookie |
HttpResponse.removeCookie(java.lang.String name)
Remove the cookie mapped by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.addCookie(Cookie cookie)
Adds cookie to the response.
|