Skip navigation links

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

E17274-04


oracle.stellent.ridc.protocol.http.apache4.impl
Class HttpApache4GetMethod

java.lang.Object
  extended by oracle.stellent.ridc.protocol.http.apache4.impl.HttpApache4Method<org.apache.http.client.methods.HttpGet>
      extended by oracle.stellent.ridc.protocol.http.apache4.impl.HttpApache4GetMethod

All Implemented Interfaces:
RIDCHttpGetMethod, RIDCHttpMethod

public class HttpApache4GetMethod
extends HttpApache4Method<org.apache.http.client.methods.HttpGet>
implements RIDCHttpGetMethod

Apache 4.x implementation of the GET Method


Field Summary

 

Fields inherited from class oracle.stellent.ridc.protocol.http.apache4.impl.HttpApache4Method
httpClient, method, serviceLog

 

Constructor Summary
HttpApache4GetMethod(String url, HttpApache4Client httpApache4Client)
          Constructor

 

Method Summary
protected  void logRequest(String logID, org.apache.http.client.methods.HttpGet method)
           

 

Methods inherited from class oracle.stellent.ridc.protocol.http.apache4.impl.HttpApache4Method
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, logResponse, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestHeader, setServiceLog

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.stellent.ridc.common.http.RIDCHttpMethod
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, setFollowRedirects, setParameter, setQueryString, setRequestHeader, setServiceLog

 

Constructor Detail

HttpApache4GetMethod

public HttpApache4GetMethod(String url,
                            HttpApache4Client httpApache4Client)
Constructor
Parameters:
url -
httpApache4Client -

Method Detail

logRequest

protected void logRequest(String logID,
                          org.apache.http.client.methods.HttpGet method)
Overrides:
logRequest in class HttpApache4Method<org.apache.http.client.methods.HttpGet>

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.