public class StickyCookieSpec
extends org.apache.http.impl.cookie.DefaultCookieSpec
Constructor and Description |
---|
StickyCookieSpec() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.http.Header> |
formatCookies(List<org.apache.http.cookie.Cookie> cookies) |
List<org.apache.http.cookie.Cookie> |
parse(org.apache.http.Header header,
org.apache.http.cookie.CookieOrigin origin) |
public List<org.apache.http.cookie.Cookie> parse(org.apache.http.Header header, org.apache.http.cookie.CookieOrigin origin) throws org.apache.http.cookie.MalformedCookieException
parse
in interface org.apache.http.cookie.CookieSpec
parse
in class org.apache.http.impl.cookie.DefaultCookieSpec
org.apache.http.cookie.MalformedCookieException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.