Uses of Class
eu.clarin.sru.client.SRUExplainRequest
-
-
Uses of SRUExplainRequest in eu.clarin.sru.client
Methods in eu.clarin.sru.client with parameters of type SRUExplainRequest Modifier and Type Method Description SRUExplainResponse
SRUClient. explain(SRUExplainRequest request)
Perform a explain operation.void
SRUSimpleClient. explain(SRUExplainRequest request, SRUExplainHandler handler)
Perform a explain operation.Future<SRUExplainResponse>
SRUThreadedClient. explain(SRUExplainRequest request)
Deprecated.Use asynchronous callback interfaceSRUThreadedClient.explain(SRUExplainRequest, SRUCallback)
.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.Method parameters in eu.clarin.sru.client with type arguments of type SRUExplainRequest 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.
-