Uses of Class
eu.clarin.sru.client.SRUExplainRequest
- 
- 
Uses of SRUExplainRequest in eu.clarin.sru.clientMethods in eu.clarin.sru.client with parameters of type SRUExplainRequest Modifier and Type Method Description SRUExplainResponseSRUClient. explain(SRUExplainRequest request)Perform a explain operation.voidSRUSimpleClient. explain(SRUExplainRequest request, SRUExplainHandler handler)Perform a explain operation.Future<SRUExplainResponse>SRUThreadedClient. explain(SRUExplainRequest request)Deprecated.Use asynchronous callback interfaceSRUThreadedClient.explain(SRUExplainRequest, SRUCallback).voidSRUThreadedClient. 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 voidSRUThreadedClient. explain(SRUExplainRequest request, SRUCallback<SRUExplainRequest,SRUExplainResponse> callback)Perform a explain operation and invoke a user supplied callback after the request has been completed.
 
-