Add some javadocs notes that explain the behavior of CookieEncoder.encode(). See #94
This commit is contained in:
parent
8bf84a8737
commit
864167270d
@ -82,6 +82,8 @@ public class CookieEncoder {
|
||||
* 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,
|
||||
* an empty string is returned.
|
||||
*
|
||||
* <strong>Be aware that calling this method will clear the content of the {@link CookieEncoder}</strong>
|
||||
*/
|
||||
public String encode() {
|
||||
String answer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user