No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | org.apache.http.impl.cookie.RFC2965PortAttributeHandler |
"Port" cookie attribute handler for RFC 2965 cookie spec.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Match cookie port attribute.
|
||||||||||
|
Parse cookie port attribute.
|
||||||||||
|
Validate cookie port attribute.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Match cookie port attribute. If the Port attribute is not specified in header, the cookie can be sent to any port. Otherwise, the request port must be in the cookie's port list.
cookie | Cookie to match |
---|---|
origin | the cookie source to match against |
Parse cookie port attribute.
cookie | Cookie to be updated |
---|---|
portValue | cookie attribute value from the cookie response header |
MalformedCookieException |
---|
Validate cookie port attribute. If the Port attribute was specified in header, the request port must be in cookie's port list.
cookie | Cookie to validate |
---|---|
origin | the cookie source to validate against |
MalformedCookieException |
---|