|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.http.impl.cookie.RFC2965PortAttributeHandlerHC4
@Immutable public class RFC2965PortAttributeHandlerHC4
"Port" cookie attribute handler for RFC 2965 cookie spec.
| Constructor Summary | |
|---|---|
RFC2965PortAttributeHandlerHC4()
|
|
| Method Summary | |
|---|---|
boolean |
match(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
Match cookie port attribute. |
void |
parse(org.apache.http.cookie.SetCookie cookie,
java.lang.String portValue)
Parse cookie port attribute. |
void |
validate(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
Validate cookie port attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFC2965PortAttributeHandlerHC4()
| Method Detail |
|---|
public void parse(org.apache.http.cookie.SetCookie cookie,
java.lang.String portValue)
throws org.apache.http.cookie.MalformedCookieException
parse in interface org.apache.http.cookie.CookieAttributeHandlerorg.apache.http.cookie.MalformedCookieException
public void validate(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
throws org.apache.http.cookie.MalformedCookieException
validate in interface org.apache.http.cookie.CookieAttributeHandlerorg.apache.http.cookie.MalformedCookieException
public boolean match(org.apache.http.cookie.Cookie cookie,
org.apache.http.cookie.CookieOrigin origin)
match in interface org.apache.http.cookie.CookieAttributeHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||