Skip navigation links

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

E17274-04


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   
oracle.stellent.ridc.protocol.http.oracle.impl   

 

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

 

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

 

Methods in oracle.stellent.ridc.common.http that return types with arguments of type RIDCHttpHeader
 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 Map<String,String> RIDCHttpClientUtils.getResponseHeaders(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(String headerName)
          Get the response header

 

Methods in oracle.stellent.ridc.protocol.http.apache3.impl that return types with arguments of type RIDCHttpHeader
 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 List<RIDCHttpHeader> Apache3Utils.convertToRIDCHeaders(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(String headerName)
          Get response header

 

Methods in oracle.stellent.ridc.protocol.http.apache4.impl that return types with arguments of type RIDCHttpHeader
 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 List<RIDCHttpHeader> Apache4Utils.convertToRIDCHeaders(org.apache.http.Header[] allHeaders)
          Convert Apache headers to generic RIDC headers

 

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

 

Methods in oracle.stellent.ridc.protocol.http.oracle.impl that return RIDCHttpHeader
 RIDCHttpHeader HttpOracleMethod.getResponseHeader(String headerName)
           

 

Methods in oracle.stellent.ridc.protocol.http.oracle.impl that return types with arguments of type RIDCHttpHeader
 List<RIDCHttpHeader> HttpOracleMethod.getResponseHeaders()
           

 


Skip navigation links

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

E17274-04


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