HttpClient 4.1.1
Package Index
|
Class Index
org.apache.http.auth
org.apache.http.auth.params
org.apache.http.client
org.apache.http.client.entity
org.apache.http.client.methods
org.apache.http.client.params
org.apache.http.client.protocol
org.apache.http.client.utils
org.apache.http.conn
org.apache.http.conn.params
org.apache.http.conn.routing
org.apache.http.conn.scheme
org.apache.http.conn.ssl
org.apache.http.conn.util
org.apache.http.cookie
org.apache.http.cookie.params
org.apache.http.impl.auth
org.apache.http.impl.client
org.apache.http.impl.conn
org.apache.http.impl.conn.tsccm
org.apache.http.impl.cookie
Classes
AbstractCookieAttributeHandler
AbstractCookieSpec
BasicClientCookie
BasicClientCookie2
BasicCommentHandler
BasicDomainHandler
BasicExpiresHandler
BasicMaxAgeHandler
BasicPathHandler
BasicSecureHandler
BestMatchSpec
BestMatchSpecFactory
BrowserCompatSpec
BrowserCompatSpecFactory
CookieSpecBase
DateUtils
IgnoreSpec
IgnoreSpecFactory
NetscapeDomainHandler
NetscapeDraftHeaderParser
NetscapeDraftSpec
NetscapeDraftSpecFactory
PublicSuffixFilter
PublicSuffixListParser
RFC2109DomainHandler
RFC2109Spec
RFC2109SpecFactory
RFC2109VersionHandler
RFC2965CommentUrlAttributeHandler
RFC2965DiscardAttributeHandler
RFC2965DomainAttributeHandler
RFC2965PortAttributeHandler
RFC2965Spec
RFC2965SpecFactory
RFC2965VersionAttributeHandler
Exceptions
DateParseException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Also:
HttpClient
public class
BasicCommentHandler
extends
AbstractCookieAttributeHandler
java.lang.Object
↳
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
↳
org.apache.http.impl.cookie.BasicCommentHandler
Summary
Public Constructors
BasicCommentHandler
()
Public Methods
void
parse
(
SetCookie
cookie,
String
value)
[Expand]
Inherited Methods
From class
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
boolean
match
(
Cookie
cookie,
CookieOrigin
origin)
Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
void
validate
(
Cookie
cookie,
CookieOrigin
origin)
Peforms cookie validation for the given attribute value.
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.apache.http.cookie.CookieAttributeHandler
abstract boolean
match
(
Cookie
cookie,
CookieOrigin
origin)
Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
abstract void
parse
(
SetCookie
cookie,
String
value)
Parse the given cookie attribute value and update the corresponding
Cookie
property.
abstract void
validate
(
Cookie
cookie,
CookieOrigin
origin)
Peforms cookie validation for the given attribute value.
Public Constructors
public
BasicCommentHandler
()
Also:
HttpClient
Public Methods
public void
parse
(
SetCookie
cookie,
String
value)
Also:
HttpClient
Throws
MalformedCookieException