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.RIDCHttpPart

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

 

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

 

Method parameters in oracle.stellent.ridc.common.http with type arguments of type RIDCHttpPart
 void RIDCHttpPostMethod.setRequestEntity(java.util.List<RIDCHttpPart<?>> multipartParts, java.lang.String encoding)
          Set multipart request data for POST action

 

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

 

Classes in oracle.stellent.ridc.common.http.impl that implement RIDCHttpPart
 class RIDCHttpPartImpl<T>
          RIDC HTTP Part Implementation

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.apache3.impl with type arguments of type RIDCHttpPart
 void HttpApache3PostMethod.setRequestEntity(java.util.List<RIDCHttpPart<?>> multipartParts, java.lang.String encoding)
          Set entities for multipart post

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.apache4.impl with type arguments of type RIDCHttpPart
 void HttpApache4PostMethod.setRequestEntity(java.util.List<RIDCHttpPart<?>> multipartParts, java.lang.String encoding)
          Set multipart request data for POST action

 


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.