public class RestTemplateCopyHeaderFilter extends Object implements org.apache.servicecomb.common.rest.filter.HttpClientFilter
| Constructor and Description |
|---|
RestTemplateCopyHeaderFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.servicecomb.swagger.invocation.Response |
afterReceiveResponse(org.apache.servicecomb.core.Invocation invocation,
org.apache.servicecomb.foundation.vertx.http.HttpServletResponseEx responseEx) |
CompletableFuture<Void> |
beforeSendRequestAsync(org.apache.servicecomb.core.Invocation invocation,
org.apache.servicecomb.foundation.vertx.http.HttpServletRequestEx requestEx) |
int |
getOrder() |
public int getOrder()
getOrder in interface org.apache.servicecomb.common.rest.filter.HttpClientFilterpublic CompletableFuture<Void> beforeSendRequestAsync(org.apache.servicecomb.core.Invocation invocation, org.apache.servicecomb.foundation.vertx.http.HttpServletRequestEx requestEx)
beforeSendRequestAsync in interface org.apache.servicecomb.common.rest.filter.HttpClientFilterpublic org.apache.servicecomb.swagger.invocation.Response afterReceiveResponse(org.apache.servicecomb.core.Invocation invocation,
org.apache.servicecomb.foundation.vertx.http.HttpServletResponseEx responseEx)
afterReceiveResponse in interface org.apache.servicecomb.common.rest.filter.HttpClientFilterCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.