| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RIDCHttpGetMethodGeneric interface for HTTP GET Method | 
| interface  | RIDCHttpPostMethodGeneric interface for HTTP POST Method | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | RIDCHttpClientUtils. addRequestData(IdcContext context,
              RIDCHttpClient httpClient,
              RIDCHttpMethod httpMethod,
              IdcRequestConfig requestConfig,
              boolean addCookies)Set standard request headers, cookies and other info into the HTTP method. | 
| Modifier and Type | Method and Description | 
|---|---|
| RIDCHttpMethod | IdcHttpProtocol. getHttpMethod() | 
| RIDCHttpMethod | IdcHttpClientConnection. getMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | IdcHttpProtocol. addRequestData(RIDCHttpMethod httpMethod)Set standard request headers, cookies and other info into the HTTP method. | 
| boolean | AuthenticationHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme | 
| void | IdcHttpClientConnection. setMethod(RIDCHttpMethod method) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpApache3GetMethodGet Method implementation for Apache 3.x | 
| class  | HttpApache3Method<M extends org.apache.commons.httpclient.HttpMethodBase>Method implementation for Apache 3.x | 
| class  | HttpApache3PostMethodHttp Post method implementation for Apache 3.x | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpApache4GetMethodApache 4.x implementation of the GET Method | 
| class  | HttpApache4Method<M extends org.apache.http.client.methods.HttpRequestBase>Abstract implementation of the GET and POST method in Apache 4.x | 
| class  | HttpApache4PostMethodHttp Post method implementation in Apache 4.x | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RIDCHttpMethod | OIMSSOAuthHandler. createPingMethod()Create the method used to PING the server | 
| protected RIDCHttpMethod | OAMSSOAuthHandler. createPingMethod()Create the method used to PING the server | 
| protected RIDCHttpMethod | OIMSSOAuthHandler. createRedirectMethod(RIDCHttpMethod httpMethod)Create a method to follow a redirect, using the Location response header. | 
| RIDCHttpMethod | FormAuthHandler. getPingMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RIDCHttpMethod | OIMSSOAuthHandler. createRedirectMethod(RIDCHttpMethod httpMethod)Create a method to follow a redirect, using the Location response header. | 
| protected void | OIMSSOAuthHandler. handleFormResponse(RIDCHttpMethod postMethod,
                  int status)Handle processing the response from the form login | 
| protected void | FormAuthHandler. handleFormResponse(RIDCHttpMethod postMethod,
                  int status)Handle processing the response from the form login | 
| protected void | OAMSSOAuthHandler. handleFormResponse(RIDCHttpMethod postMethod,
                  int status)Handle processing the response from the form login | 
| boolean | BasicAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme | 
| boolean | BearerTokenAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme | 
| boolean | OIMSSOAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme | 
| boolean | FormAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme | 
| boolean | OAM11GWebgateAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod pingMethod)Determine if 11g Webgate authentication is in the mix. | 
| boolean | OAMSSOAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod)Determine if the current handler can handle the given response to the auth scheme | 
| boolean | GenericAuthHandler. isAuthSupported(RIDCHttpClient httpClient,
               RIDCHttpMethod httpMethod) | 
| protected void | OIMSSOAuthHandler. readUnusedResponseBody(RIDCHttpMethod method)Read and discard the response body from the HttpMethod. | 
| void | FormAuthHandler. setPingMethod(RIDCHttpMethod pingMethod) | 
| protected void | OAM11GWebgateAuthHandler. throwFailedAuthenticationException(RIDCHttpMethod method) | 
| protected void | FormAuthHandler. throwFormValidateException(RIDCHttpMethod postMethod)Throw the form validation exception | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpURLConnectionGetMethod | 
| class  | HttpURLConnectionMethod | 
| class  | HttpURLConnectionPostMethod | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpOracleGetMethod | 
| class  | HttpOracleMethod | 
| class  | HttpOraclePostMethod |