Class StickyCookieSpec

  • All Implemented Interfaces:
    org.apache.http.cookie.CookieSpec

    public class StickyCookieSpec
    extends org.apache.http.impl.cookie.DefaultCookieSpec
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.apache.http.Header> formatCookies​(java.util.List<org.apache.http.cookie.Cookie> cookies)  
      java.util.List<org.apache.http.cookie.Cookie> parse​(org.apache.http.Header header, org.apache.http.cookie.CookieOrigin origin)  
      • Methods inherited from class org.apache.http.impl.cookie.DefaultCookieSpec

        getVersion, getVersionHeader, match, toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StickyCookieSpec

        public StickyCookieSpec()
    • Method Detail

      • parse

        public java.util.List<org.apache.http.cookie.Cookie> parse​(org.apache.http.Header header,
                                                                   org.apache.http.cookie.CookieOrigin origin)
                                                            throws org.apache.http.cookie.MalformedCookieException
        Specified by:
        parse in interface org.apache.http.cookie.CookieSpec
        Overrides:
        parse in class org.apache.http.impl.cookie.DefaultCookieSpec
        Throws:
        org.apache.http.cookie.MalformedCookieException
      • formatCookies

        public java.util.List<org.apache.http.Header> formatCookies​(java.util.List<org.apache.http.cookie.Cookie> cookies)
        Specified by:
        formatCookies in interface org.apache.http.cookie.CookieSpec
        Overrides:
        formatCookies in class org.apache.http.impl.cookie.DefaultCookieSpec