public final class TraceClientHttpRequestInterceptor extends Object implements org.springframework.http.client.ClientHttpRequestInterceptor
| Constructor and Description |
|---|
TraceClientHttpRequestInterceptor() |
TraceClientHttpRequestInterceptor(Backend backend,
HttpHeaderTransport transportSerialization,
String profile) |
TraceClientHttpRequestInterceptor(String profile) |
| 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) |
public TraceClientHttpRequestInterceptor()
public TraceClientHttpRequestInterceptor(String profile)
public TraceClientHttpRequestInterceptor(Backend backend, HttpHeaderTransport transportSerialization, String profile)
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.ClientHttpRequestInterceptorIOExceptionCopyright © 2020. All rights reserved.