public class ZombieHttpInterceptor extends Object implements org.springframework.http.client.ClientHttpRequestInterceptor, org.springframework.web.context.ServletContextAware
| Constructor and Description |
|---|
ZombieHttpInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpResponse |
intercept(org.springframework.http.HttpRequest request,
byte[] body,
org.springframework.http.client.ClientHttpRequestExecution execution) |
void |
setServletContext(javax.servlet.ServletContext context) |
public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request,
byte[] body,
org.springframework.http.client.ClientHttpRequestExecution execution)
throws IOException
intercept in interface org.springframework.http.client.ClientHttpRequestInterceptorIOExceptionpublic void setServletContext(javax.servlet.ServletContext context)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2019. All rights reserved.