类 SignerClientHttpRequestInterceptor
- java.lang.Object
-
- org.opoo.ootp.signer.spring.SignerClientHttpRequestInterceptor
-
- 所有已实现的接口:
org.springframework.http.client.ClientHttpRequestInterceptor
public class SignerClientHttpRequestInterceptor extends java.lang.Object implements org.springframework.http.client.ClientHttpRequestInterceptor
-
-
构造器概要
构造器 构造器 说明 SignerClientHttpRequestInterceptor(Signer signer)
-
-
-
构造器详细资料
-
SignerClientHttpRequestInterceptor
public SignerClientHttpRequestInterceptor(Signer signer)
-
-
方法详细资料
-
intercept
public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution) throws java.io.IOException- 指定者:
intercept在接口中org.springframework.http.client.ClientHttpRequestInterceptor- 抛出:
java.io.IOException
-
-