Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Uses of Class
oracle.stellent.ridc.RIDCCookie

Packages that use RIDCCookie
oracle.stellent.ridc   
oracle.stellent.ridc.common.http   
oracle.stellent.ridc.protocol.http.apache3.impl   
oracle.stellent.ridc.protocol.http.apache3.utils   
oracle.stellent.ridc.protocol.http.apache4.impl   
oracle.stellent.ridc.protocol.http.apache4.utils   

 

Uses of RIDCCookie in oracle.stellent.ridc

 

Methods in oracle.stellent.ridc that return RIDCCookie
 RIDCCookie IdcContext.getCookie(java.lang.String name)
          Retrieve a cookie by name

 

Methods in oracle.stellent.ridc with parameters of type RIDCCookie
 void IdcContext.addCookie(RIDCCookie cookie)
           

 

Uses of RIDCCookie in oracle.stellent.ridc.common.http

 

Methods in oracle.stellent.ridc.common.http that return types with arguments of type RIDCCookie
 java.util.List<RIDCCookie> RIDCHttpClient.getCookies()
          Get the cookies from the connection

 

Methods in oracle.stellent.ridc.common.http with parameters of type RIDCCookie
 void RIDCHttpClient.addCookie(RIDCCookie cookie)
          Add cookie to the connection

 

Uses of RIDCCookie in oracle.stellent.ridc.protocol.http.apache3.impl

 

Methods in oracle.stellent.ridc.protocol.http.apache3.impl that return types with arguments of type RIDCCookie
 java.util.List<RIDCCookie> HttpApache3Client.getCookies()
          Get the Cookies

 

Methods in oracle.stellent.ridc.protocol.http.apache3.impl with parameters of type RIDCCookie
 void HttpApache3Client.addCookie(RIDCCookie cookie)
          Add a cookie to this client

 

Uses of RIDCCookie in oracle.stellent.ridc.protocol.http.apache3.utils

 

Methods in oracle.stellent.ridc.protocol.http.apache3.utils that return types with arguments of type RIDCCookie
static java.util.List<RIDCCookie> Apache3Utils.convert(org.apache.commons.httpclient.Cookie[] cookies)
          Convert the Apache cookie implementation to generic RIDC Cookies

 

Uses of RIDCCookie in oracle.stellent.ridc.protocol.http.apache4.impl

 

Methods in oracle.stellent.ridc.protocol.http.apache4.impl that return types with arguments of type RIDCCookie
 java.util.List<RIDCCookie> HttpApache4Client.getCookies()
          Get the cookies from the connection

 

Methods in oracle.stellent.ridc.protocol.http.apache4.impl with parameters of type RIDCCookie
 void HttpApache4Client.addCookie(RIDCCookie cookie)
          Add cookie to the connection

 

Uses of RIDCCookie in oracle.stellent.ridc.protocol.http.apache4.utils

 

Methods in oracle.stellent.ridc.protocol.http.apache4.utils that return types with arguments of type RIDCCookie
static java.util.List<RIDCCookie> Apache4Utils.convert(java.util.List<org.apache.http.cookie.Cookie> aCookies)
          Convert Apache cookies to generic RIDC cookies

 


Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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