Interface Request.CommitListener

    • Method Detail

      • onCommit

        void onCommit​(Request request)
        Deprecated.
        Callback method invoked when the request headers (and perhaps small content) have been sent. The request is now committed, and in transit to the server, and further modifications to the request may have no effect.
        Parameters:
        request - the request that has been committed