| Modifier and Type | Interface and Description |
|---|---|
interface |
ForwardingHttpRequest |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
ForwardingHttpRequest.delegate() |
HttpRequest |
RequestFilter.filter(HttpRequest request) |
default HttpRequest |
Strategy.process(HttpRequest request)
This method is being called right before the request body is being buffered.
|
HttpRequest |
HttpRequest.withBody() |
default HttpRequest |
ForwardingHttpRequest.withBody() |
HttpRequest |
HttpRequest.withoutBody() |
default HttpRequest |
ForwardingHttpRequest.withoutBody() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
RequestFilter.filter(HttpRequest request) |
default String |
StructuredHttpLogFormatter.format(Precorrelation precorrelation,
HttpRequest request) |
String |
HttpLogFormatter.format(Precorrelation precorrelation,
HttpRequest request) |
String |
CorrelationId.generate(HttpRequest request) |
default Map<String,Object> |
StructuredHttpLogFormatter.prepare(Precorrelation precorrelation,
HttpRequest request)
Produces a map of individual properties from an HTTP request.
|
default String |
StructuredHttpLogFormatter.preparePort(HttpRequest request) |
default HttpRequest |
Strategy.process(HttpRequest request)
This method is being called right before the request body is being buffered.
|
Logbook.RequestWritingStage |
Logbook.process(HttpRequest request) |
default HttpResponse |
Strategy.process(HttpRequest request,
HttpResponse response)
This method is being called right before the response body is being buffered.
|
Logbook.RequestWritingStage |
Logbook.process(HttpRequest request,
Strategy strategy) |
void |
Sink.write(Correlation correlation,
HttpRequest request,
HttpResponse response) |
default void |
Strategy.write(Correlation correlation,
HttpRequest request,
HttpResponse response,
Sink sink)
This method is being called right after the response body was buffered.
|
void |
Sink.write(Precorrelation precorrelation,
HttpRequest request) |
default void |
Strategy.write(Precorrelation precorrelation,
HttpRequest request,
Sink sink)
This method is being called right after the response body was buffered.
|
default void |
Sink.writeBoth(Correlation correlation,
HttpRequest request,
HttpResponse response) |
Copyright © 2015–2021 Zalando SE. All rights reserved.