@API(status=STABLE)
public interface Logbook
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Logbook.RequestWritingStage |
static interface |
Logbook.ResponseProcessingStage |
static interface |
Logbook.ResponseWritingStage |
| Modifier and Type | Method and Description |
|---|---|
static LogbookCreator.Builder |
builder() |
static Logbook |
create() |
Logbook.RequestWritingStage |
process(HttpRequest request) |
Logbook.RequestWritingStage |
process(HttpRequest request,
Strategy strategy) |
Logbook.RequestWritingStage process(HttpRequest request) throws IOException
IOExceptionLogbook.RequestWritingStage process(HttpRequest request, Strategy strategy) throws IOException
IOExceptionstatic Logbook create()
static LogbookCreator.Builder builder()
Copyright © 2015–2021 Zalando SE. All rights reserved.