org.apache.http.impl.cookie
Class BasicSecureHandlerHC4

java.lang.Object
  extended by org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
      extended by org.apache.http.impl.cookie.BasicSecureHandlerHC4
All Implemented Interfaces:
org.apache.http.cookie.CookieAttributeHandler

@Immutable
public class BasicSecureHandlerHC4
extends AbstractCookieAttributeHandlerHC4

Since:
4.0

Constructor Summary
BasicSecureHandlerHC4()
           
 
Method Summary
 boolean match(org.apache.http.cookie.Cookie cookie, org.apache.http.cookie.CookieOrigin origin)
           
 void parse(org.apache.http.cookie.SetCookie cookie, java.lang.String value)
           
 
Methods inherited from class org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSecureHandlerHC4

public BasicSecureHandlerHC4()
Method Detail

parse

public void parse(org.apache.http.cookie.SetCookie cookie,
                  java.lang.String value)
           throws org.apache.http.cookie.MalformedCookieException
Throws:
org.apache.http.cookie.MalformedCookieException

match

public boolean match(org.apache.http.cookie.Cookie cookie,
                     org.apache.http.cookie.CookieOrigin origin)
Specified by:
match in interface org.apache.http.cookie.CookieAttributeHandler
Overrides:
match in class AbstractCookieAttributeHandlerHC4