Interface Request.ContentListener

    • Method Detail

      • onContent

        void onContent​(Request request,
                       java.nio.ByteBuffer content)
        Deprecated.
        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