Interface ClientLogger

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • 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)