Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
RIDCHttpClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
RIDCHttpClient |
RIDCHttpMethod.getRidcClient()
Get the connection instance that this method is associated with
|
Modifier and Type | Method and Description |
---|---|
static RIDCHttpClient |
RIDCHttpClientUtils.createHttpClient(RIDCHttpClientProvider clientProvider,
IdcHttpClientConfig config,
boolean multithreaded) |
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 |
---|---|
RIDCHttpClient |
IdcHttpProtocol.getHttpClient() |
RIDCHttpClient |
IdcHttpClientConnection.getHttpClient() |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationHandler.isAuthSupported(RIDCHttpClient httpClient,
RIDCHttpMethod httpMethod)
Determine if the current handler can handle the given response to the auth scheme
|
Constructor and Description |
---|
IdcHttpClientConnection(RIDCHttpClient httpClient) |
Modifier and Type | Class and Description |
---|---|
class |
HttpApache3Client
Implementation of the Client for Apache version 3
|
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpApache3ClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
RIDCHttpClient |
HttpApache3Method.getRidcClient()
Get the associated client with this method
|
Modifier and Type | Class and Description |
---|---|
class |
HttpApache4Client
Implementation of the Apache 4.x Http client
|
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpApache4ClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
RIDCHttpClient |
HttpApache4Method.getRidcClient()
Get the connection instance that this method is associated with
|
Modifier and Type | Method and Description |
---|---|
protected RIDCHttpClient |
FormAuthHandler.createHttpClient() |
protected RIDCHttpClient |
OAM11GWebgateAuthHandler.createHttpClient() |
RIDCHttpClient |
FormAuthHandler.getHttpClient() |
RIDCHttpClient |
OAM11GWebgateAuthHandler.getHttpClient() |
Modifier and Type | Method and Description |
---|---|
static boolean |
OAM11GWebgateAuthHandler.hasOAM11gWebGateCookie(RIDCHttpClient httpClient) |
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) |
void |
FormAuthHandler.setHttpClient(RIDCHttpClient httpClient) |
void |
OAM11GWebgateAuthHandler.setHttpClient(RIDCHttpClient httpClient) |
Modifier and Type | Class and Description |
---|---|
class |
HttpURLConnectionClient
RIDC http protocol implemented using
HttpURLConnection |
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpURLConnectionClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
Modifier and Type | Class and Description |
---|---|
class |
HttpOracleClient |
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpOracleClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |