public abstract class BaseClient extends Object implements Client, StreamingClient
| Modifier and Type | Field and Description |
|---|---|
protected com.azure.core.http.HttpClient |
httpClient |
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
BaseClient(com.azure.core.http.HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
static DataServiceException |
createExceptionFromResponse(String url,
com.azure.core.http.HttpResponse httpResponse,
Exception thrownException,
String errorFromResponse) |
protected reactor.core.publisher.Mono<String> |
postAsync(com.azure.core.http.HttpRequest request,
long timeoutMs) |
protected reactor.core.publisher.Mono<InputStream> |
postToStreamingOutputAsync(com.azure.core.http.HttpRequest request,
long timeoutMs,
int currentRedirectCounter,
int maxRedirectCount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteMgmt, executeMgmt, executeMgmt, executeMgmtAsync, executeMgmtAsync, executeMgmtAsync, executeQuery, executeQuery, executeQuery, executeQueryAsync, executeQueryAsync, executeQueryAsync, executeToJsonResult, executeToJsonResultAsyncexecuteStreamingIngest, executeStreamingIngestAsync, executeStreamingIngestFromBlob, executeStreamingIngestFromBlobAsync, executeStreamingQuery, executeStreamingQuery, executeStreamingQuery, executeStreamingQueryAsync, executeStreamingQueryAsync, executeStreamingQueryAsyncprotected static final org.slf4j.Logger LOGGER
protected com.azure.core.http.HttpClient httpClient
protected reactor.core.publisher.Mono<String> postAsync(com.azure.core.http.HttpRequest request, long timeoutMs)
protected reactor.core.publisher.Mono<InputStream> postToStreamingOutputAsync(com.azure.core.http.HttpRequest request, long timeoutMs, int currentRedirectCounter, int maxRedirectCount)
public static DataServiceException createExceptionFromResponse(String url, com.azure.core.http.HttpResponse httpResponse, Exception thrownException, String errorFromResponse)
Copyright © 2025. All rights reserved.