Uses of Class
eu.clarin.sru.client.SRUExplainResponse
-
-
Uses of SRUExplainResponse in eu.clarin.sru.client
Methods in eu.clarin.sru.client that return SRUExplainResponse Modifier and Type Method Description SRUExplainResponse
SRUClient. explain(SRUExplainRequest request)
Perform a explain operation.Methods in eu.clarin.sru.client that return types with arguments of type SRUExplainResponse Modifier and Type Method Description Future<SRUExplainResponse>
SRUThreadedClient. explain(SRUExplainRequest request)
Deprecated.Use asynchronous callback interfaceSRUThreadedClient.explain(SRUExplainRequest, SRUCallback)
.Method parameters in eu.clarin.sru.client with type arguments of type SRUExplainResponse Modifier and Type Method Description void
SRUThreadedClient. explain(SRUExplainRequest request, SRUCallback<SRUExplainRequest,SRUExplainResponse> callback)
Perform a explain operation and invoke a user supplied callback after the request has been completed.
-