Package cronapi.pushnotification
Class HeaderRequestInterceptor
java.lang.Object
cronapi.pushnotification.HeaderRequestInterceptor
- All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestInterceptor
public class HeaderRequestInterceptor
extends Object
implements org.springframework.http.client.ClientHttpRequestInterceptor
Classe que representa ...
- Since:
- 2018-01-24
- Version:
- 1.0
- Author:
- Usuário de Teste
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpResponseintercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution)
-
Constructor Details
-
HeaderRequestInterceptor
-
-
Method Details
-
intercept
public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request, byte[] body, org.springframework.http.client.ClientHttpRequestExecution execution) throws IOException - Specified by:
interceptin interfaceorg.springframework.http.client.ClientHttpRequestInterceptor- Throws:
IOException
-