Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
RIDCHttpClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
Modifier and Type | Method and Description |
---|---|
static RIDCHttpClient |
RIDCHttpClientUtils.createHttpClient(RIDCHttpClientProvider clientProvider,
IdcHttpClientConfig config,
boolean multithreaded) |
Modifier and Type | Method and Description |
---|---|
IdcHttpClientConfig |
IdcHttpProtocol.getClientConfig() |
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig> |
IdcHttpClient.createConnectionManager()
Create the connection manager
|
Modifier and Type | Method and Description |
---|---|
IdcHttpClientConnection |
IdcHttpConnectionManager.createConnection(IdcHttpClientConfig clientConfig)
Create a new connection.
|
Constructor and Description |
---|
IdcHttpClient(IdcClientManager clientManager,
IdcHttpClientConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpApache3ClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpApache4ClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpURLConnectionClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
void |
StringEntity.prepareOutBoundRequest(HttpURLConnection uc,
IdcHttpClientConfig config) |
void |
RequestEntity.prepareOutBoundRequest(HttpURLConnection uc,
IdcHttpClientConfig config)
Prepare the URL connection just before sending the data.
|
void |
FormDataEntity.prepareOutBoundRequest(HttpURLConnection uc,
IdcHttpClientConfig config) |
void |
MultipartEntity.prepareOutBoundRequest(HttpURLConnection uc,
IdcHttpClientConfig config) |
Constructor and Description |
---|
HttpURLConnectionClient(IdcHttpClientConfig config) |
Modifier and Type | Method and Description |
---|---|
protected IdcHttpClientConfig |
HttpOracleClient.getConfig() |
Modifier and Type | Method and Description |
---|---|
RIDCHttpClient |
HttpOracleClientProvider.createHttpClient(IdcHttpClientConfig config,
boolean multithreaded) |
Constructor and Description |
---|
HttpOracleClient(IdcHttpClientConfig config) |