|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogSpecification<T extends RequestSender>
Base interface for request- and response log specifications.
| Method Summary | |
|---|---|
T |
all()
Logs everything in the specification, including e.g. |
T |
all(boolean shouldPrettyPrint)
Logs everything in the specification, including e.g. |
T |
body()
Logs only the content of the body. |
T |
body(boolean shouldPrettyPrint)
Logs only the content of the body and pretty-print the body if specified. |
T |
cookies()
Logs only the cookies. |
T |
everything()
Logs everything in the specification, including e.g. |
T |
everything(boolean shouldPrettyPrint)
Logs everything in the specification, including e.g. |
T |
headers()
Logs only the headers. |
| Method Detail |
|---|
T body()
T body(boolean shouldPrettyPrint)
shouldPrettyPrint - true if the body should be pretty-printed, false otherwise.
T all()
T all(boolean shouldPrettyPrint)
shouldPrettyPrint - true if the body should be pretty-printed, false otherwise.
T everything()
T everything(boolean shouldPrettyPrint)
shouldPrettyPrint - true if the body should be pretty-printed, false otherwise.
T headers()
T cookies()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||