Class HttpJdkSolrClient.HttpSolrClientCancellable

    • Method Detail

      • cancel

        public void cancel()
        Description copied from interface: Cancellable
        Request to cancel the asynchronous request. This may be a no-op in some situations, for instance, if the request failed or otherwise is complete.
        Specified by:
        cancel in interface Cancellable