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.httpurlconnection.impl
Class HttpURLConnectionGetMethod

java.lang.Object
  extended by oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionMethod
      extended by oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionGetMethod

All Implemented Interfaces:
RIDCHttpGetMethod, RIDCHttpMethod

public final class HttpURLConnectionGetMethod
extends HttpURLConnectionMethod
implements RIDCHttpGetMethod

Field Summary

 

Fields inherited from class oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionMethod
serviceLog

 

Constructor Summary
protected HttpURLConnectionGetMethod(String uri, HttpURLConnectionClient client)
           

 

Method Summary
 void setFollowRedirects(boolean followRedirects)
          Set the follow directs option for the connection

 

Methods inherited from class oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionMethod
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, 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, setParameter, setQueryString, setRequestHeader, setServiceLog

 

Constructor Detail

HttpURLConnectionGetMethod

protected HttpURLConnectionGetMethod(String uri,
                                     HttpURLConnectionClient client)

Method Detail

setFollowRedirects

public void setFollowRedirects(boolean followRedirects)
Description copied from interface: RIDCHttpMethod
Set the follow directs option for the connection
Specified by:
setFollowRedirects in interface RIDCHttpMethod

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.