Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
12c Release 2 (12.2.1.2.0)
E77878-01
- java.lang.Object
-
- org.apache.commons.httpclient.cookie.CookieSpecBase
-
- oracle.stellent.ridc.protocol.http.apache3.utils.AllCookieSpec
-
-
Field Summary
-
Fields inherited from class org.apache.commons.httpclient.cookie.CookieSpecBase
LOG
-
Fields inherited from interface org.apache.commons.httpclient.cookie.CookieSpec
PATH_DELIM, PATH_DELIM_CHAR
-
Method Summary
-
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
-
-
Constructor Detail
-
AllCookieSpec
public AllCookieSpec()
-
Method Detail
-
validate
public void validate(String host,
int port,
String path,
boolean secure,
org.apache.commons.httpclient.Cookie cookie)
throws org.apache.commons.httpclient.cookie.MalformedCookieException
Performs most common Cookie
validation
- Specified by:
validate
in interface org.apache.commons.httpclient.cookie.CookieSpec
- Overrides:
validate
in class org.apache.commons.httpclient.cookie.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:
org.apache.commons.httpclient.cookie.MalformedCookieException
- if an exception occurs during validation
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
12c Release 2 (12.2.1.2.0)
E77878-01
Copyright © 2008, 2016, Oracle and/or its affiliates. All rights reserved.