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 Class
oracle.stellent.ridc.common.util.NameValuePair

Packages that use NameValuePair
oracle.stellent.ridc.common.http   
oracle.stellent.ridc.common.http.impl   
oracle.stellent.ridc.common.util   
oracle.stellent.ridc.protocol.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   
oracle.stellent.ridc.protocol.http.oracle.impl   

 

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

 

Method parameters in oracle.stellent.ridc.common.http with type arguments of type NameValuePair
 void RIDCHttpMethod.setQueryString(List<NameValuePair> paramList)
          Set the query string for the request

 

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

 

Subclasses of NameValuePair in oracle.stellent.ridc.common.http.impl
 class RIDCHttpHeaderImpl
          Implementation of the RIDCHttpHeader

 

Uses of NameValuePair in oracle.stellent.ridc.common.util

 

Methods in oracle.stellent.ridc.common.util that return types with arguments of type NameValuePair
static List<NameValuePair> HttpUtils.convertToNVPairs(String query)
          Convert the query string into a list of Name Value pairs

 

Methods in oracle.stellent.ridc.common.util with parameters of type NameValuePair
 int NameValuePair.compareTo(NameValuePair namevaluePair)
          Compare two name value pairs by the key.

 

Uses of NameValuePair in oracle.stellent.ridc.protocol.http

 

Methods in oracle.stellent.ridc.protocol.http that return types with arguments of type NameValuePair
protected  List<NameValuePair> IdcHttpProtocol.getDefaultParameters(ServiceRequest<?> serviceRequest)
          Create a list of the default NameValuePair parameters

 

Method parameters in oracle.stellent.ridc.protocol.http with type arguments of type NameValuePair
protected  int IdcHttpProtocol.executeBinderMethod(ServiceRequest<?> serviceRequest, List<NameValuePair> parameters)
          Execute an HTTP method against the content server that POSTs a binder in HDA format
protected  int IdcHttpProtocol.executeStreamMethod(ServiceRequest<?> serviceRequest, List<NameValuePair> parameters)
          Execute a multipart POST method against the content server that uploads the given files.

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.apache3.impl with type arguments of type NameValuePair
 void HttpApache3Method.setQueryString(List<NameValuePair> params)
          Set the query string for the URL of this method

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.apache3.utils with type arguments of type NameValuePair
static NameValuePair[] Apache3Utils.convert(List<NameValuePair> params)
          Convert RIDC Name value pairs to Apache implementation

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.apache4.impl with type arguments of type NameValuePair
 void HttpApache4Method.setQueryString(List<NameValuePair> nvpairList)
          Set the query string for the request

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.apache4.utils with type arguments of type NameValuePair
static List<? extends org.apache.http.NameValuePair> Apache4Utils.convertNVPair(List<NameValuePair> nvpairList)
          Convert RIDC name value pairs to Apache name value pairs

 

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

 

Method parameters in oracle.stellent.ridc.protocol.http.oracle.impl with type arguments of type NameValuePair
 void HttpOracleMethod.setQueryString(List<NameValuePair> paramList)
           

 


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.