Interface FilterableReservedStreamingHttpConnection

    • Method Detail

      • releaseAsync

        Completable releaseAsync()
        Releases this reserved FilterableStreamingHttpConnection to be used for subsequent requests. This method must be idempotent, i.e. calling multiple times must not have side-effects.
        Returns:
        the Completable that is notified on releaseAsync.