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
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LogbookCreator.Builderbuilder()static Logbookcreate()Logbook.RequestWritingStageprocess(HttpRequest request)Logbook.RequestWritingStageprocess(HttpRequest request, Strategy strategy)
-
-
-
Method Detail
-
process
Logbook.RequestWritingStage process(HttpRequest request) throws IOException
- Throws:
IOException
-
process
Logbook.RequestWritingStage process(HttpRequest request, Strategy strategy) throws IOException
- Throws:
IOException
-
create
static Logbook create()
-
builder
static LogbookCreator.Builder builder()
-
-