java.lang.Object
io.avaje.http.client.RequestLogger
- All Implemented Interfaces:
RequestListener
public class RequestLogger extends Object implements RequestListener
Logs request and response details for debug logging purposes.
This implementation logs the request and response with the same single logging entry rather than separate logging of the request and response.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.avaje.http.client.RequestListener
RequestListener.Event
-
Constructor Summary
Constructors Constructor Description RequestLogger()
Create using the \n new line character.RequestLogger(String delimiter)
Create with a given line delimiter. -
Method Summary
Modifier and Type Method Description void
response(RequestListener.Event event)
Handle the response.
-
Constructor Details
-
RequestLogger
public RequestLogger()Create using the \n new line character. -
RequestLogger
Create with a given line delimiter.
-
-
Method Details
-
response
Description copied from interface:RequestListener
Handle the response.- Specified by:
response
in interfaceRequestListener
-