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
-
Field Summary
Fields inherited from class oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionMethod
requestConfig, serviceLog -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHttpURLConnectionGetMethod(String uri, HttpURLConnectionClient client) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFollowRedirects(boolean followRedirects) Set the follow directs option for the connectionMethods inherited from class oracle.stellent.ridc.protocol.http.httpurlconnection.impl.HttpURLConnectionMethod
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, setParameter, setQueryString, setRequestConfig, setRequestHeader, setServiceLogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.stellent.ridc.common.http.RIDCHttpMethod
addRequestHeader, execute, getResponseBodyAsStream, getResponseHeader, getResponseHeaders, getRidcClient, getStatusCode, getStatusLine, getURI, releaseConnection, setCookiePolicy, setParameter, setQueryString, setRequestConfig, setRequestHeader, setServiceLog
-
Constructor Details
-
HttpURLConnectionGetMethod
-
-
Method Details
-
setFollowRedirects
public void setFollowRedirects(boolean followRedirects) Description copied from interface:RIDCHttpMethodSet the follow directs option for the connection- Specified by:
setFollowRedirectsin interfaceRIDCHttpMethod
-