public static class AbfsHttpOperation.AbfsHttpOperationWithFixedResult extends AbfsHttpOperation
AbfsHttpOperation.AbfsHttpOperationWithFixedResult| Constructor and Description |
|---|
AbfsHttpOperationWithFixedResult(URL url,
String method,
int httpStatus)
Creates an instance to represent fixed results.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseHeader(String httpHeader) |
getAbfsHttpOperationWithFixedResult, getBytesReceived, getBytesSent, getClientRequestId, getConnection, getExpectedAppendPos, getExpectedBytesToBeSent, getHost, getListResultSchema, getLogString, getMaskedEncodedUrl, getMaskedUrl, getMethod, getRequestId, getStatusCode, getStatusDescription, getStorageErrorCode, getStorageErrorMessage, processResponse, sendRequest, setMaskForSAS, setRequestProperty, toStringpublic AbfsHttpOperationWithFixedResult(URL url, String method, int httpStatus)
url - The full URL including query string parameters.method - The HTTP method (PUT, PATCH, POST, GET, HEAD, or DELETE).httpStatus - StatusCode to hard setpublic String getResponseHeader(String httpHeader)
getResponseHeader in class AbfsHttpOperationCopyright © 2008–2023 Apache Software Foundation. All rights reserved.