Interface ClientLogger

All Known Implementing Classes:
DefaultClientLogger

public interface ClientLogger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logRequest(io.vertx.core.http.HttpClientRequest request, io.vertx.core.buffer.Buffer body, boolean omitBody)
     
    void
    logResponse(io.vertx.core.http.HttpClientResponse response, boolean redirect)
     
    void
    setBodySize(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)