| Constructor and Description |
|---|
IgnoreHeadersTransformer(String... headers) |
| Modifier and Type | Method and Description |
|---|---|
Exchange |
apply(Exchange exchange) |
static com.google.common.base.Function<Exchange,Exchange> |
ignoreCommonHeaders()
Predefined transformer removing common headers unnecessary in comparisons:
connection
host
accept
user-agent
accept-encoding
content-length
x-client-timestamp
x-server-timestamp
|
public IgnoreHeadersTransformer(String... headers)
public static com.google.common.base.Function<Exchange,Exchange> ignoreCommonHeaders()
Copyright © 2016–2020. All rights reserved.