Skip navigation links

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

E17274-05


oracle.stellent.ridc.protocol.http.apache3.impl
Class HttpApache3GetMethod

java.lang.Object
  extended by oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3Method<GetMethod>
      extended by oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3GetMethod

All Implemented Interfaces:
RIDCHttpGetMethod, RIDCHttpMethod

public class HttpApache3GetMethod
extends HttpApache3Method<GetMethod>
implements RIDCHttpGetMethod

Get Method implementation for Apache 3.x


Field Summary

 

Fields inherited from class oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3Method
apacheMethod, ridcClient, serviceLog

 

Constructor Summary
HttpApache3GetMethod(String url, HttpApache3Client httpApache3Client)
          Create the GET Method

 

Method Summary
protected  void logRequest(String logID, GetMethod method)
           

 

Methods inherited from class oracle.stellent.ridc.protocol.http.apache3.impl.HttpApache3Method
addRequestHeader, execute, getDelegateObject, 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

HttpApache3GetMethod

public HttpApache3GetMethod(String url,
                            HttpApache3Client httpApache3Client)
Create the GET Method
Parameters:
url - the url
httpApache3Client - the associated client

Method Detail

logRequest

protected void logRequest(String logID,
                          GetMethod method)
Overrides:
logRequest in class HttpApache3Method<GetMethod>

Skip navigation links

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

E17274-05


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