类 CredentialMiddleware
java.lang.Object
cn.ucloud.common.middleware.BaseMiddleware
cn.ucloud.common.middlewares.CredentialMiddleware
- 所有已实现的接口:
Middleware
CredentialMiddleware is the middleware to calculate signature and inject into request
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.ucloud.common.middleware.BaseMiddleware
handleException, handleResponse从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.ucloud.common.middleware.Middleware
handleException, handleResponse
-
构造器详细资料
-
CredentialMiddleware
public CredentialMiddleware()
-
-
方法详细资料
-
handleRequest
从接口复制的说明:MiddlewareHandle the context includes request object- 指定者:
handleRequest在接口中Middleware- 覆盖:
handleRequest在类中BaseMiddleware- 参数:
context- Context of invoking lifecycle- 返回:
- request object that modified
- 抛出:
UCloudException- the exception during invoking
-