Interface Request.ContentListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onContent​(Request request, java.nio.ByteBuffer content)
      Callback method invoked when a chunk of request content has been sent successfully.
    • Method Detail

      • onContent

        void onContent​(Request request,
                       java.nio.ByteBuffer content)
        Callback method invoked when a chunk of request content has been sent successfully. Changes to bytes in the given buffer have no effect, as the content has already been sent.
        Parameters:
        request - the request that has been committed
        content - the content