你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BaseResponse 类
- java.
lang. Object - com.
microsoft. azure. storage. core. BaseResponse
- com.
public class BaseResponse
保留供内部使用。 协议层的基响应类
构造函数摘要
构造函数 | 说明 |
---|---|
BaseResponse() |
专用默认 Ctor |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
getContentMD5(final HttpURLConnection request)
获取 ContentMD5 |
String |
getDate(final HttpURLConnection request)
获取日期 |
String |
getEncryptionKeyHash(HttpURLConnection request)
获取客户端提供的用于加密的加密密钥的哈希。 |
String |
getErrorCode(final HttpURLConnection request)
获取 ErrorCode |
String |
getEtag(final HttpURLConnection request)
获取 Etag |
HashMap<String, String> |
getMetadata(final HttpURLConnection request)
从请求中获取元数据。 |
String |
getRequestId(final HttpURLConnection request)
获取请求 ID。 |
boolean |
isServerEncrypted(HttpURLConnection request)
获取请求是否由服务器加密。 |
boolean |
isServerRequestEncrypted(HttpURLConnection request)
获取请求是否由服务器加密。 |
构造函数详细信息
BaseResponse
protected BaseResponse()
专用默认 Ctor
方法详细信息
getContentMD5
public static String getContentMD5(final HttpURLConnection request)
获取 ContentMD5
参数:
返回:
getDate
public static String getDate(final HttpURLConnection request)
获取日期
参数:
返回:
getEncryptionKeyHash
public static String getEncryptionKeyHash(HttpURLConnection request)
获取客户端提供的用于加密的加密密钥的哈希。
参数:
getErrorCode
public static String getErrorCode(final HttpURLConnection request)
获取 ErrorCode
参数:
返回:
getEtag
public static String getEtag(final HttpURLConnection request)
获取 Etag
参数:
返回:
getMetadata
public static HashMap
从请求中获取元数据。
参数:
返回:
getRequestId
public static String getRequestId(final HttpURLConnection request)
获取请求 ID。
参数:
返回:
isServerEncrypted
public static boolean isServerEncrypted(HttpURLConnection request)
获取请求是否由服务器加密。
参数:
返回:
isServerRequestEncrypted
public static boolean isServerRequestEncrypted(HttpURLConnection request)
获取请求是否由服务器加密。
参数:
返回: