Skip navigation links
oracle.stellent.ridc.protocol.http.util
Class AllCookieSpec
java.lang.Object
org.apache.commons.httpclient.cookie.CookieSpecBase
oracle.stellent.ridc.protocol.http.util.AllCookieSpec
- All Implemented Interfaces:
- CookieSpec
Deprecated. Use the apache 3 specific oracle.stellent.ridc.protocol.http.apache3.utils.AllCookieSpec
-
@Deprecated
public class AllCookieSpec
- extends CookieSpecBase
| Methods inherited from class org.apache.commons.httpclient.cookie.CookieSpecBase |
domainMatch, formatCookie, formatCookieHeader, formatCookieHeader, formatCookies, getValidDateFormats, match, match, parse, parse, parseAttribute, pathMatch, setValidDateFormats |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllCookieSpec
public AllCookieSpec()
- Deprecated.
validate
public void validate(String host,
int port,
String path,
boolean secure,
Cookie cookie)
throws MalformedCookieException
- Deprecated.
- Performs most common
Cookie validation
-
- Specified by:
validate in interface CookieSpec
- Overrides:
validate in class CookieSpecBase
-
- Parameters:
host - the host from which the Cookie was received
port - the port from which the Cookie was received
path - the path from which the Cookie was received
secure - true when the Cookie was received using a secure connection
cookie - The cookie to validate.
- Throws:
MalformedCookieException - if an exception occurs during validation
Skip navigation links
Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.