Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.protocol.http.util
Class AllCookieSpec

java.lang.Object
  extended by org.apache.commons.httpclient.cookie.CookieSpecBase
      extended by oracle.stellent.ridc.protocol.http.util.AllCookieSpec

All Implemented Interfaces:
org.apache.commons.httpclient.cookie.CookieSpec

public class AllCookieSpec
extends org.apache.commons.httpclient.cookie.CookieSpecBase

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

 

Constructor Summary
AllCookieSpec()
           

 

Method Summary
 void validate(java.lang.String host, int port, java.lang.String path, boolean secure, org.apache.commons.httpclient.Cookie cookie)
          Performs most common Cookie validation

 

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(java.lang.String host,
                     int port,
                     java.lang.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

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.