Skip navigation links
oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Class HttpURLConnectionGetMethod
java.lang.Object
oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionMethod
oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionGetMethod
- All Implemented Interfaces:
- RIDCHttpGetMethod, RIDCHttpMethod
-
public final class HttpURLConnectionGetMethod
- extends HttpURLConnectionMethod
- implements RIDCHttpGetMethod
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 |
HttpURLConnectionGetMethod
protected HttpURLConnectionGetMethod(String uri,
HttpURLConnectionClient client)
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
Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.