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

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

 

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

 

Methods in oracle.stellent.ridc.common.http that return RIDCHttpClient
 RIDCHttpClient RIDCHttpMethod.getRidcClient()
          Get the connection instance that this method is associated with

 

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

 

Methods in oracle.stellent.ridc.common.http.utils that return RIDCHttpClient
static RIDCHttpClient RIDCHttpClientUtils.createHttpClient(IdcHttpClientConfig config, boolean multithreaded)
           

 

Methods in oracle.stellent.ridc.common.http.utils with parameters of type RIDCHttpClient
static void RIDCHttpClientUtils.addRequestData(IdcContext context, RIDCHttpClient httpClient, RIDCHttpMethod httpMethod, boolean addCookies)
          Set standard request headers, cookies and other info into the HTTP method.

 

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

 

Methods in oracle.stellent.ridc.protocol.http that return RIDCHttpClient
 RIDCHttpClient IdcHttpClientConnection.getHttpClient()
           
 RIDCHttpClient IdcHttpProtocol.getHttpClient()
           

 

Methods in oracle.stellent.ridc.protocol.http with parameters of type RIDCHttpClient
 boolean AuthenticationHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme

 

Constructors in oracle.stellent.ridc.protocol.http with parameters of type RIDCHttpClient
IdcHttpClientConnection(RIDCHttpClient httpClient)
           

 

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

 

Classes in oracle.stellent.ridc.protocol.http.apache3.impl that implement RIDCHttpClient
 class HttpApache3Client
          Implementation of the Client for Apache version 3

 

Methods in oracle.stellent.ridc.protocol.http.apache3.impl that return RIDCHttpClient
 RIDCHttpClient HttpApache3Method.getRidcClient()
          Get the associated client with this method

 

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

 

Classes in oracle.stellent.ridc.protocol.http.apache4.impl that implement RIDCHttpClient
 class HttpApache4Client
          Implementation of the Apache 4.x Http client

 

Methods in oracle.stellent.ridc.protocol.http.apache4.impl that return RIDCHttpClient
 RIDCHttpClient HttpApache4Method.getRidcClient()
          Get the connection instance that this method is associated with

 

Uses of RIDCHttpClient in oracle.stellent.ridc.protocol.http.auth

 

Methods in oracle.stellent.ridc.protocol.http.auth that return RIDCHttpClient
protected  RIDCHttpClient OAM11GWebgateAuthHandler.createHttpClient()
           
protected  RIDCHttpClient FormAuthHandler.createHttpClient()
           
 RIDCHttpClient OAM11GWebgateAuthHandler.getHttpClient()
           
 RIDCHttpClient FormAuthHandler.getHttpClient()
           

 

Methods in oracle.stellent.ridc.protocol.http.auth with parameters of type RIDCHttpClient
 boolean OAM11GWebgateAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod pingMethod)
          Determine if 11g Webgate authentication is in the mix.
 boolean BasicAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 boolean FormAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 boolean OIMSSOAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 boolean OAMSSOAuthHandler.isAuthSupported(RIDCHttpClient httpClient, RIDCHttpMethod httpMethod)
          Determine if the current handler can handle the given response to the auth scheme
 void OAM11GWebgateAuthHandler.setHttpClient(RIDCHttpClient httpClient)
           
 void FormAuthHandler.setHttpClient(RIDCHttpClient httpClient)
           

 

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

 

Classes in oracle.stellent.ridc.protocol.http.oracle.impl that implement RIDCHttpClient
 class HttpOracleClient
           

 


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.