java.lang.Object
io.avaje.http.client.RequestLogger
- All Implemented Interfaces:
RequestListener
Logs request and response details for debug logging purposes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.avaje.http.client.RequestListener
RequestListener.Event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
response(RequestListener.Event event)
Handle the response.
-
Constructor Details
-
RequestLogger
public RequestLogger() -
RequestLogger
-
-
Method Details
-
response
Description copied from interface:RequestListener
Handle the response.- Specified by:
response
in interfaceRequestListener
-