public class HttpResponseHandleContext extends Object implements Serializable
| 构造器和说明 |
|---|
HttpResponseHandleContext(YopHttpResponse httpResponse,
Request originRequest,
ExecutionContext executionContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppKey() |
EncryptOptions |
getEncryptOptions() |
YopEncryptor |
getEncryptor() |
String |
getEnv() |
Request |
getOriginRequest() |
String |
getProvider() |
YopHttpResponse |
getResponse() |
YopSigner |
getSigner() |
SignOptions |
getSignOptions() |
YopCredentials<?> |
getYopCredentials() |
boolean |
isEncryptSupported() |
Boolean |
isSkipVerifySign() |
public HttpResponseHandleContext(YopHttpResponse httpResponse, Request originRequest, ExecutionContext executionContext) throws IOException, ExecutionException, InterruptedException
public String getProvider()
public String getEnv()
public String getAppKey()
public YopHttpResponse getResponse()
public Request getOriginRequest()
public YopSigner getSigner()
public SignOptions getSignOptions()
public Boolean isSkipVerifySign()
public YopCredentials<?> getYopCredentials()
public boolean isEncryptSupported()
public YopEncryptor getEncryptor()
public EncryptOptions getEncryptOptions()
Copyright © 2024. All rights reserved.