Package org.zalando.logbook
Interface Logbook
@API(status=STABLE)
public interface Logbook
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLogbook.RequestWritingStagestatic interfaceLogbook.ResponseProcessingStagestatic interfaceLogbook.ResponseWritingStage -
Method Summary
Modifier and Type Method Description static LogbookCreator.Builderbuilder()static Logbookcreate()Logbook.RequestWritingStageprocess(HttpRequest request)Logbook.RequestWritingStageprocess(HttpRequest request, Strategy strategy)
-
Method Details
-
process
- Throws:
java.io.IOException
-
process
Logbook.RequestWritingStage process(HttpRequest request, Strategy strategy) throws java.io.IOException- Throws:
java.io.IOException
-
create
-
builder
-