Add a note that explain the behavior of CookieEncoder (#94)
- Contributed by @normanmaurer
This commit is contained in:
parent
b5d715343a
commit
5e896cf0b3
@ -82,6 +82,9 @@ public class CookieEncoder {
|
|||||||
* Encodes the {@link Cookie}s which were added by {@link #addCookie(Cookie)}
|
* Encodes the {@link Cookie}s which were added by {@link #addCookie(Cookie)}
|
||||||
* so far into an HTTP header value. If no {@link Cookie}s were added,
|
* so far into an HTTP header value. If no {@link Cookie}s were added,
|
||||||
* an empty string is returned.
|
* an empty string is returned.
|
||||||
|
*
|
||||||
|
* <strong>Be aware that calling this method will clear the {@link Cookie}s you added to
|
||||||
|
* this encoder.</strong>
|
||||||
*/
|
*/
|
||||||
public String encode() {
|
public String encode() {
|
||||||
String answer;
|
String answer;
|
||||||
|
Loading…
Reference in New Issue
Block a user