Interface ClientLogger
- All Known Implementing Classes:
DefaultClientLogger
public interface ClientLogger
-
Method Summary
Modifier and TypeMethodDescriptionvoidlogRequest(io.vertx.core.http.HttpClientRequest request, io.vertx.core.buffer.Buffer body, boolean omitBody) voidlogResponse(io.vertx.core.http.HttpClientResponse response, boolean redirect) voidsetBodySize(int bodySize)
-
Method Details
-
setBodySize
void setBodySize(int bodySize) -
logResponse
void logResponse(io.vertx.core.http.HttpClientResponse response, boolean redirect) -
logRequest
void logRequest(io.vertx.core.http.HttpClientRequest request, io.vertx.core.buffer.Buffer body, boolean omitBody)
-