Interface ClientLogger
-
- All Known Implementing Classes:
DefaultClientLogger
public interface ClientLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogRequest(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)
-