Skip navigation links

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

E17274-03


Uses of Interface
oracle.stellent.ridc.common.http.RIDCHttpHeader

Packages that use RIDCHttpHeader
oracle.stellent.ridc.common.http   
oracle.stellent.ridc.common.http.impl   
oracle.stellent.ridc.common.http.utils   
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 RIDCHttpHeader in oracle.stellent.ridc.common.http

 

Methods in oracle.stellent.ridc.common.http that return RIDCHttpHeader
 RIDCHttpHeader RIDCHttpMethod.getResponseHeader(java.lang.String headerName)
          Get response header

 

Methods in oracle.stellent.ridc.common.http that return types with arguments of type RIDCHttpHeader
 java.util.List<RIDCHttpHeader> RIDCHttpMethod.getResponseHeaders()
          Get all response headers

 

Uses of RIDCHttpHeader in oracle.stellent.ridc.common.http.impl

 

Classes in oracle.stellent.ridc.common.http.impl that implement RIDCHttpHeader
 class RIDCHttpHeaderImpl
          Implementation of the RIDCHttpHeader

 

Uses of RIDCHttpHeader in oracle.stellent.ridc.common.http.utils

 

Method parameters in oracle.stellent.ridc.common.http.utils with type arguments of type RIDCHttpHeader
static java.util.Map<java.lang.String,java.lang.String> RIDCHttpClientUtils.getResponseHeaders(java.util.List<RIDCHttpHeader> headers)
           

 

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

 

Methods in oracle.stellent.ridc.protocol.http.apache3.impl that return RIDCHttpHeader
 RIDCHttpHeader HttpApache3Method.getResponseHeader(java.lang.String headerName)
          Get the response header

 

Methods in oracle.stellent.ridc.protocol.http.apache3.impl that return types with arguments of type RIDCHttpHeader
 java.util.List<RIDCHttpHeader> HttpApache3Method.getResponseHeaders()
          Get the response headers

 

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

 

Methods in oracle.stellent.ridc.protocol.http.apache3.utils that return types with arguments of type RIDCHttpHeader
static java.util.List<RIDCHttpHeader> Apache3Utils.convertToRIDCHeaders(org.apache.commons.httpclient.Header[] apacheHeaders)
          Convert Apache headers to RIDC headers

 

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

 

Methods in oracle.stellent.ridc.protocol.http.apache4.impl that return RIDCHttpHeader
 RIDCHttpHeader HttpApache4Method.getResponseHeader(java.lang.String headerName)
          Get response header

 

Methods in oracle.stellent.ridc.protocol.http.apache4.impl that return types with arguments of type RIDCHttpHeader
 java.util.List<RIDCHttpHeader> HttpApache4Method.getResponseHeaders()
          Get all response headers

 

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

 

Methods in oracle.stellent.ridc.protocol.http.apache4.utils that return types with arguments of type RIDCHttpHeader
static java.util.List<RIDCHttpHeader> Apache4Utils.convertToRIDCHeaders(org.apache.http.Header[] allHeaders)
          Convert Apache headers to generic RIDC headers

 


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.